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.3.tar.gz
(92.2 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.3.tar.gz.
File metadata
- Download URL: django_reusable-14.3.tar.gz
- Upload date:
- Size: 92.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e59795148cf92ecb2aa460a81b1c880c042aa092d70d23d5b8500b9f2f04fd43
|
|
| MD5 |
75bcaf25fd4780ddd083019758aebac7
|
|
| BLAKE2b-256 |
11da66f955971e40a7f906bfba04e26aa8ff51f75f78d37ed5eb72c6a5782ea2
|
File details
Details for the file django_reusable-14.3-py3-none-any.whl.
File metadata
- Download URL: django_reusable-14.3-py3-none-any.whl
- Upload date:
- Size: 127.5 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 |
b642990cabc339e01e67eff3cb08f1ecc26b5ce0a7f4f0bb0ea35f3f2d12af7f
|
|
| MD5 |
ab9fd6ca03d3c75a9b2533748b5140d8
|
|
| BLAKE2b-256 |
32bbe7eeb529d4aa3a03a5ef072908a40d7b13943149797ed99dbd03234c1408
|