diff --git a/oee/__pycache__/settings.cpython-310.pyc b/oee/__pycache__/settings.cpython-310.pyc index bb1af4a..4a5a5d1 100644 Binary files a/oee/__pycache__/settings.cpython-310.pyc and b/oee/__pycache__/settings.cpython-310.pyc differ diff --git a/oee/settings.py b/oee/settings.py index 948874f..a448389 100644 --- a/oee/settings.py +++ b/oee/settings.py @@ -38,7 +38,6 @@ ALLOWED_HOSTS = [] INSTALLED_APPS = [ 'dashboard', 'employees', - 'departments', 'accounts', 'django.contrib.admin',