How to create a project in Django?

Submitted 3 years, 5 months ago
Ticket #276
Views 227
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 3 years, 5 months ago


Latest Blogs