При входе в Административную панель вылетает такая ошибка:
NoReverseMatch at /admin/
Reverse for 'app_list' with arguments '()' and keyword arguments '{'app_label': 'oe'}' not found. 1 pattern(s) tried: [u'admin/(?Pauth|flatpages|sites)/$']
Request Method: GET
Request URL: 127.0.0.1:8000/admin
Django Version: 1.7.4
Exception Type: NoReverseMatch
Exception Value:
Reverse for 'app_list' with arguments '()' and keyword arguments '{'app_label': 'oe'}' not found. 1 pattern(s) tried: [u'admin/(?Pauth|flatpages|sites)/$']
Exception Location: /home/nixe/dj_ebbot/local/lib/python2.7/site-packages/django/core/urlresolvers.py in _reverse_with_prefix, line 468
Python Executable: /home/nixe/dj_ebbot/bin/python
Python Version: 2.7.6
Подскажите новичку что с этим делать =)