|
I tried to run osqa on wsgi but there are some errors. So server gives me Error 500(Internal Server Error) Can you help me solve these problems? I´m sure I have settings.py and settings_local.py so what's the problem? Thank you |
|
The problem is on your wsgi file. Instead of "osqa.setting" use "<osqa-install-folder-name>.settings". Do you mean that I have this: os.environ['DJANGO_SETTINGS_MODULE'] = 'osqa.settings' change to this: os.environ['DJANGO_SETTINGS_MODULE'] = '<osqa-install-folder-name>.settings' ?
(07 Nov '11, 13:32)
JakubL
Correct, but replace '<osqa-install-folder-name> by your actual folder name. So if osqa is placed on /home/someuser/osqasite, then that setting should be 'osqasite.settings'.
(07 Nov '11, 16:59)
Hernani Cerq... ♦♦
So i did it but there are still some same errors.
(08 Nov '11, 06:43)
JakubL
The same error exactly?
(08 Nov '11, 07:10)
Hernani Cerq... ♦♦
|