Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 287 Bytes

Start_App.md

File metadata and controls

5 lines (3 loc) · 287 Bytes

To Start a django project , go the desired directory and enter into cmd and run either of the commands below

  • django-admin startproject project_name . # to start project in the current directory
  • django-admin startproject project_name # to generate redundant project folder