Skip to content

Latest commit

 

History

History
54 lines (41 loc) · 1.83 KB

README.md

File metadata and controls

54 lines (41 loc) · 1.83 KB

Django-User_Authentication

Full user authentication system implemented in Django 2.1 And bootstrap

Installing

open terminal and type
git clone https://github.com/devmahmud/Django-User_Authentication.git

or simply download using the url below

https://github.com/devmahmud/Django-User_Authentication.git

To migrate the database open terminal in project directory and type

python manage.py makemigrations
python manage.py migrate

For password Reset functionality by email fill up the information in Your Project setting

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 = ''

To run the program in local server use the following command

python manage.py runserver

Then go to http://127.0.0.1:8000/home in your browser

Project snapshot

Login page

Registration Page

Profile Page

Author

Mahmudul alam
Email: [email protected]

========Thank You !!!=========