python manage.py collectstatic
python manage.py migrate
gunicorn -b 0.0.0.0:8000 human_feedback_site.wsgi --log-file -
Some code originally derived from the heroku python starter kit.
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
python manage.py collectstatic
python manage.py migrate
gunicorn -b 0.0.0.0:8000 human_feedback_site.wsgi --log-file -
Some code originally derived from the heroku python starter kit.