mirror of
https://github.com/django/django.git
synced 2025-08-30 15:27:40 +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 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue