How to create a project in Django?

Submitted 5 years, 1 month ago
Ticket #276
Views 455
Language/Framework Django
Priority Low
Status Closed

How to create a project in Django?

Submitted on Nov 02, 20
add a comment

1 Answer

Verified

To start a project in Django, use the command $django-admin.py and then use the following command:

Project

_init_.py

manage.py

settings.py

urls.py

Submitted 5 years, 1 month ago


Latest Blogs