Re: CMS options?

2012-01-24 Thread Thomas G. Willis
Using pastedeploy you can mount different wsgi apps at different urls. http://pythonpaste.org/deploy/#the-config-file see egg:Paste#urlmap I presume plone is a wsgi app. You can do the same thing on google appengine in your app.yaml

what is the pyramid version of pylons globals ?

2012-01-24 Thread Jonathan Vanasco
on setup, I need to stash some information from the environment.ini script , which will be used on every request ( the facebook app ids for dev production ). the only way i can see doing it right now, is to either: 1. Create a globals dict in app/__init__.py 2. in app/__init__.py:main , push

Re: what is the pyramid version of pylons globals ?

2012-01-24 Thread Michael Merickel
request.registry.settings On Tue, Jan 24, 2012 at 12:09 PM, Jonathan Vanasco jonat...@findmeon.comwrote: on setup, I need to stash some information from the environment.ini script , which will be used on every request ( the facebook app ids for dev production ). the only way i can see

Re: CMS options?

2012-01-24 Thread Alan Runyan
we are looking for a leightweight CMS solution, preferable on top of pyramid. is there already some solid CMS (besides KOTTI)? There is a minicms example in Ptah repository. https://github.com/ptahproject Ptah examples documentation: