Skip to content

How to use and customize django-registration to have a self-service signup form for users including email-activation

License

Notifications You must be signed in to change notification settings

tuergeist/django-registration-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-registration-example

How to use and customize django-registration to have a self-service signup form for users including email-activation

Purpose

I was looking for a working minimal example how I can conduct user signup for a django app. Requirements were:

  • Write least code possible
  • Have Email verification/activation
  • Could be customized to have email as username

Uses

How to

Let's assume we're in ~/git and you might be inside a virtualenv

  • git clone https://github.com/ubernostrum/django-registration
  • cd django-registration
  • pip install -e
  • cd ..
  • git clone https://github.com/tuergeist/django-registration-example.git
  • cd django-registration-example
git clone https://github.com/ubernostrum/django-registration
cd django-registration
pip install -e
cd ..
git clone https://github.com/tuergeist/django-registration-example.git
cd django-registration-example
python manage.py makemigrations
python manage.py migrate
python manage.py runserver 8888

Visit http://127.0.0.1:8888/accounts/register/ to register a new user.

How it looks like

Registration Page

About

How to use and customize django-registration to have a self-service signup form for users including email-activation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published