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.4.tar.gz (6.5 kB view details)

Uploaded Source

Built Distribution

django_common_models-0.1.4-py2.py3-none-any.whl (6.6 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file django-common-models-0.1.4.tar.gz.

File metadata

File hashes

Hashes for django-common-models-0.1.4.tar.gz
Algorithm Hash digest
SHA256 32cdca6fcc3974b33761fd8d0a07a9c2babf0d81efc297c4b64e084c13520050
MD5 7e4a6d63042520d03c9db5cc6d3a94ef
BLAKE2b-256 78e76777090bec59c6f8b0bd221acf0409f083ca0d105b70b3503cc640122aa4

See more details on using hashes here.

File details

Details for the file django_common_models-0.1.4-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_common_models-0.1.4-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 f7906fc4eb02e9567cdae1b0bf5f314cb0ccfbe450dc739878525cf3e0a1bd1d
MD5 a469ea20c00f3b47080025d784461eb8
BLAKE2b-256 e17c76b865d827c8650a1008670e18622b60032f09bac886d622a048e1ee996b

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