Ensure that:
- you have Python 3.11 installed.
- you have pipenv installed.
Then you can proceed.
You need to do this only the first time:
pipenv install
python3 manage.py migrate
python3 manage.py loaddata universities
python3 manage.py createsuperuser
You need to do this everytime:
pipenv shell
python3 manage.py runserver