#Samrihi This repo is to make a portal where Samridhi can mannage the students and work towards betterment of their life.
Setting up vitual environment:
http://tutorial.djangogirls.org/en/django_installation/
Activating virtualenv:
source myvenv/bin/activate
Django installation:
$ pip install django~=1.9.0
Running the server:
$ python manage.py runserver