ubernostrum / django-registration
A user-registration application for Django.
Clone this repository (size: 455.4 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/ubernostrum/django-registration/
| commit 203: | cdfe1a2781d8 |
| parent 202: | 2efa46f5501d |
| branch: | default |
Update INSTALL.txt for new release
16 months ago
Changed (Δ66 bytes):
raw changeset »
INSTALL.txt (5 lines added, 1 lines removed)
| … | … | @@ -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 |
|
|
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 |
