There are a couple steps to run this server. After you clone the repo, cd into it and perform the following steps:
- Run this command:
python -m venv bangazonenv(if you are on Windows, this is the only command needs to be run in Windows Command Line, not Git Bash) - Run
source ./bangazonenv/Scripts/activateon Windows, orsource bangazonenv/bin/activateon OSX. - In the root directory run the following command
pip install -r requirements.txt - Execute
./seed_data.sh
Now that your database is set up all you have to do is run the command:
python manage.py runserver