Place where student challenge their skills.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
Python3.4
Python virtual env.
A step by step series of examples that tell you have to get a development env running
- Activate virtual env
source virtual_env_directory/bin/activate
- Install requirements
pip install -r requirements.txt
- Goto play directory and execute following command to run server
python manage.py runserver 127.0.0.0