Skip to content

Commit

Permalink
Fixup accidentally-commented-out app in INSTALLED_APPS
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Johnson <escattone@gmail.com>
  • Loading branch information
stevejalim and escattone committed May 8, 2024
1 parent 271ae0f commit a0ce292
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bedrock/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,8 @@ def get_app_name(hostname):
"django_jinja_markdown",
"django_jinja",
"watchman",
# Wagtail CMS and related, necessary apps'wagtail.contrib.forms',
# Wagtail CMS and related, necessary apps
"wagtail.contrib.forms",
"wagtail.contrib.redirects",
"wagtail.documents",
"wagtail.embeds",
Expand Down

0 comments on commit a0ce292

Please sign in to comment.