I’m getting the error above when setting up my website with apache &mod_wsgi.
I’ve gone through all of the documentation managed to it half working. Here is the full error:
Exception Type: DatabaseError
Exception Value: no such table: pages_page
I know there is nothing wrong with the DB as before i set the site up with mod_wsgi i could run the site with ./manage.py runserver and it would all work fine.
I have to be carefull what code I post for security perposes.
More than happy to post more information if you tell me you need but i don’t really know what to post up as the site itself works fine.
Got it working. I was missing the DJANGO_SETTINGS_MODULE variable from the settings.py file so the apache file was looking for it, but it didn’t exist.
Thanks for your replies