Sidebar Network

django-registration A simple, generic user-registration application for Django.

The Basics

This is just a simple, portable, generic user-registration application for Django projects. Workflow follows a simple pattern:

  • A user signs up for a new account, which will be inactive by default.
  • An email is sent to the address they used to register, containing an activation link.
  • Once they click the activation link, the account becomes active and they can log in as normal.

Requires a recent Subversion checkout of Django; this application is tracking backwards-incompatible changes in trunk, which means that it will not work with Django 0.96.

Project Homehttp://code.google.com/p/django-registration/
Grab the Repository – svn checkout http://django-registration.googlecode.com/svn/trunk/
 

Recent Commits

  • 166 was committed 3 weeks ago.
    Version 0.6
  • 165 was committed 1 month, 1 week ago.
    Set some additional svn:ignore properties
  • 164 was committed 1 month, 1 week ago.
    Experimental support for extra_context in registration/activation views
  • 163 was committed 2 months ago.
    And that doesn’t really need a module docstring
  • 162 was committed 2 months ago.
    One more docstring tweak
  • 161 was committed 2 months ago.
    More docstring cleanup
  • 160 was committed 2 months ago.
    PEP 8 cleanup
  • 159 was committed 2 months ago.
    Some PEP 8 cleanup
  • 158 was committed 2 months ago.
    And note that it includes auth views as well
  • 157 was committed 2 months ago.
    Another docstring cleanup