[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 kindly help...

-- 
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 options, visit https://groups.google.com/d/optout.


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 
"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 options, visit https://groups.google.com/d/optout.