Import Error: No module named django.core.management
Installing and testing the Django Framework on my new mac I came across the error "Import Error: No module named django.core.management" when attempting to run the sever. I installed the framework using macports and there were some problems linking up all the relevant bits. A quick fix was to sym link the a django folder to the macports install:
ln -s $SOMEWHERE/lib/python2.5/site-packages/django/ ./django
It also allows to you run different versions of Django if required.
RECENT ARTICLES
Bits in the news...
In a bid to make sense of the many random bookmarks I stick into deli... read more
Post Code Search Using Google API
Recently I've had a requirement to map locations based on radius from... read more
Upgrading alltradeart's subscription model
alltradeart went for a year without any change to the subscription m... read more
Making Life Easier
The best utilities are the ones you don't even realise are there, the... read more
CREDITS
powered by php-wax the php framework