Skip to main content

A Django app to help you make models easier

Project description

===== eq-utils version 0.0.3

'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

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

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.3.tar.gz (2.7 kB view hashes)

Uploaded Source

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