mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-11 20:28:01 +03:00
81576069f8
- 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
2 lines
78 B
Plaintext
2 lines
78 B
Plaintext
web: gunicorn --pythonpath="$PWD/{{cookiecutter.repo_name}}" wsgi:application
|