Skip to main content

A set of helper functions and utilities for a Django application

Project description

https://img.shields.io/pypi/l/django-toolset.svg Build Status Latest PyPI version Number of PyPI downloads Coverage

Django Toolset is a simple package with a few useful models, views, templatetags, and other functions that can be used to save time when writing a Django application.

For specific information about what’s included, view the docs.

Requirements

Django Toolset requires Django 1.8 or later.

Getting It

You can get Django Toolset by using pip:

$ pip install django-toolset

If you want to install it from source, grab the git repository from GitHub and run setup.py:

$ git clone git://github.com/codezeus/django-toolset.git
$ cd django-toolset
$ python setup.py install

Installing It

To enable django_toolset in your project you need to add it to INSTALLED_APPS in your projects settings.py file:

INSTALLED_APPS = (
    ...
    'django_toolset',
    ...
)

Getting Involved

Open Source projects can always use more help. Fixing a problem, documenting a feature, and adding translations in your language. If you have some time to spare and like to help us, please submit a pull request.

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-toolset-0.1.5.tar.gz (7.5 kB view details)

Uploaded Source

File details

Details for the file django-toolset-0.1.5.tar.gz.

File metadata

File hashes

Hashes for django-toolset-0.1.5.tar.gz
Algorithm Hash digest
SHA256 9f73756bee90b119b1fe6f68cfb5476767d5304ddf5c69cf9ad4af64b02aab77
MD5 5e0f2fb483ea28d7054b544a50f9e0bd
BLAKE2b-256 6c767430cb0cbc4d0e04814497b7daa6e59b62e0f682965e5e4ed89246e89362

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