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.4.tar.gz
(92.4 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.4.tar.gz.
File metadata
- Download URL: django_reusable-14.4.tar.gz
- Upload date:
- Size: 92.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
276a56a2ba4a73c4b3d31b2188997bf6e8905eebf6614a7a811c6f3e0a8670c7
|
|
| MD5 |
f8c067ba334ca115b42d1770e09c6757
|
|
| BLAKE2b-256 |
bad4dc9cf84ed23d0cc24a1b58622867449496ba917afca26c22ebce900db772
|
File details
Details for the file django_reusable-14.4-py3-none-any.whl.
File metadata
- Download URL: django_reusable-14.4-py3-none-any.whl
- Upload date:
- Size: 127.8 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 |
4b9205341304590cfcee33c1a21c5a80f3ff69039a885504136f2c59db89bd6c
|
|
| MD5 |
8c05da748ff05d06db4960f169c28bc3
|
|
| BLAKE2b-256 |
81bdfb7e323fb38a404c067976ca807dad61375eca7a81736e4b801d0f0ffe6e
|