Joseph Kocherhans wrote:
> Hey Todd, I haven't looked at you patch, but here's what Russ
> mentioned when I asked:
> 
> http://groups.google.com/group/django-developers/browse_thread/thread/fb148adb454b74ef/789da4389cf33295?lnk=gst&q=kocherhans+django-admin#789da4389cf33295

Would it be crazy if we got rid of django-admin.py and manage.py and replaced
them with one "django" command to rule them all?

django startproject myproj
django startapp myapp
django runserver
django runserver --settings myproj.settings
django test [myapp ...]
django selftest [django_test_app ...]

and so on.

Without a --settings option, settings.py is looked for in the current directory.

Gary

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to