django_demo documentation¶
Here is the documentation for the django_demo project
Basic Pages Views |
|
|
A view that displays the home page. |
|
A view that displays the demo page. |
|
A Django class-based view that renders the 'about_page.html' template. |
|
A Django class-based view that handles contact form submissions. |
|
A Django form class for handling contact information. |
|
A Django class-based view that renders the 'success_page.html' template. |
A utility class for managing cookies. |
|
Accounts Views |
|
|
Confirms the creation of an account. |
|
View for Creating an Account |
|
View for logging out of an account. |
|
View for managing the user account profile. |