django-dbtemplates/INSTALL
Jannis Leidel c7335e4a5e Minor updates to install instructions, license, manifest template and setup.py.
committer: Jannis Leidel <jannis@leidel.info>

--HG--
extra : convert_revision : adf33b8f9e976f92d0a82d753b265e693dca947c
2009-04-11 11:12:11 +02:00

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/