I've been looking to see how to create a mobile version of a project on Webfaction. Some prerequisites: 1. Using virtualenv 2. mod_wsgi 3. Want to use the same views and models, but different templates 4. Templates will be grabbed by changing the template_dirs setting in different settings files. For example: settings and settings_mobile So I thought I could do all this with VirtualHosts, but I keep getting stuck trying to get the wsgi files to see settings. It just keeps displaying the wsgi hello world message. Anyone see something I'm doing wrong in my .conf file? Please let me know what you think.
|
I'm going to build a mobile version of my website on webfaction, is there any Middleware help me do that except minidetector? Take a look: http://truyenyy.com/ The answer above my lamusoftware might be just what you need, you should try that, or stacklayout which they have recommended since. |