mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-05-23 22:55:52 +00:00
15 lines
645 B
Text
15 lines
645 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://code.google.com/p/django-registration/
|