Skip to content

marc-gist/django-email-registration

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-email-registration

marc-gist MODIFICATIONS:

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!

Changes

  1. Mostly changed so that we have no ajax calls, setup bcc, and reset password ability.

Usage

This example assumes you are using a recent version of Django, jQuery and Twitter Bootstrap.

  1. 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)
  2. include: registration/email_registration_include.html somewhere.)
  3. Add email_registration to INSTALLED_APPS and include email_registration.urls somewhere in your URLconf.
  4. 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

About

So simple you'll burst into tears right away.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 84.6%
  • HTML 13.9%
  • Shell 1.5%