mirror of
https://github.com/django/django.git
synced 2025-07-04 17:59:13 +00:00
new-admin: Fixed spacing issue in setup.py
git-svn-id: http://code.djangoproject.com/svn/django/branches/new-admin@1392 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
ab45bbbb02
commit
82c071539b
2
setup.py
2
setup.py
@ -33,7 +33,7 @@ setup(
|
|||||||
'locale/sr/LC_MESSAGES/*',
|
'locale/sr/LC_MESSAGES/*',
|
||||||
'locale/sv/LC_MESSAGES/*',
|
'locale/sv/LC_MESSAGES/*',
|
||||||
'locale/zh_CN/LC_MESSAGES/*'],
|
'locale/zh_CN/LC_MESSAGES/*'],
|
||||||
'django.contrib.admin':['templates/admin/*.html',
|
'django.contrib.admin': ['templates/admin/*.html',
|
||||||
'templates/admin_doc/*.html',
|
'templates/admin_doc/*.html',
|
||||||
'templates/registration/*.html',
|
'templates/registration/*.html',
|
||||||
'templates/widget/*.html',
|
'templates/widget/*.html',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user