Remove template tag example

This commit is contained in:
2025-02-07 22:12:25 +00:00
parent b8e094f4f7
commit 0f85cdf059

View File

@@ -17,7 +17,7 @@ A **lightweight, production-ready Django template** for rapid project developmen
- **Security Enhancements:** Includes Two-Factor Authentication (2FA) via Djangos `two_factor` package. - **Security Enhancements:** Includes Two-Factor Authentication (2FA) via Djangos `two_factor` package.
- **Easy Integration with [django-crud-mixins](https://git.zm.is/XF/django-crud-mixins):** Rapidly create CRUD operations with minimal code. - **Easy Integration with [django-crud-mixins](https://git.zm.is/XF/django-crud-mixins):** Rapidly create CRUD operations with minimal code.
- **Built-in Support for Django Signals:** Process real-time events and system hooks efficiently. - **Built-in Support for Django Signals:** Process real-time events and system hooks efficiently.
- **Custom Django Template Tags:** Extend template functionality with built-in utilities like `has_plan`, `joinsep`, and `urlsafe`. - **Custom Django Template Tags:** Extend template functionality with built-in utilities.
- **Custom Django Views & Permissions Management:** Pre-configured base views, notifications, and access control utilities. - **Custom Django Views & Permissions Management:** Pre-configured base views, notifications, and access control utilities.
- **Manifest & PWA Support:** Adds Progressive Web App (PWA) capabilities with a manifest file and service worker support. - **Manifest & PWA Support:** Adds Progressive Web App (PWA) capabilities with a manifest file and service worker support.