Skip to content

Full user authentication system implemented in Django 2.1.3. And bootstrap

License

Notifications You must be signed in to change notification settings

devmahmud/Django-User_Authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Full user authentication system implemented in Django 2.1.3. And bootstrap

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages