diff options
Diffstat (limited to 'tests/admin_scripts/custom_templates/project_template/additional_dir')
4 files changed, 4 insertions, 0 deletions
diff --git a/tests/admin_scripts/custom_templates/project_template/additional_dir/Procfile b/tests/admin_scripts/custom_templates/project_template/additional_dir/Procfile new file mode 100644 index 0000000000..032f0bcd72 --- /dev/null +++ b/tests/admin_scripts/custom_templates/project_template/additional_dir/Procfile @@ -0,0 +1 @@ +# some file for {{ project_name }} test project
\ No newline at end of file diff --git a/tests/admin_scripts/custom_templates/project_template/additional_dir/additional_file.py b/tests/admin_scripts/custom_templates/project_template/additional_dir/additional_file.py new file mode 100644 index 0000000000..032f0bcd72 --- /dev/null +++ b/tests/admin_scripts/custom_templates/project_template/additional_dir/additional_file.py @@ -0,0 +1 @@ +# some file for {{ project_name }} test project
\ No newline at end of file diff --git a/tests/admin_scripts/custom_templates/project_template/additional_dir/extra.py b/tests/admin_scripts/custom_templates/project_template/additional_dir/extra.py new file mode 100644 index 0000000000..6b553f190f --- /dev/null +++ b/tests/admin_scripts/custom_templates/project_template/additional_dir/extra.py @@ -0,0 +1 @@ +# this file uses the {{ extra }} variable diff --git a/tests/admin_scripts/custom_templates/project_template/additional_dir/requirements.txt b/tests/admin_scripts/custom_templates/project_template/additional_dir/requirements.txt new file mode 100644 index 0000000000..032f0bcd72 --- /dev/null +++ b/tests/admin_scripts/custom_templates/project_template/additional_dir/requirements.txt @@ -0,0 +1 @@ +# some file for {{ project_name }} test project
\ No newline at end of file |
