the line "django-style settings.py" got me thinking. all i needed was
On Mar 26, 2:12 pm, Michael Merickel <
mmeri...@gmail.com> wrote:
> To be clear, it was straightforward in pylons if you managed to avoid
> importing any of that code until after the app was initialized. We have a
> cookbook recipe already for emulating a django-style settings.py which you
> can freely modify for your needs if you wish. There are obvious reasons for
> avoiding this type of code in Pyramid's core, so at this point you're just
> asking for ways to deal with this in Python.
>