Difference between revisions of "Django"
Jump to navigation
Jump to search
(Created page with "==Create a new project== django-admin startproject projectname") |
|||
Line 1: | Line 1: | ||
==Create a new project== | ==Create a new project== | ||
* First create a main dir django etc.. | |||
* cd into directory | |||
django-admin startproject projectname | django-admin startproject projectname | ||
1. this will create the projectname within the main direcotry |
Revision as of 16:38, 26 April 2023
Create a new project
- First create a main dir django etc..
- cd into directory
django-admin startproject projectname
1. this will create the projectname within the main direcotry