Re: [pylons-discuss] Overriding view declaration

2018-02-28 Thread Michael Merickel
https://docs.pylonsproject.org/projects/pyramid/en/latest/narr/advconfig.html#automatic-conflict-resolution Basically if each view is registered from some call within a config.include'd function then if you establish an appropriate include-chain then you can override one call from the other. def

[pylons-discuss] Overriding view declaration

2018-02-28 Thread Thierry Florac
Hi, I created a view in a first package. In another package (which is an optional extension of the first one), I need to create another view but with the same name and the same settings as the previous one but with another class which inherits from the first one. By default, this raises a