Closed raratiru closed 6 years ago
I believe the package should be compatible with Django 1.11 as well (the small patch for 2.0 support maintains backwards compatibility with older versions).
However it seems the 4.5.0 release is actually missing the template files and doesn't work on any Django version. Version 4.4.1 has a static_sitemaps/templates/
directory but this directory (and the included template files) are missing in the 4.5.0 release on pypi. A new 4.5.1 release is needed with the missing template directory restored into the package.
@ian-em Thanks for the clarification. I must have made a mistake when releasing 4.5.0. I'm currently out for the holidays, but will try to look into it during the day.
This should be fixed in https://github.com/xaralis/django-static-sitemaps/releases/tag/4.6.0. Please re-open if it still persists.
Update: I just realized that the new version is only compatible with
Django 2.0+
. However,Django 1.11
is a LTS release, is this final? Shouldn't it be mentioned at theREADME
file?After upgrading to version 4.5.0 I receive the following error:
Donwgrading to 4.4.1, the error disappears.