mirror of
https://github.com/django/django.git
synced 2025-03-24 08:10:45 +00:00
git-svn-id: http://code.djangoproject.com/svn/django/trunk@242 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Fixed #97 -- Refactored django-admin.py so that it only contains command-line-interface code. Moved the actual meat into django/core/management.py
This is a stub; please complete me