I
I
Ivan Kagenvagen2015-02-18 10:43:46
Django
Ivan Kagenvagen, 2015-02-18 10:43:46

Django admin login error how to fix?

When entering the Admin Panel, the following error occurs:
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/ url resolvers.
Python Executable: /home/nixe/dj_ebbot/bin/python
Python Version: 2.7.6

Tell a newbie what to do with it =)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Egor Kazantsev, 2017-06-16
@saintbyte

look for a jamb in urls.py , there IMHO a jamb in the logic of routes

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question