Skip to main content

Django commons for the Drizm organization

Project description

Django Commons

PyPI version

This package includes shared code used by the Drizm organizations development team.

It is not intended for public usage but you may still download, redistribute or modify it to your liking.

Installation

Install:

pip install drizm-django-commons

Once installed through pip, include the app in your settings.py like so:
INSTALLED_APPS += ["drizm_django_commons"]

In order to use the applications manage.py commands you must include the app at the top of the INSTALLED_APPS list.

Import like so:
import drizm_django_commons

Documentation

pass

Changelog

0.2.1

  • Added HrefModelSerializer which will serialize primary keys to hyperlinks
  • Moved testing.py dependencies to drizm-commons package utilities

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

drizm-django-commons-0.2.1.tar.gz (6.8 kB view hashes)

Uploaded Source

Built Distribution

drizm_django_commons-0.2.1-py3-none-any.whl (9.4 kB view hashes)

Uploaded 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