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


