Skip to content

Commit

Permalink
Remove unused apps from INSTALLED_APPS
Browse files Browse the repository at this point in the history
"Unused apps cleared from INSTALLED_APPS"

Further detailed description:

- Removed "django_browser_reload" from the INSTALLED_APPS list in settings.py. This app was initially included for browser reloading during template development but isn't needed anymore.
- Also removed the commented out 'theme' app as it is not being used. The initial plan was to use it with Tailwind CSS, but the front-end is now a separate Vue app.

Signed-off-by: delano <[email protected]>
  • Loading branch information
delano committed Nov 4, 2023
1 parent 9168590 commit 6484175
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/api/afb/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6484175

Please sign in to comment.