While setting up a new project tonight, I was running through and doing a 'django-admin.py install' for each of the apps from django.contrib I'll be using, and when I got to the markup app, I got the following error:
Error: No module named markup. Are you sure your INSTALLED_APPS setting is correct? I've got 'django.contrib.markup' in INSTALLED_APPS, and the markup app certainly seems to be a Python module. Is it not meant to be installed with 'django-admin.py' (since I recall Jacob saying that all you need is to have it in INSTALLED_APPS and then do 'load markup' in your template)? -- "May the forces of evil become confused on the way to your house." -- George Carlin