Agnostic and easy to use reusable library for django
Project description
django-reusable
A collection of reusable utilities for Django projects.
Features
- CRUD Views — full CRUD interface with django-tables2, filters, search, and wizard support
- Admin Extensions —
EnhancedAdminMixinwith action links, AJAX actions, custom buttons, multi-select filters, and theme customization - Model Fields —
USAddressField,MultipleChoiceField,CurrencyFieldwith JSON storage and queryable components - Model Mixins —
TimeStampedModel,MonitorChangeMixin,GenericRelationMixin,ModelUtilsMixin - Forms — custom fields, widgets, validators, and readonly form classes
- Middleware — login required, thread-local request, exception tracking
- AI ORM Toolkit —
query_model(),list_models_and_fields()for LLM tool integration - Utilities — 100+ functions for JSON, collections, dates, permissions, CSV export, caching, and more
- Template Tags — currency formatting, list splitting, dynamic formsets
- django-tables2 Extensions —
EnhancedTablewith extra footers, new-row columns, and custom column types
Prerequisites
- Django >= 2.2
- django-tables2 >= 1.21.2
- django-crispy-forms >= 1.7.2
- pypugjs >= 5.6.0
Installation
pip install django-reusable
Add to INSTALLED_APPS:
INSTALLED_APPS += ("django_reusable", )
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django_reusable-14.7.tar.gz
(93.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_reusable-14.7.tar.gz.
File metadata
- Download URL: django_reusable-14.7.tar.gz
- Upload date:
- Size: 93.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b178d5aeaef65979549d1e60ddb8871b5df16b70b2b01328d156f02ab0be675
|
|
| MD5 |
cab14b1340503f790ac7a2cb255c8236
|
|
| BLAKE2b-256 |
e3725538f5ade4a9a358f38c8fd5fd594ade5c7e2ceb5458979362bdc46a22dd
|
File details
Details for the file django_reusable-14.7-py3-none-any.whl.
File metadata
- Download URL: django_reusable-14.7-py3-none-any.whl
- Upload date:
- Size: 129.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c7916fa763e4f7066fa3628ddac232e63a383e8a612abb86c0087d3c7157e9ca
|
|
| MD5 |
70ac55afef7a2c61ecc179359035dc26
|
|
| BLAKE2b-256 |
8d1e531bbb182e7ac99d00f17d98a5489a1d8d7c2425b6aa7951f5ecd128eb58
|