Skip to content

nbahador/django_tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Web Development Demo

Check out the details

The project structure

/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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published