requires python3.5-dev package to run

#first of all activate the virtual environment 
type below line in console

source venv/bin/activate install requirements by typing inside project directory pip install -r requirements.txt

run the server by typing python manage.py runserver ipaddress:port eg : python manage.py runserver 127.0.0.1:8080

In browser 127.0.0.1:8080/admin for admin 127.0.0.1:8000/templates for templates

any modification as per user requirement is acceptable for developers

for further query mailme@ abiralsambhu@gmail.com

Share this project:

Updates