Let's Learn Django #2 File Structure
After initialising a Django project, we can see several files. Don't worry, this blog will explain all of them in detail.
The general file structure of Django looks like this:
├── [appname]
│ ├── admin.py
│ ├── apps.py
│ ├── __init__.py
│ ├──...
blog.rachitkhurana.tech3 min read