basic_pages.views

Basic Pages Views

This module contains views for basic pages in the application.

Classes

AboutView(**kwargs)

A Django class-based view that renders the 'about_page.html' template.

ApiView(**kwargs)

ContactForm([data, files, auto_id, prefix, ...])

A Django form class for handling contact information.

ContactView(**kwargs)

A Django class-based view that handles contact form submissions.

CookieManager()

A utility class for managing cookies.

DemoView(**kwargs)

A view that displays the demo page.

HomeView(**kwargs)

A view that displays the home page.

SuccessView(**kwargs)

A Django class-based view that renders the 'success_page.html' template.