A set of helper functions and utilities for a Django application
Project description
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
File details
Details for the file django-toolset-0.1.5.tar.gz
.
File metadata
- Download URL: django-toolset-0.1.5.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9f73756bee90b119b1fe6f68cfb5476767d5304ddf5c69cf9ad4af64b02aab77 |
|
MD5 | 5e0f2fb483ea28d7054b544a50f9e0bd |
|
BLAKE2b-256 | 6c767430cb0cbc4d0e04814497b7daa6e59b62e0f682965e5e4ed89246e89362 |