#!/bin/sh

if [ -e "./manage.py" ] ; then
  ./manage.py $@
else
  django-admin.py $@
fi

That way, new users can simply learn the mighty django command, trendy
users can switch over to the mighty django command and old users can
hang onto their habits and let their fingers type what they always
type.

Some time in the future, when the older users have died out, you can
unify the three commands, removing or renaming ./manage.py in the
project directory.

I think the new command makes a lot of sense to new users, and it's
much easier for them to remember.

Cheers,

Will

-- 
Will Hardy
http://www.willhardy.com.au

--~--~---------~--~----~------------~-------~--~----~
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