Thanks to the original creator, but I have now heavily modified this to work in my applications.
The eleventy-eleventh email registration app for Django.
But this one does not feed your cat.
Original: https://github.com/matthiask/django-email-registration Thanks!
- Mostly changed so that we have no ajax calls, setup bcc, and reset password ability.
This example assumes you are using a recent version of Django, jQuery and Twitter Bootstrap.
- Install
django-email-registration
into your django installed apps - note: to keep this seperate from my usual app, I just ln -s the application directory into my main application (keeps git seperate)
- Install
- include:
registration/email_registration_include.html
somewhere.) - Add
email_registration
toINSTALLED_APPS
and includeemail_registration.urls
somewhere in your URLconf. - Make sure that EMAIL_ options in settings.py are defined I.e. EMAIL_HOST = smtp.server.provider.com, EMAIL_PORT = 587, E MAIL_HOST_USER = , EMAIL_HOST_PASSWORD