Added conf/project_template/manage.py, which is a light wrapper around django-admin...
commit5db91c285bb8d6b08824504d1a9f3d561f7a074a
authoradrian <adrian@bcc190cf-cafb-0310-a4f2-bffc1f526a37>
Tue, 6 Dec 2005 05:53:31 +0000 (6 05:53 +0000)
committeradrian <adrian@bcc190cf-cafb-0310-a4f2-bffc1f526a37>
Tue, 6 Dec 2005 05:53:31 +0000 (6 05:53 +0000)
tree69ff6886d8f82237791d94a3c52d66071cbefa46
parent5e35183229cee7aa094329e8d0a0f5194cfdab8a
Added conf/project_template/manage.py, which is a light wrapper around django-admin.py that gets installed in each project with 'startproject'. It takes care of the PYTHONPATH and DJANGO_SETTINGS_MODULE business automatically.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@1556 bcc190cf-cafb-0310-a4f2-bffc1f526a37
django/conf/project_template/manage.py [new file with mode: 0644]
django/core/management.py