On Dec 3, 2005, at 5:13 AM, James Bennett wrote:
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)?

Yeah, it doesn't get installed -- the markup app has no models, just the custom template tag.

Jacob

Reply via email to