Pylons / pyramid_layout

Pyramid add-on for managing UI layouts.
Other
24 stars 26 forks source link

Possible bug occurring on startup #41

Open raphaeldeem-jsq opened 1 year ago

raphaeldeem-jsq commented 1 year ago

Receiving AttributeError: 'Request' object has no attribute 'layout_manager' on startup running under uwsgi. This is the line that is causing it: https://github.com/Pylons/pyramid_layout/blob/master/pyramid_layout/config.py#L79

I am still looking into the correct course of action when this occurs.