diff options
| author | Jason Pellerin <jpellerin@gmail.com> | 2006-11-29 20:11:43 +0000 |
|---|---|---|
| committer | Jason Pellerin <jpellerin@gmail.com> | 2006-11-29 20:11:43 +0000 |
| commit | 9a01534370a272e59f2bb64251d1f46218a32516 (patch) | |
| tree | 1d0dcb7b5985f555a422f075eeffce14128dec29 /setup.py | |
| parent | 08fe1b64afbb237e4e6c74bf22be80f2b7f3977e (diff) | |
[multi-db] Merge trunk to [3825]. Some tests still failing. (previous commit was from tests/ dir only)
git-svn-id: http://code.djangoproject.com/svn/django/branches/multiple-db-support@4141 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, |
