mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-10 13:44:43 +00:00
- moves urls.py to project_root - moves wsgi.py to project_root - 'config.settings' is replaced by 'config', selectively applicable configs are imported in '__init__.py' fixes: #47
1 line
78 B
Text
1 line
78 B
Text
web: gunicorn --pythonpath="$PWD/{{cookiecutter.repo_name}}" wsgi:application
|