Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>You'll want to go grab django-registration and call it a done: <a href="http://bitbucket.org/ubernostrum/django-registration/wiki/Home" rel="nofollow noreferrer">http://bitbucket.org/ubernostrum/django-registration/wiki/Home</a></p> <blockquote> <p>This is a simple application which provides flexible user registration for Django-based projects. The default setup implements a fairly common workflow:</p> <ol> <li>User signs up for account.</li> <li>User receives an email containing instructions for activating the account.</li> <li>User activates and begins using the site.</li> </ol> </blockquote> <p>Docs on how to integrate and use it: <a href="http://bitbucket.org/ubernostrum/django-registration/src/tip/docs/overview.txt" rel="nofollow noreferrer">http://bitbucket.org/ubernostrum/django-registration/src/tip/docs/overview.txt</a></p> <p>It manages the reg key, timeout period and all processing for activating an account.</p> <p>I have used this a few times with slight mods and it is very easy to get going testing using even a gmail account for sending to test. </p> <p>Add this to your settings.py in the app to test with a gmail account:</p> <pre><code>EMAIL_USE_TLS = True EMAIL_HOST = 'smtp.gmail.com' EMAIL_HOST_USER = 'YOURUSERATGOOGLEMAIL@gmail.com' EMAIL_HOST_PASSWORD = 'YOURPASSWORD' EMAIL_PORT = 587 </code></pre> <p>Also, django-profiles is a great addition to this django-registration kit: <a href="http://bitbucket.org/ubernostrum/django-profiles/wiki/Home" rel="nofollow noreferrer">http://bitbucket.org/ubernostrum/django-profiles/wiki/Home</a></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload