[mezzanine-users] Re: Extending Displayable Model, Views

2017-07-07 Thread marcusguttenplan
Solved that, and have been constantly 404'ing since. Saw another of your posts Eduardo about i18n and middleware causing 404's on pages that don't exist, but have disabled i18n and am still running into issue. It's almost like the urls.py is not updating. Here is the root url pattern I am

[mezzanine-users] Re: Extending Displayable Model, Views

2017-07-07 Thread marcusguttenplan
Have solved the fully qualified path issue, but now throwing `'unicode' object has no attribute 'regex'` error. This one is more difficult to traceback. On Thursday, July 6, 2017 at 8:12:00 PM UTC-7, marcusgu...@gmail.com wrote: > > Hi, thanks for such a great resource! I have googled around

Re: [mezzanine-users] Extending Displayable Model, Views

2017-07-07 Thread marcusguttenplan
It's an ImportError (ImportError at /news Could not import 'news'. The path must be fully qualified.) and trying to follow the traceback have narrowed it down to either how I am importing the model in my views (if that's even necessary) or to how I am calling the defined `news` view in the

RE: [mezzanine-users] Extending Displayable Model, Views

2017-07-07 Thread Eduardo Rivas
Could you share the error message you’re getting? -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to mezzanine-users+unsubscr...@googlegroups.com. For more