Skip to content

GRMaruf/Django-Authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔐 Django Authentication App

A simple authentication system built using Django Forms and default User model.
Includes user registration, login, and logout functionality.


🚀 Getting Started

Follow the steps below to run this project locally.

1. Clone the repository

git clone https://github.com/GRMaruf/Authentication-app-using-Django-Forms.git

2. Navigate into the project directory

cd Authentication-app-using-Django-Forms

3. Install dependencies

pip install -r requirements.txt

4. Apply migrations

python manage.py migrate

5. Run the development server

python manage.py runserver

🌐 Usage

Open your browser and go to:

http://127.0.0.1:8000/

About

Default User model used

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors