Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages