1.

How To Create A Project In Django?

Answer»

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

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



Discussion

No Comment Found