Sweet. I figured this out..
Still a beginner's question. Feel free to delete this thread.
I needed:
return HTTPFound(location = route_url('root', request, _query=params))
On Feb 1, 1:00 pm, svaha wrote:
> I've been working on a simple form submittal in Pyrami
I've been working on a simple form submittal in Pyramid. I tried
Deform and Pyramid_Simpleform but I am using a lot of jQuery on the
form that I would like to keep.
Right now, I am using.
params = request.params
...
except formencode.Invalid, e:
request.error = e.error_dict
With Pyramid and mod_wsgi, to use mako templates you just add this
line to development.ini:
mako.directories = house:templates
Unfortunately, Pyramid in the Google App Engine doesn't have a
development.ini file. What is the best way to pass this environment
variable without placing it in developme