Skip to content

A Django project demonstrating how to authenticate users with email instead of username.

Notifications You must be signed in to change notification settings

ctrlz-blog/email-registration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Email Registration Tutorial

Source code for my tutorial on how to log users in with an email instead of username.

Want to log in with a username instead? Refer to my tutorial on basic user registration.

How to use this repository

  1. Create a virtual environment
python3 -m venv venv

Activate environment

source venv/bin/activate
  1. Install requirements
pip install -r requirements.txt
  1. Test the server runs
python manage.py runserver
  1. Migrate
python manage.py migrate

About

A Django project demonstrating how to authenticate users with email instead of username.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published