• Coming soon

Django Project



We are in the last tutorial that how to install django in the system, in this tutorial we will create a Django project, we will teach you how to create a project,


django-admin

This cmd is providing complete list of django project,and we will using a same cmd for django project.


now we will using same cmd for django project,


django-admin startproject  project-name  


So this is complete process of django project,now we are showing some kind of files inside here,



this is complete structure of django project,