Python 2.7.11
Django Version 1.7
Numpy 1.8
django-datetime-widget 0.9.3
username: admin
password: admin
Detailed installation guide for required software can be found here
- Create virtual environment and run
pip install -r requirements.txt
- Clone the repository
- The database is already created and populated with data from the population.py script, so no need to run the django database migration commands.
- Initiate the web server by executing
python manage.py runserver