jezdez / django-dbtemplates (http://packages.python.org/django-dbtemplates/)

Django template loader for database stored templates with extensible cache backend

commit 156: f0ff9b9fe581
parent 155: efd194a45b79
branch: default
tags: tip
Add Chinese translation
Kun Zhang / timesong
2 months ago
django-dbtemplates / INSTALL
r156:f0ff9b9fe581 16 loc 824 bytes embed / history / annotate / raw /
To install it, run the following command inside this directory:

    python setup.py install

Or if you'd prefer you can simply place the included ``dbtemplates``
directory somewhere on your Python path, or symlink to it from
somewhere on your Python path; this is useful if you're working from a
Subversion checkout. Since ``dbtemplates`` is registered in the
Python Package Index you can also run ``easy_install django-dbtemplates``
or ``pip install django-dbtemplates`` optionally.

Note that this application requires Python 2.3 or later, and a recent
Subversion checkout of Django. You can obtain Python from
http://www.python.org/ and Django from http://www.djangoproject.com/.

This install notice was bluntly stolen from James Bennett's registration
package, http://www.bitbucket.org/ubernostrum/django-registration/