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.8.tar.gz
(94.0 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.8.tar.gz.
File metadata
- Download URL: django_reusable-14.8.tar.gz
- Upload date:
- Size: 94.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae17d4a4040fa762c451f06344742cf0100b32ef1676910e475680a2ae4c0c4a
|
|
| MD5 |
71545148f27360b2c36c057bc6651d0a
|
|
| BLAKE2b-256 |
271ed9f4a93261b004331adf5ae8bc6d32dce3c658981b3717a90920b7585575
|
File details
Details for the file django_reusable-14.8-py3-none-any.whl.
File metadata
- Download URL: django_reusable-14.8-py3-none-any.whl
- Upload date:
- Size: 130.0 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 |
ca80bc6a363402b0d9008e4feba09ea62e656593ee0c6eef69808c07c3176029
|
|
| MD5 |
c5c3962c91deaa8d0a7feadcbb4fffb0
|
|
| BLAKE2b-256 |
c692f7b766d7efbfcfe1a04c87ae111ece5067d1e6b450c11c7f9d2a3f492063
|