cookiecutter-django/{{cookiecutter.repo_name}}/Procfile
Saurabh Kumar 81576069f8 refractor(settings): break up the settings into one module per configuration
- 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
2014-08-18 22:26:16 +05:30

2 lines
78 B
Plaintext

web: gunicorn --pythonpath="$PWD/{{cookiecutter.repo_name}}" wsgi:application