summaryrefslogtreecommitdiff
path: root/tests/admin_scripts/custom_templates/project_template/manage.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/admin_scripts/custom_templates/project_template/manage.py')
-rwxr-xr-xtests/admin_scripts/custom_templates/project_template/manage.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/admin_scripts/custom_templates/project_template/manage.py b/tests/admin_scripts/custom_templates/project_template/manage.py
new file mode 100755
index 0000000000..d9843c433f
--- /dev/null
+++ b/tests/admin_scripts/custom_templates/project_template/manage.py
@@ -0,0 +1,6 @@
+# The manage.py of the {{ project_name }} test project
+
+# template context:
+project_name = '{{ project_name }}'
+project_directory = '{{ project_directory }}'
+secret_key = '{{ secret_key }}'