ubernostrum / django-registration

A user-registration application for Django.

Changed (Δ66 bytes):

raw changeset »

INSTALL.txt (5 lines added, 1 lines removed)

Up to file-list INSTALL.txt:

@@ -9,10 +9,14 @@ also type the following to download and
9
9
10
10
   easy_install django-registration
11
11
12
Or if you're using ``pip``::
13
14
    pip install django-registration
15
12
16
Or if you'd prefer you can simply place the included ``registration``
13
17
directory somewhere on your Python path, or symlink to it from
14
18
somewhere on your Python path; this is useful if you're working from a
15
Subversion checkout.
19
Mercurial checkout.
16
20
17
21
Note that this application requires Python 2.3 or later, and a
18
22
functional installation of Django 1.0 or newer. You can obtain Python