Eq Utils 0.0.7 | Coderz Repository

eq-utils 0.0.7

Last updated:

0 purchases

eq-utils 0.0.7 Image
eq-utils 0.0.7 Images

Free

Languages

Categories

Add to Cart

Description:

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.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.