πŸ’» Exploring Django Project Structure ( Part 3 ) - Django For Beginners

ketanip

KetanIP

Posted on November 14, 2020

πŸ’» Exploring Django Project Structure ( Part 3 ) - Django For Beginners

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

Enter fullscreen mode Exit fullscreen mode

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.

πŸ’– πŸ’ͺ πŸ™… 🚩
ketanip
KetanIP

Posted on November 14, 2020

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related