Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 354 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 354 Bytes

pythonDjango

This project has been created to learn the basics of the pythons's django framework.

Installation

Run the following commands for the step by step installation of framework and project

git clone origin https://github.com/Vikas-Kshirsagar/pythonDjango.git
pip install django
python manage.py runserver
http://127.0.0.1:8000/