/djangotutorial/
├── myapp/ # The main application folder where views, models, and URLs are defined.
├── mysite/ # The project configuration folder containing settings and URLs.
├── static/ # A directory for storing static files like images, CSS, and JavaScript.
│ └── Figure.jpg # An example image file in the static directory.
├── templates/ # Folder containing HTML templates for rendering the views.
├── manage.py # Django's command-line utility for administrative tasks.
└── db.sqlite3 # The SQLite database file used for storing data.
-
Notifications
You must be signed in to change notification settings - Fork 0
License
nbahador/django_tutorial
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published