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
Import Error: No module named django.core.management
Installing and testing the Django Framework on my new mac I came acro... read more
Quick Note on Setting Up a Mail Server
Part of the basics when setting up a mail server but I needed to put ... read more
Microformats Creator Tool
"Microformats are a way of adding simple markup to human-readable... read more
Recursive Directory Listing
Nothing too fancy but a nice way of viewing a directory tree on your ... read more
CREDITS
powered by php-wax the php framework