Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 276 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 276 Bytes

Usage

python manage.py collectstatic
python manage.py migrate
gunicorn -b 0.0.0.0:8000 human_feedback_site.wsgi --log-file -

Acknowledgments

Some code originally derived from the heroku python starter kit.