|
Hi all, I'm working on a project where I want to duplicate a Django-driven app so I can play with the design without screwing up the main site (I'm not the programmer, and I'm a bit thick). What I've tried to do is this:
I've got the domain registered fine, everything seems to be pointing to the right places in the Webfaction control panel, but I keep getting this message:
It's true that DEBUG = True in the Django settings file, but DEBUG = True is also active in the working app. The settings file seems to be exactly the same as that for the working app, except that I have updated the database and URL information throughout. Do I still need to run |
|
Hi, Make sure that your apache httpd.conf file points to the correct WSGI file, and that your WSGI file loads the correct If this is not the problem, please open a ticket so we can take a look at your app. |