Gustavo Narea wrote:
Hello,
Even if there was a reliable way to reuse the same code base with
different settings on a per request basis, which I doubt, I believe
the safest and easiest way to extend a base configuration with
twod.wsgi:
http://packages.python.org/twod.wsgi/manual/paste-factory.html#multiple-configuration-files
You'd get the same result as the de facto way to handle settings with
Django, but it'll be a lot easier and more extensible.
I just read some of http://packages.python.org/twod.wsgi/manual/index.html
and I like the concept. I'm new to django and just a novice at python, so
would you please point me to any step by step examples for twod.wsgi?
I've done the django tutorials, then got apache2 mod_wsgi to function
on my local machine, then got a buildout to run, but have not
deployed or run-locally-from the buildout yet.
John
--
You received this message because you are subscribed to the Google Groups "Django
users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en.