A simple Django-based User Management System that includes features such as account registration, login, logout, and more.
- User registration
- User login
- User logout
- User password change
- Admin dashboard
- Secure authentication system
- Profile page of the user
- Contact page
- more
- Python 3.x
- Django 4.x or later
-
Clone the repository:
git clone https://github.com/your-username/your-repo-name.git cd your-repo-name
-
Easy setup
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
-
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.