Skip to content

Commit 1e60b2a

Browse files
author
Janek Mangold
committed
fix: templating error
1 parent ef0d8f8 commit 1e60b2a

File tree

1 file changed

+1
-1
lines changed
  • django/{{ cookiecutter.project_slug }}/{{ cookiecutter.project_slug }}/settings

1 file changed

+1
-1
lines changed

django/{{ cookiecutter.project_slug }}/{{ cookiecutter.project_slug }}/settings/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
{% if cookiecutter.use_drf %}
3838
"rest_framework",
3939
"drf_spectacular",
40-
{% endif}
40+
{% endif %}
4141
]
4242

4343
# Security

0 commit comments

Comments
 (0)