summaryrefslogtreecommitdiff
path: root/tests/admin_scripts/custom_templates/project_template/project_name
diff options
context:
space:
mode:
Diffstat (limited to 'tests/admin_scripts/custom_templates/project_template/project_name')
-rw-r--r--tests/admin_scripts/custom_templates/project_template/project_name/__init__.py0
-rw-r--r--tests/admin_scripts/custom_templates/project_template/project_name/settings.py1
2 files changed, 1 insertions, 0 deletions
diff --git a/tests/admin_scripts/custom_templates/project_template/project_name/__init__.py b/tests/admin_scripts/custom_templates/project_template/project_name/__init__.py
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/tests/admin_scripts/custom_templates/project_template/project_name/__init__.py
diff --git a/tests/admin_scripts/custom_templates/project_template/project_name/settings.py b/tests/admin_scripts/custom_templates/project_template/project_name/settings.py
new file mode 100644
index 0000000000..ddc216c829
--- /dev/null
+++ b/tests/admin_scripts/custom_templates/project_template/project_name/settings.py
@@ -0,0 +1 @@
+# Django settings for {{ project_name }} test project.