pip install -r requirements.txt
find . -path "*/migrations/*.py" -not -name "__init__.py" -delete
find . -path "*/migrations/*.pyc" -delete
rm -f db.sqlite3
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
After running the server, login as admin. Create four groups-
- is_actor
- is_director
- is_production_company
- public_user