mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-05-08 15:44:47 +00:00
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@79 cfb8ba98-e953-0410-9cff-959ffddf5974 committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974> --HG-- extra : convert_revision : 541571d5a5f1a13dc5f65b26fef6a4e93201ee90
17 lines
No EOL
816 B
Text
17 lines
No EOL
816 B
Text
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 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/ |