Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#2804 closed defect (fixed)

[patch] sitemaps.xml & friends not installed

Reported by: Maximillian dornseif <md@…> 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)

Change History (1)

comment:1 by Malcolm Tredinnick, 18 years ago

Resolution: fixed
Status: newclosed

(In [3817]) Fixed #2804 -- Fixed up installation of sitemaps module. Thanks, Maximillian
Dornseif.

Note: See TracTickets for help on using tickets.
Back to Top