mirror of
https://github.com/django/django.git
synced 2025-08-07 18:39:13 +00:00
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
This commit is contained in:
parent
e0cec60a14
commit
e2664759e6
1
setup.py
1
setup.py
@ -26,6 +26,7 @@ setup(
|
|||||||
'media/js/*.js',
|
'media/js/*.js',
|
||||||
'media/js/admin/*js'],
|
'media/js/admin/*js'],
|
||||||
'django.contrib.comments': ['templates/comments/*.html'],
|
'django.contrib.comments': ['templates/comments/*.html'],
|
||||||
|
'django.contrib.sitemaps': ['templates/*.xml'],
|
||||||
},
|
},
|
||||||
scripts = ['django/bin/django-admin.py'],
|
scripts = ['django/bin/django-admin.py'],
|
||||||
zip_safe = False,
|
zip_safe = False,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user