Django | How to Create Project


django create project,django create project windows
django create project

 

How to Create a Project ?


for project create we will first of create the virtual environment based on last tutorial and Install the Django in Project.

It will create  Django project in your system in the directory in which you there then after for project create write following command line in your prompt


     Django-Admin startproject project_name                                                    




Test The server

 for Project run Type a Following command in your Prompt


     python manage.py runserver                                                                          


 Whenever We will run Project this command line is write every time 


django create project pythonwithyp
How to Create Project




Also See : 

  Django Introduction

  Django Architecture

  Django Installation


Post a Comment (0)
Previous Post Next Post