removed departments from settings.py

This commit is contained in:
Ranjith
2026-07-18 17:12:33 +00:00
parent 8a342849cd
commit 1ff3f5cc34
2 changed files with 0 additions and 1 deletions

View File

@@ -38,7 +38,6 @@ ALLOWED_HOSTS = []
INSTALLED_APPS = [ INSTALLED_APPS = [
'dashboard', 'dashboard',
'employees', 'employees',
'departments',
'accounts', 'accounts',
'django.contrib.admin', 'django.contrib.admin',