bhopal_incinerators
Website for Bhopal Incinerators.
To Run
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
- Head over to 127.0.0.1:8000 or localhost:8000