basic_pages.views¶
Basic Pages Views
This module contains views for basic pages in the application.
Classes
|
A Django class-based view that renders the 'about_page.html' template. |
|
|
|
A Django form class for handling contact information. |
|
A Django class-based view that handles contact form submissions. |
A utility class for managing cookies. |
|
|
A view that displays the demo page. |
|
A view that displays the home page. |
|
A Django class-based view that renders the 'success_page.html' template. |