|
Hi guys, I realise this is a frequent question, but as far as I can tell I've got everything set up correctly. I'm trying to get OSQA running under IIS, and have been following the instructions here: http://code.djangoproject.com/wiki/DjangoOnWindowsWithIISAndSQLServer [Edit] I've successfully got this working with a default set of Django files, and displayed a hello world view. However, when I drop the OSQA files into the same folder, it then can't find the settings any more? I'm getting the following error:
I'm running Python 2.7 on Windows using Pyisapie. The OSQA files are installed in a folder
Does anyone have any suggestions? Many thanks |
|
The problem was the line in settings.py that does from settings_local import * apparently you need to rename |
What about just net.settings?
it doesn't seem to be that (and just to remove any confusion, have renamed the folder without any dots in). With a default django set of files, I've got the settings loading fine and a hello world view loading through django. But when I drop in the OSQA files instead to the same directory, then I'm told it can't find the settings file?