Django Newbie here,
I can't access my admin page, keep getting the error below.
Django Version: 1.10 Exception Type: NoReverseMatch Exception Value: 'en-us' is not a registered namespace Exception Location: /usr/local/lib/python3.5/dist-packages/django/urls/base.py in reverse, line 87 Python Executable: /usr/local/bin/uwsgi Python Version: 3.5.2
any ideas? I can't see any errors in the URL set up. url(r'^admin/',admin.site.urls)
Is there a built in template for admin on django or do i need to create one?
Many Thanks