Skip to main content

DjangoKit is a set of extensions for Django.

Project description

DjangoKit is a set of extensions for Django. They have been assembled into this Django app from many complex and similar projects. The reason for building this application is as follows:

“I don’t find it necessary to push most of these things into the framework code, but a dedicated library for them over all these years of different development has just become an urgent necessity. We need to take the common code out, not move it from project to project every time.”

—Grigoriy Kramarenko.

Maybe you will find for yourself here the things you need. Just look at the source code or documentation (when it’s ready).

Installation

pip3 install djangokit
# or
pip3 install git+https://gitlab.com/djbaldey/djangokit.git@master#egg=DjangoKit

Quick start

  1. If you want to use templatetags and locales from this library, then add “djangokit” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'djangokit',
    ]

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

DjangoKit-0.6.tar.gz (34.4 kB view hashes)

Uploaded Source

Built Distribution

DjangoKit-0.6-py3-none-any.whl (52.7 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