#2804 closed defect (fixed)
[patch] sitemaps.xml & friends not installed
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | Contrib apps | Version: | dev |
Severity: | minor | Keywords: | |
Cc: | md@… | Triage Stage: | Unreviewed |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The Sitemap Framework seemingly doesn't install it's templates completely and thus is unusable. This fixed the issue for me:
--- setup.py (revision 3810) [...] + 'django.contrib.sitemaps': ['templates/*.xml'], }} (complete patch available at http://c0re.23.nu/c0de/misc/django-3810-install-sitemaps_xml.diff)
Note:
See TracTickets
for help on using tickets.
(In [3817]) Fixed #2804 -- Fixed up installation of sitemaps module. Thanks, Maximillian
Dornseif.