summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason Pellerin <jpellerin@gmail.com>2006-08-14 01:03:32 +0000
committerJason Pellerin <jpellerin@gmail.com>2006-08-14 01:03:32 +0000
commitbec235deefbca44d1a9f3b95e453d946b1359135 (patch)
treedf09c2bada8a5583800a178a514fe6ba13241bd7 /setup.py
parent238c6ecd5b10c6c76b8b1db03dcb746bcfe366af (diff)
[multi-db] Merge trunk to [3578]
git-svn-id: http://code.djangoproject.com/svn/django/branches/multiple-db-support@3581 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index a9823e5c4c..1d5c5a0cda 100644
--- a/setup.py
+++ b/setup.py
@@ -16,6 +16,7 @@ setup(
'': ['*.TXT'],
'django.conf': ['locale/*/LC_MESSAGES/*'],
'django.contrib.admin': ['templates/admin/*.html',
+ 'templates/admin/auth/user/*.html',
'templates/admin_doc/*.html',
'templates/registration/*.html',
'templates/widget/*.html',