Templates for django-registration
I’ve found this django application for user registration which is really good. Django registration is powered by James Bennett. In the new version example templates have been removed. According to the creator:
They were simply causing too much hassle from expectations that they’d work perfectly out-of-the-box for everyone, so I yanked them out. This shouldn’t affect anyone because you should be writing your own templates, but it’s worth calling attention to.
So let’s just see an example about how to write templates for django-registration.

snippets