An open API service indexing awesome lists of open source software.

https://github.com/devmahmud/django-user_authentication

Full user authentication system implemented in Django 2.1.3. And bootstrap
https://github.com/devmahmud/django-user_authentication

completed-project django-project django-user-authentication django2 user-authentication

Last synced: about 2 months ago
JSON representation

Full user authentication system implemented in Django 2.1.3. And bootstrap

Awesome Lists containing this project

README

        

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