2020-02-02 18:22:28 +01:00
|
|
|
#!/bin/bash
|
|
|
|
python manage.py compilemessages
|
|
|
|
python manage.py makemigrations
|
2020-02-02 23:13:39 +01:00
|
|
|
sleep 2
|
2020-02-02 18:22:28 +01:00
|
|
|
python manage.py migrate
|
|
|
|
|
|
|
|
# TODO: use uwsgi in production
|
|
|
|
python manage.py runserver 0.0.0.0:8000
|