[Forgot to reply to the mailing list]

Hi, John.

I'm afraid the only publicly available example is this:
http://bitbucket.org/Gustavo/weesgo/src/

You could then create config1.ini and config2.ini which extend
config.ini with different options.

HTH,

 - Gustavo.

On Mar 16, 3:04 pm, John Griessen <j...@industromatic.com> wrote:
> 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#multip...
>
> > 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 ofhttp://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.

Reply via email to