Kaydet (Commit) 9fd211d0 authored tarafından Adrian Holovaty's avatar Adrian Holovaty

Fixed #61 -- Added admin/auth/user/*.html to setup.py

git-svn-id: http://code.djangoproject.com/svn/django/trunk@3524 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst 243912b2
...@@ -16,6 +16,7 @@ setup( ...@@ -16,6 +16,7 @@ setup(
'': ['*.TXT'], '': ['*.TXT'],
'django.conf': ['locale/*/LC_MESSAGES/*'], 'django.conf': ['locale/*/LC_MESSAGES/*'],
'django.contrib.admin': ['templates/admin/*.html', 'django.contrib.admin': ['templates/admin/*.html',
'templates/admin/auth/user/*.html',
'templates/admin_doc/*.html', 'templates/admin_doc/*.html',
'templates/registration/*.html', 'templates/registration/*.html',
'templates/widget/*.html', 'templates/widget/*.html',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment