AC
Size: a a a
AC
l
ST
AC
RS
AO
MC
A
CA
A
КV
КV
A
M
АК
url(r'^admin/doc/', include('django.contrib.admindocs.urls')),
url(r'^admin/', admin.site.urls),
Page not found (404)
Request Method: GET
Request URL: http://127.0.0.1:8000/admin
Using the URLconf defined in project.urls, Django tried these URL patterns, in this order:
^admin/doc/
^admin/
The current path, admin, didn't match any of these.
MB
url(r'^admin/doc/', include('django.contrib.admindocs.urls')),
url(r'^admin/', admin.site.urls),
Page not found (404)
Request Method: GET
Request URL: http://127.0.0.1:8000/admin
Using the URLconf defined in project.urls, Django tried these URL patterns, in this order:
^admin/doc/
^admin/
The current path, admin, didn't match any of these.
BB
BB