As soon as I uncomment the mezzanine.accounts app I see the following 
error. Is this bug reported?

django.urls.exceptions.NoReverseMatch: 'rest_framework' is not a registered 
namespace

Unhandled exception in thread started by <function 
check_errors.<locals>.wrapper at 0x10951abf8>
Traceback (most recent call last):
  File 
"/Users/kashfey/Documents/Kash/Development/Webservice/mezzanine/couture92/lib/python3.5/site-packages/django/urls/base.py",
 
line 77, in reverse
    extra, resolver = resolver.namespace_dict[ns]
KeyError: 'rest_framework'

  File 
"/Users/kashfey/Documents/Kash/Development/Webservice/mezzanine/couture92/lib/python3.5/site-packages/mezzanine/accounts/urls.py",
 
line 29, in <module>
    url("^%s%s$" % (LOGIN_URL.strip("/"), _slash),
  File 
"/Users/kashfey/Documents/Kash/Development/Webservice/mezzanine/couture92/lib/python3.5/site-packages/django/utils/functional.py",
 
line 111, in __wrapper__
    res = func(*self.__args, **self.__kw)
  File 
"/Users/kashfey/Documents/Kash/Development/Webservice/mezzanine/couture92/lib/python3.5/site-packages/django/urls/base.py",
 
line 87, in reverse
    raise NoReverseMatch("%s is not a registered namespace" % key)

django.urls.exceptions.NoReverseMatch: 'rest_framework' is not a registered 
namespace

-- 
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.

Reply via email to