diff --git a/apps/api/afb/settings.py b/apps/api/afb/settings.py index 87ba7998..c92e05ce 100644 --- a/apps/api/afb/settings.py +++ b/apps/api/afb/settings.py @@ -56,8 +56,6 @@ "phonenumber_field", "django_vite", # May not need this? If using Vite/Vue for frontend via API. "afbcore", - "django_browser_reload", - # 'theme', # python manage.py tailwind init ] VITE_APP_DIR = BASE_DIR.parent / "ui"