Skip to content

AradArshadi/drf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django User Management System

A custom Django project with:

  • Custom user model with department roles
  • Token-based authentication
  • Admin panel customizations

Setup

git clone https://github.com/your-username/your-repo-name.git
cd your-repo-name
python -m venv env
.\env\Scripts\activate
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages