In this part of the series Django For Beginners we are going to explore project struture of a new Django
project which we create in last part check it out here after installing Django
.
The poject structure should look something like this,
π myDjangoSite
- π myDjangoSite
- π __init__.py
- π asgi.py
- π settings.py
- π urls.py
- π wsgi.py
- π manage.py
Sorry to interrupt you but I want to tell you one thing that I have started a small blog you may continue reading it here it will help me a lot.
Top comments (0)