diff options
| author | sage <laymonage@gmail.com> | 2021-09-01 11:03:03 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-09-01 11:05:10 +0200 |
| commit | 3686077d463685d383e14b4695eaaa2658919a42 (patch) | |
| tree | 0d6237f9c4dcb555a5d2530cfa789f15870e6b3d /tests/admin_scripts/custom_templates/project_template | |
| parent | af10e97531a59e4af09b5ec0c1a3ea476f2b6015 (diff) | |
Refs #32309 -- Added test for excluding hidden directories in startproject command.
Diffstat (limited to 'tests/admin_scripts/custom_templates/project_template')
| -rw-r--r-- | tests/admin_scripts/custom_templates/project_template/.hidden/render.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/admin_scripts/custom_templates/project_template/.hidden/render.py b/tests/admin_scripts/custom_templates/project_template/.hidden/render.py new file mode 100644 index 0000000000..e076853b25 --- /dev/null +++ b/tests/admin_scripts/custom_templates/project_template/.hidden/render.py @@ -0,0 +1 @@ +# The {{ project_name }} should be rendered. |
