Skip to main content

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

  1. pip install eq-utils==

  2. Add "eq_utils" to your INSTALLED_APPS setting like this::

    INSTALLED_APPS = [ 'eq_utils', ]

  3. 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

  1. Inherit the ModelAddressBase in the model.
  2. Inherit the AbstractNameModel in the model.

Admins

  1. Inherit the AdminHide in the admin.
  2. Inherit the EditOnlyTabularInline in the admin.
  3. Inherit the BaseReadOnlyAdmin in the admin.

Filtros

  1. Inherit the EqAutofilter in the filter.

Recuperacion de datos

  1. 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)

Uploaded Source

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

Hashes for eq-utils-0.0.7.tar.gz
Algorithm Hash digest
SHA256 1363081479352e48db6de1e2be9c213b9c2c6d53568377c6e0abba60d7084d1b
MD5 7138b36263c1b31cffbe9dcfcbccaea4
BLAKE2b-256 e303fbb9e2e9f4a06c8396ba22d259dc84a75a78f0e3c1ccdd78e389827c7693

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page