Academic institutions listing website
This guide assumes you have a python environment already set up.
It is recommended you set up a virtual environment.
This guide uses virtualenv. To install: python -m pip install --user virtualenv
The user guide can be found here: https://virtualenv.pypa.io/en/latest/user_guide.html
Create a new postgresql database
- Copy
env_sampleto.env. Update any of the values if required - On a new terminal, cd into the project folder
cd suapon - run
python manage.py migrate - Run
python manage.py createsuperuser. Provide the required information to have an admin user created - Run
python manage.py runserver - Open the app on
http://localhost:8000/admin(provided the port was not changed in step 1. Use the credentials in step 4 to log in