Re: [mezzanine-users] NameError

2016-02-21 Thread Eduardo Rivas
Looks like mezzanine (or a module inside of it) is not in scope. The trace back should tell you where. Make sure you're following the commented instructions correctly. You might need to add some imports to urls.py. -- You received this message because you are subscribed to the Google Groups "Me

[mezzanine-users] NameError

2016-02-21 Thread George M
I keep getting this error everytime I change urls from index.html to mezzanine searching for a homepage. On both the site and the admin. Request URL: http://localhost:8000/admin/logout/ Django Version: 1.8.7 Exception Type: NameError Exception Value: name 'mezzanine' is not defined Anyone