Set-up Django project
First create one virtual environment using:
1.virtualenv venv 2. source ./venv/bin/activate
Install Django 1.9
pip install django==1.9
Install all packages from requirements.txt
pip install -r requirements.txt
Page URL where you have to edit. http://localhost:8000/sparse_matrix http://localhost:8000/sparse_matrix/sparse http://localhost:8000/fibonacci
If you will get stuck DB:
- python manage.py migrate
Prerequisites:
- You should have python installed
- You should have MYSQL installed