Login
Remember
Register
Ask a Question
List the mandatory files if Django project?
0
votes
asked
May 23, 2020
in
Python
by
sharadyadav1986
List the mandatory files if Django project?
#django-project
#django-mandatory-files
#django-project-mandatory-files
Python-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 23, 2020
by
Robindeniel
manage.py
settings.py
__init__.py
urls.py
wsgi.py
...