Full user authentication system implemented in Django 2.1 And bootstrap
open terminal and type
git clone https://github.com/devmahmud/Django-User_Authentication.git
https://github.com/devmahmud/Django-User_Authentication.git
python manage.py makemigrations
python manage.py migrate
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
EMAIL_HOST = 'smtp.gmail.com'
EMAIL_PORT = 587
EMAIL_USE_TLS = True
EMAIL_HOST_USER = '[email protected]'
EMAIL_HOST_PASSWORD = ''
python manage.py runserver
Then go to http://127.0.0.1:8000/home in your browser
Mahmudul alam
Email: [email protected]