Chapter One Introduction To Python Django
Chapter One Introduction To Python Django
Development
Install virtualenv
pip install virtualenv
What is a in Django
Technical Details for starting
project
Create project folder in your computer
Open your cmd and write these commands
Django-admin startproject NTU
Cd NTU
Python manage.py runserver. See the ip address billow and
write to your browser.
Python manage.py startapp NTUH. To start an application in
the project NTU.
Django MVT Files
Thank You
Question
And
Answers