Basic App Django

screenshot of Basic App Django

Simple web application using Python and Django

Overview:

The Basic App - Django is a simple project that serves as an example of project structure for a Django app. It showcases the use of templates, static files, databases, and requests.

Features:

  • Home page: The app includes a home page that utilizes templates and static files.
  • About page: There is an about page that also incorporates templates and static files. Additionally, it uses a database to retrieve information.
  • Contact page: The app includes a contact page that utilizes templates and static files. It also interacts with a database and makes requests.

Summary:

The Basic App - Django is a simple project that demonstrates the organization of a Django app. It showcases the use of templates, static files, databases, and requests. Follow the installation guide to set it up and explore the various features, including the home page, about page, and contact page.