Theme editor

How to create Django project with Pycharm?

  • Thread starter Thread starter Aior
  • Start date Start date
  • Featured

Aior

Administrator
Staff member
Joined
Apr 2, 2023
Messages
83
Reaction score
2
Points
8
Age
39
Location
Turkey
Website
aior.com
Create your project and then Open Pycharm terminal page with CTRL + F12

Write cd to go root folder of your project.

Write code below to create project:

Code:
django-admin startproject projectname

Then you project will be created like below:

1687438796276.png
 

Attachments

  • 1687438796276.png
    1687438796276.png
    9 KB · Views: 25

Featured content

Back
Top