Skip to content

Commit

Permalink
Update django-init
Browse files Browse the repository at this point in the history
  • Loading branch information
aclark4life committed Jun 13, 2024
1 parent 52f0938 commit c7cedfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2652,7 +2652,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('home')" >> $(SETTINGS)
# @echo "INSTALLED_APPS.append('home')" >> $(SETTINGS)
@echo "INSTALLED_APPS.append('explorer')" >> $(DEV_SETTINGS)
@echo "INSTALLED_APPS.append('django.contrib.admindocs')" >> $(DEV_SETTINGS)
@echo "# INSTALLED_APPS = [app for app in INSTALLED_APPS if app != 'django.contrib.admin']" >> $(SETTINGS)
Expand Down

0 comments on commit c7cedfb

Please sign in to comment.