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