1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00

Changed django-admin back to django-admin.py. Refs #21827

This commit is contained in:
Florian Apolloner 2014-01-21 09:21:51 +01:00
parent 8482ab6633
commit 151dae2bea

View File

@ -44,7 +44,7 @@ setup(
packages=find_packages(exclude=EXCLUDE_FROM_PACKAGES),
include_package_data=True,
entry_points={'console_scripts': [
'django-admin = django.core.management:execute_from_command_line',
'django-admin.py = django.core.management:execute_from_command_line',
]},
zip_safe=False,
classifiers=[