Last updated:
0 purchases
equtils 0.0.7
=====
eq-utils version 0.0.7
'eq-utils' is a Django reusable app to help you make models easier.
Quick start
pip install eq-utils==
Add "eq_utils" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
'eq_utils',
]
Import the module like this:
from eq_utils.base_model import ModelAddressBase (or whatever you need)
or
from eq_utils.base_model import AbstractNameModel (or whatever you need)
And that's all.
Usage:
Modelos
Inherit the ModelAddressBase in the model.
Inherit the AbstractNameModel in the model.
Admins
Inherit the AdminHide in the admin.
Inherit the EditOnlyTabularInline in the admin.
Inherit the BaseReadOnlyAdmin in the admin.
Filtros
Inherit the EqAutofilter in the filter.
Recuperacion de datos
Inherit the DataRecover in the class to recover data.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.