Changed the default project layout to add a manage.py utility, which avoids frustration with DJANGO_SETTINGS_MODULE.
which is simply *great*, just think of the possibility that I could get on with my life without seeing this annoying DJANGO_SETTINGS_MODULE popping up in those ungly traceback error message again, make me feel good.
So, I wanna forget about solving the problem I have(as mentioned in the last post), and get on with the new version. But now come the second concern, I didn't really see any section in the documentation mention anything about "upgrade", as what we often expect from Open Source, I anticipate some tough time ahead.
So, wish me luck then.
1 comment:
To upgrade, just run "python setup.py install" -- it'll do the right thing.
Post a Comment