django-extra-views
Views
Generates additional class-based views to simplify common Django design patterns.
Django's class-based generic views are awesome, let's have more of them.
1k stars
58 watching
172 forks
Language: Python
last commit: about 1 month ago
Linked from 2 awesome lists
django
Related projects:
Repository | Description | Stars |
---|---|---|
encode/django-vanilla-views | A library providing reusable, simple class-based views for building Django applications. | 985 |
brack3t/django-braces | Reusable mixins for class-based views in Django | 1,960 |
aptivate/djangocms_mount | Provides a way to easily wrap standard generic views in Django as CMS plugins. | 1 |
django-admin-tools/django-admin-tools | Extends Django's admin interface with a customizable dashboard and navigation menu | 866 |
julianwachholz/django-guest-user | Allows visitors to interact with a website without requiring registration. | 74 |
django-parler/django-parler | Provides automatic model translations with easy admin integration and fallbacks. | 697 |
jsocol/django-ratelimit | Provides a way to rate-limit views in Django applications | 1,076 |
shtalinberg/django-el-pagination | Tools for customizing pagination in Django applications | 307 |
kevinlondon/django-by-example | Tutorials on building web applications using Django, a high-level Python web framework. | 19 |
nicksanders/exdjango | Provides Elixir libraries and tools for working with Django | 20 |
fabiocaccamo/django-extra-settings | Configures typed extra settings using the Django admin interface. | 537 |
jazzband/django-downloadview | Provides tools to serve files with Django efficiently and securely. | 387 |
petrdlouhy/django-related-admin | Enables foreign key attributes in Django admin list display | 69 |
django-wiki/django-wiki | A wiki system with complex functionality and a good interface for simple integration using Django models | 1,833 |
jazzband/django-user-sessions | Enhances Django's built-in sessions with a foreign key to the user model, allowing for easier session management. | 632 |