- Clone Repo
$ cd SLUGS
$ python3 manage.py makemigrations client employee equipment finance gig location SLUGS theme training unicorn utils
$ python3 manage.py migrate
- Make sure no sensitive files are to be committed
$ pip3 freeze > requirements.txt
- Pull latest changes
$ python3 manage.py makemigrations
$ python3 manage.py migrate
$ python3 manage.py collectstatic
- navigate to wherever the tmp dir is and
$ touch restart.txt
$ python3 manage.py dumpdata -a -o data.json
TBD
See FEATURES.md