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

Uploaded Source

Built Distribution

django_common_models-0.1.2-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.2.tar.gz.

File metadata

File hashes

Hashes for django-common-models-0.1.2.tar.gz
Algorithm Hash digest
SHA256 4ad9c588105cd009ce2c1d95e41c1c8cbc60b8a0ebab4498e15a0edc57b23208
MD5 7f8625f5e18dfff3030dd17aaa15aeb4
BLAKE2b-256 b2b93bdf3f39a0af68feb8585b2c854807469324ab61369123c8f7fbb648f2b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_common_models-0.1.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 7f1394d6167ed6cab9e16604ca0c06f4e817258855f9ab652fd4e0b055321c8a
MD5 48b9929a3c6739e68bf401ee6cbf31e4
BLAKE2b-256 26ca253205a33fcd20ad5105c0c9879005d1073535f3463840026a42c2d5195c

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