Skip to main content

A set of helper functions and utilities for a Django application

Project description

==============
Django-Toolset
==============

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.

Detailed documentation is in the "docs" directory.

Quick Start
-----------

1. Add "django_toolset" to your INSTALLED_APPS setting like this::

INSTALLED_APPS = [
...
'djangp_toolset',
]

2. If you choose to use the `authenticated_redirect` decorator, specify the
`DEFAULT_AUTHENTICATED_PATH` in your settings file (it defaults to
"dashboard")

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.0.tar.gz (5.7 kB view hashes)

Uploaded Source

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