mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-05-02 12:44:48 +00:00
git-svn-id: https://django-dbtemplates.googlecode.com/svn/trunk@65 cfb8ba98-e953-0410-9cff-959ffddf5974 committer: leidel <leidel@cfb8ba98-e953-0410-9cff-959ffddf5974> --HG-- extra : convert_revision : 49af8f284937e75d0878354684fb1ce9addb04a0
15 lines
No EOL
657 B
Text
15 lines
No EOL
657 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.
|
|
|
|
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/ |