Hooking up lamson with django 1.4
问题 I'm trying to hook-up lamson with django 1.4. I've seen the documentation on hooking up lamson with django and the librelist example from the source, but it seems to use a previous version of django. I have created a "webapp" project that contains an "emails" app as described in the basic django 1.4 tutorial. The webapp/webapp/settings.py file contains a reference to the emails application in the installed_apps like this: INSTALLED_APPS = ( 'django.contrib.auth', 'django.contrib.contenttypes'