mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-03-16 22:20:28 +00:00
committer: Jannis Leidel <jannis@leidel.info> --HG-- extra : convert_revision : adf33b8f9e976f92d0a82d753b265e693dca947c
17 lines
No EOL
824 B
Text
17 lines
No EOL
824 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 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/ |