Skip to content

ebene88/django_user_authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django_user_authentication

This web application was made with the help of the well-known Django framework and Bootstrap for the front end. Building this project will help me learn more about Django and improve my skills. This little program can simply be incorporated into a larger system project that needs a login and registration process.

Features

  • Register – Users can register and create a new profile
  • Login - Registered users can login using username and password

Quick Start

To get this project up and running locally on your computer follow the following steps.

  1. Set up a python virtual environment
  2. Run the following commands
$ pip install -r requirements.txt
$ python manage.py migrate
$ python manage.py createsuperuser
$ python manage.py runserver
  1. Open a browser and go to http://localhost:8000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published