Kiosk-django-get
Error while fetching data from URL https://sandboxdev00.umiacs.umd.edu/kioskdata/backend/tools/?studio__name=Prototyping%20Studio: $2.
There was a problem during the HTTP request: 404 Not Found
Error while fetching data from URL https://sandboxdev00.umiacs.umd.edu/kioskdata/backend/tools/?studio__name=Prototyping%20Studio:
Could not get URL https://sandboxdev00.umiacs.umd.edu/kioskdata/backend/tools/?studio__name=Prototyping%20Studio after 3 tries.
There was a problem during the HTTP request: 404 Not Found
Error while fetching data from URL https://sandboxdev00.umiacs.umd.edu/kioskdata/backend/tools/?studio__name=Prototyping%20Studio:
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>Page not found at /backend/tools/</title> <meta name="robots" content="NONE,NOARCHIVE"> <style type="text/css"> html * { padding:0; margin:0; } body * { padding:10px 20px; } body * * { padding:0; } body { font:small sans-serif; background:#eee; color:#000; } body>div { border-bottom:1px solid #ddd; } h1 { font-weight:normal; margin-bottom:.4em; } h1 span { font-size:60%; color:#666; font-weight:normal; } table { border:none; border-collapse: collapse; width:100%; } td, th { vertical-align:top; padding:2px 3px; } th { width:12em; text-align:right; color:#666; padding-right:.5em; } #info { background:#f6f6f6; } #info ol { margin: 0.5em 4em; } #info ol li { font-family: monospace; } #summary { background: #ffc; } #explanation { background:#eee; border-bottom: 0px none; } pre.exception_value { font-family: sans-serif; color: #575757; font-size: 1.5em; margin: 10px 0 10px 0; } </style> </head> <body>.Page not found (404)
Request Method: GET Request URL: https://sandboxdev00.umiacs.umd.edu/kioskdata/backend/tools/?studio__name=Prototyping%20Studio Using the URLconf defined in
kioskdata.urls
, Django tried these URL patterns, in this order:
- markitup/
- admin/
- api/
- ^media/(?P<path>.*)$
The current path,
backend/tools/
, didn’t match any of these.</body> </html>You’re seeing this error because you have
DEBUG = True
in your Django settings file. Change that toFalse
, and Django will display a standard 404 page.
Could not get URL https://sandboxdev00.umiacs.umd.edu/kioskdata/backend/tools/?studio__name=Prototyping%20Studio after 3 tries.
Error: no local variable "Studio" has been set.
Error: no local variable "Room" has been set.
Material | SDS Doc | SDS Link | Tool |
---|