diff options
Diffstat (limited to 'tests/regressiontests/admin_scripts/custom_templates')
| -rwxr-xr-x | tests/regressiontests/admin_scripts/custom_templates/project_template/manage.py | 7 |
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 }}' |
