> That was it. Cool!
> My environment.py file (the one I inherited) was about four lines long. > > I copied the content of the file generated by Blastoff with a little > tweaking, and the route is working now. I'm getting errors, but with a stack > trace, so that's progress. :-) > > Any idea how the other developer wound up giving me this sort of setup? That > might help me to understand what else is going on in this project. No idea, sorry. We started either from the book or from a generated skeleton (I forget which). I'm now in the process of factoring out some of my changes to places like config/middleware.py and lib/base.py to bring them near to what's expected in current Pylons versions (perhaps making upgrades easier) and to make my changes (validations, formats, better handling of OPTIONS and of incorrect HTTP methods) more easily shared between projects. Mike -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
