Closed GoogleCodeExporter closed 9 years ago
This doesn't appear to be a django-forum issue, sorry. If you try removing
'forum' from INSTALLED_APPS in settings.py, does the error go away?
Original comment by rwpoul...@gmail.com
on 25 Jan 2011 at 10:37
Hi - forum isn't one of the installed apps. Here's the INSTALLED_APPS:
INSTALLED_APPS = (
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.sites',
'django.contrib.messages',
# Uncomment the next line to enable the admin:
# 'django.contrib.admin',
# Uncomment the next line to enable admin documentation:
# 'django.contrib.admindocs',
)
Original comment by david.he...@gmail.com
on 26 Jan 2011 at 11:14
Sorry, this appears to be an issue with your Django installation. django-forum
is a Forum application to be used for Django, it is not a forum to discuss
Django.
Please post your message on the django-users mailing list, your chances of
getting a response are much better than here.
http://groups.google.com/group/django-users
Original comment by rwpoul...@gmail.com
on 26 Jan 2011 at 10:49
Original issue reported on code.google.com by
david.he...@gmail.com
on 25 Jan 2011 at 3:06