This website requires JavaScript.
Explore
Help
Register
Sign In
cookiecutter
/
cookiecutter-django
Watch
1
Star
1
Fork
0
You've already forked cookiecutter-django
mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced
2024-11-14 13:47:07 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8616f77b75
cookiecutter-django
/
{{cookiecutter.repo_name}}
/
Procfile
1 line
84 B
Plaintext
Raw
Normal View
History
Unescape
Escape
via @natea set the python path in the procfile, and use foreman to start the server
2013-10-03 12:13:30 +04:00
web: gunicorn --pythonpath="$PWD/{{cookiecutter.repo_name}}" config.wsgi:application
Reference in New Issue
Copy Permalink