Django. The current URL, , didn't match any of these - Python
Формулировка задачи:
Using the URLconf defined in MySite.urls, Django tried these URL patterns, in this order:
^admin/
^polls/
The current URL, , didn't match any of these.
Код MySite/urls.py
Код polls/views.py
Код polls/urls.py
Решение задачи: «Django. The current URL, , didn't match any of these»
textual
Листинг программы
url(r'^', include('polls.urls'))
ИИ поможет Вам:
- решить любую задачу по программированию
- объяснить код
- расставить комментарии в коде
- и т.д