Skip to content

Commit

Permalink
Add SQL explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
aclark4life committed May 8, 2024
1 parent e05328a commit 49957d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1983,6 +1983,7 @@ django-settings-default:
echo "INSTALLED_APPS.append('crispy_forms')" >> $(SETTINGS)
echo "INSTALLED_APPS.append('crispy_bootstrap5')" >> $(SETTINGS)
echo "INSTALLED_APPS.append('django_recaptcha')" >> $(SETTINGS)
echo "INSTALLED_APPS.append('explorer')" >> $(DEV_SETTINGS)
echo "MIDDLEWARE.append('allauth.account.middleware.AccountMiddleware')" >> $(SETTINGS)
echo "MIDDLEWARE.append('debug_toolbar.middleware.DebugToolbarMiddleware')" >> $(DEV_SETTINGS)
echo "MIDDLEWARE.append('hijack.middleware.HijackUserMiddleware')" >> $(DEV_SETTINGS)
Expand Down

0 comments on commit 49957d1

Please sign in to comment.