A Django app to help you make models easier
Project description
===== 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.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
eq-utils-0.0.7.tar.gz
(3.8 kB
view details)
File details
Details for the file eq-utils-0.0.7.tar.gz
.
File metadata
- Download URL: eq-utils-0.0.7.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.27.1 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1363081479352e48db6de1e2be9c213b9c2c6d53568377c6e0abba60d7084d1b |
|
MD5 | 7138b36263c1b31cffbe9dcfcbccaea4 |
|
BLAKE2b-256 | e303fbb9e2e9f4a06c8396ba22d259dc84a75a78f0e3c1ccdd78e389827c7693 |