in models or controllers response.generic_patterns=['*']
will enable them all. They have been disabled because there are some security issues. You may want to be more selective: response.generic_patterns=['myactions.json', '.html'] On Aug 7, 2:06 am, Jason Brower <encomp...@gmail.com> wrote: > I just realised my generic view is not loading. I get: > > invalid view (default/events.html) > > When I get rid of events.html in the default folder. > I do have the original generic.html but it still doesn't work. Any > reasons why this would happen? > BR, > Jason Brower