Skip to content

User management system in Django with login, logout, and account registration functionalities and more.

Notifications You must be signed in to change notification settings

AATHILDUCKY/Django-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django User Management System

A simple Django-based User Management System that includes features such as account registration, login, logout, and more.

Features

  • User registration
  • User login
  • User logout
  • User password change
  • Admin dashboard
  • Secure authentication system
  • Profile page of the user
  • Contact page
  • more

Prerequisites

  • Python 3.x
  • Django 4.x or later

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/your-repo-name.git
    cd your-repo-name
    
  2. Easy setup

    pip install -r requirements.txt
    python manage.py migrate
    python manage.py createsuperuser
    python manage.py runserver

Usage

  • Navigate to http://127.0.0.1:8000 to access the application.

  • Use the admin panel at http://127.0.0.1:8000/admin with the superuser credentials.

Screen shots

App Screenshot

App Screenshot

App Screenshot

App Screenshot

App Screenshot

App Screenshot

App Screenshot