Django

Code

Ticket #2804 (closed: fixed)

Opened 2 years ago

Last modified 2 years ago

[patch] sitemaps.xml & friends not installed

Reported by: Maximillian dornseif <md@hudora.de> Assigned to: adrian
Milestone: Component: Contrib apps
Version: SVN Keywords:
Cc: md@hudora.de Triage Stage: Unreviewed
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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)

Attachments

Change History

09/24/06 07:22:59 changed by mtredinnick

  • status changed from new to closed.
  • resolution set to fixed.

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


Add/Change #2804 ([patch] sitemaps.xml & friends not installed)




Change Properties
Action