Django

From rbachwiki
Revision as of 16:40, 26 April 2023 by Bacchas (talk | contribs)
Jump to navigation Jump to search

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