UNKNOWN
Project description
Installation
Install the django-templatequery package from the Python Package Index with one of the following commands:
easy_install django-templatequery
or:
pip intall django-templatequery
If you want to use the templatetags that come with django-templatequery you need to put 'django_templatequery' to the end of your INSTALLED_APPS setting.
Please note: It maybe is a risk to make the templatetags available for template designers. It is possible that they have access to models which they shouldn’t have. Only do this if you trust the people that work on your templates!
Usage
to be written …
Playing around
If you just want to play around with the code without installing in your system you can use the example project the code repository contains. Branch the code from launchpad with a simple bzr branch django-templatequery and cd to django-templatequery/example. Here you have a pretty standard django project with a manage.py and a settings.py.
Start coding
In the case you want to contribute to the code I recommend the following steps:
get a copy of the development repository from launchpad with bzr branch lp:django-templatequery
cd into the branch directory
run python bootstrap.py and python bin/buildout (this will setup the development environtment using buildout)
check if the testsuite is passing: bin/test
dive into the code below src/ and start hacking.
Project details
Release history Release notifications | RSS feed
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-templatequery-0.3.0.tar.gz
.
File metadata
- Download URL: django-templatequery-0.3.0.tar.gz
- Upload date:
- Size: 8.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1550994bb637a4fa6e5cd8a5c224ba3ebec5c509cb6ae10ce978aba0d38cb344 |
|
MD5 | 18c8de06604829562de32793cc601d13 |
|
BLAKE2b-256 | ad0f507ded9142702bc106ba3dae29579d12ca1a61cdf037bf118bce7fed076a |