mozmeao / www-sitemap-generator

Mozilla Public License 2.0
1 stars 2 forks source link

Sitemap generation is broken on Django 4.2 #6

Closed stevejalim closed 7 months ago

stevejalim commented 8 months ago

The sitemap generation uses the Bedrock image, but it looks like things are breaking related to clashing old-style vs new-style settings:

django.core.exceptions.ImproperlyConfigured: STATICFILES_STORAGE/STORAGES are mutually exclusive.

robhudson commented 7 months ago

https://github.com/mozmeao/www-sitemap-generator/pull/7

robhudson commented 7 months ago

Fixed in https://github.com/mozmeao/www-sitemap-generator/pull/7