django1/django/bin
Ramiro Morales 57d46bcde3 Removed daily_cleanup.py script as per deprecation TL. 2013-06-28 21:48:16 -03:00
..
profiling Replaced print statement by print function (forward compatibility syntax). 2012-04-30 20:45:03 +02:00
django-2to3.py [py3] Added fixer for python_2_unicode_compatible. 2012-08-12 14:44:40 +02:00
django-admin.py Moved all logic from django-admin.py into django.core.management, into a new execute_from_command_line() function, so it can be called from other scripts. Also improved createproject to disallow 'django' and 'test' as project names. 2005-12-06 05:17:52 +00:00
unique-messages.py Made more extensive usage of context managers with open. 2012-05-05 14:06:36 +02:00