Skip to main content

Helpful code for managing Django app dependencies and other useful utilities when developing with Django.

Project description

django-auxiliaries

A diverse collection of methods, classes and modules we find useful when developing for Django (and Wagtail). Please bear with us while we prepare more detailed documentation.

Compatibility

django-auxiliaries' major.minor version number indicates the Django release it is compatible with. Currently this is Django 4.1.

Installation

  1. Install using pip:
pip install django-auxiliaries
  1. If you use functional that requires an app (such as tags), add django_auxiliaries to your INSTALLED_APPS setting:
    INSTALLED_APPS = [
      # ...
      'django_auxiliaries'
      # ...
    ]
    

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-auxiliaries-4.1.0.tar.gz (13.9 kB view hashes)

Uploaded Source

Built Distribution

django_auxiliaries-4.1.0-py3-none-any.whl (17.5 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