mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-22 19:05:49 +00:00
Fix small typo in wsgi.py
Add missing `cookiecutter` reference in wsgi.py
This commit is contained in:
parent
59983904a3
commit
59487ba542
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
"""
|
||||
WSGI config for {{ project_name }} project.
|
||||
WSGI config for {{ cookiecutter.project_name }} project.
|
||||
|
||||
This module contains the WSGI application used by Django's development server
|
||||
and any production WSGI deployments. It should expose a module-level variable
|
||||
|
|
|
|||
Loading…
Reference in a new issue