Difference between revisions of "Django"

From rbachwiki
Jump to navigation Jump to search
Line 6: Line 6:


1. this will create the projectname within the main direcotry
1. this will create the projectname within the main direcotry
===[[Programming| Category]]===

Revision as of 16:40, 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

Category