A custom Django project with:
- Custom user model with department roles
- Token-based authentication
- Admin panel customizations
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