Django

I started working through the Django 1.1.1 tutorial and promptly ran into the following error: ImportError: No module named django.core.management I was trying to execute the following command from the mysite project directory: ./manage.py –version I’m using python 2.5 on Mac OS X, 10.6.2 (Snow Leopard) because I’m learning Django to use in conjunction with [...]

Read More