Skip to main content

Common models and utilities

Project description

https://badge.fury.io/py/django-common-models.svg https://travis-ci.org/george-silva/django-common-models.svg?branch=master https://codecov.io/gh/george-silva/django-common-models/branch/master/graph/badge.svg

Common models and utilities

Documentation

The full documentation is at https://django-common-models.readthedocs.io.

Quickstart

Install django-common-models:

pip install django-common-models

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'common.apps.CommonConfig',
    ...
)

Add django-common-models’s URL patterns:

from common import urls as common_urls


urlpatterns = [
    ...
    url(r'^', include(common_urls)),
    ...
]

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

Tools used in rendering this package:

History

0.1.0 (2017-05-31)

  • First release on PyPI.

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

django-common-models-0.1.3.tar.gz (6.4 kB view hashes)

Uploaded Source

Built Distribution

django_common_models-0.1.3-py2.py3-none-any.whl (6.6 kB view hashes)

Uploaded Python 2 Python 3

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