digitaltommy

Results 2 comments of digitaltommy

Used an alteration of the above to fix this for the normal storage method. Add to settings.py ```python STATICSITEMAPS_STORAGE = 'myproject.sitemaps.SitemapStorage' ``` Add to myproject/sitemaps.py ```python from django.core.files.storage import FileSystemStorage...

@xaralis sorry just seen this comment - do these pull requests need doing still?