i did this in the WSGI file :
import os
import sys
os.environ['DJANGO_SETTINGS_MODULE'] = 'mysite.settings'
import django.core.handlers.wsgi
application = django.core.handlers.wsgi.WSGIHandler()
and i added the path for my website and when i did syncdb it created
my tables but i cant access the
Your WSGI must be having a DJANGO_SETTINGS_MODULE specified did you make
sure that the database specified in that setting file was the one in use
when you did your syncdb?
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To view this discussion
Dear ALL,
i am using apache and mod_wsgi and its working fine and when i try to
start the admin interface i get this ::
DatabaseError at /admin/
no such table: django_session
Request Method: GET
Request URL:http://localhost:8080/mysite/admin/
Django Version: 1.3.1
Exception
3 matches
Mail list logo