Skip to content

Commit

Permalink
Merge pull request #172 from springload/fix/sitemaps
Browse files Browse the repository at this point in the history
Fix sitemaps by including the django.contrib application
  • Loading branch information
haydngreatnews authored Oct 24, 2022
2 parents bf1c7af + 4ce0c3b commit 0c6fcac
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 0c6fcac

Please sign in to comment.