MSci 2016-2017 ITech team Project Repo
Install:
Python >=2.7
In a suitable directory. clone the repository
$ git clone https://github.com/KirstenMiller3/AdventureQuest.git
With a virtual environment setup with pip, install :
pip install –r requirements.txt
Or:
pip install Pillow
pip install Django
Run database migrations:
python manage.py makemigrations
python manage.py migrate
Be sure to run the populate script:
python population_script.py
Then, finally:
python manage.py runserver