Skip to content

Commit

Permalink
Fix sitemaps by including the django.contrib application
Browse files Browse the repository at this point in the history
  • Loading branch information
haydngreatnews committed Oct 24, 2022
1 parent bf1c7af commit 4ce0c3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions madewithwagtail/settings/grains/django.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"django.contrib.messages",
"django.contrib.staticfiles",
"django.contrib.sites",
"django.contrib.sitemaps",
"taggit",
"modelcluster",
"captcha",
Expand Down

0 comments on commit 4ce0c3b

Please sign in to comment.