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.

Supported by

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