diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2006-09-24 12:22:59 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2006-09-24 12:22:59 +0000 |
| commit | e2664759e6f3c6436f536d5193279472312d2c90 (patch) | |
| tree | 1775c7e2bda2745b27d337a11beebd4950d56bfe /setup.py | |
| parent | e0cec60a143cedaf99c781bad284ec3d794a956b (diff) | |
Fixed #2804 -- Fixed up installation of sitemaps module. Thanks, Maximillian
Dornseif.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3817 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ setup( 'media/js/*.js', 'media/js/admin/*js'], 'django.contrib.comments': ['templates/comments/*.html'], + 'django.contrib.sitemaps': ['templates/*.xml'], }, scripts = ['django/bin/django-admin.py'], zip_safe = False, |
