A collection of tools and helpers for use with Django.
Project description
A collection of tools and helpers for use with Django.
Installation
You can install django-toolkit either via the Python Package Index (PyPI) or from bitbucket.
To install using pip;
pip install django-toolkit
From github;
pip install git+https://github.com/alexhayes/django-toolkit.git
Usage
The code is largely undocumented at this stage but should be considered stable for production use.
To get to a 1.0.0 release will require many more tests and documentation.
Contributing
You are encouraged to contribute - please fork and submit pull requests. To get a development environment up you should be able to do the following;
git clone https://github.com/alexhayes/django-toolkit.git
cd django-toolkit
pip instal -r requirements/default.txt
pip instal -r requirements/test.txt
./runtests.py
And to run the full test suite, you can then run;
tox
Note tox tests for Python 2.7, 3.3, 3.4 and PyPy for Django 1.6, 1.7 and 1.8. You’ll need to consolute the docs for installation of these Python versions on your OS, on Ubuntu you can do the following;
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:fkrull/deadsnakes
sudo apt-get update
sudo apt-get install python2.7 python2.7-dev
sudo apt-get install python3.3 python3.3-dev
sudo apt-get install python3.4 python3.4-dev
sudo apt-get install pypy pypy-dev
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-toolkit-0.3.3.tar.gz
.
File metadata
- Download URL: django-toolkit-0.3.3.tar.gz
- Upload date:
- Size: 80.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5cd5bb9b788f0784468aa69d95655c133504514efc28091bee7f06ccb42c4d26 |
|
MD5 | 2836eb6e193bea650925de6d5566eee0 |
|
BLAKE2b-256 | a98739f8c458716ea2a58f87ff5919cb6e96d0a36da7ecc5718aa97dae8bc2f9 |