diff options
author | luxagraf <sng@luxagraf.net> | 2023-07-28 13:43:36 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2023-07-28 13:43:36 -0500 |
commit | a30c790edea652494e7481f6798047a3bc1fd4ea (patch) | |
tree | b0936860abd6767716f56c68e305d8f5e0e38bd4 /bak/oldluxpages/photos/galleries/cloudland-canyon.html | |
parent | 9a620cf42bf1fe6977e378bd834b41ff4a593dde (diff) |
added a backup of old pages that are no longer live
Diffstat (limited to 'bak/oldluxpages/photos/galleries/cloudland-canyon.html')
-rw-r--r-- | bak/oldluxpages/photos/galleries/cloudland-canyon.html | 324 |
1 files changed, 324 insertions, 0 deletions
diff --git a/bak/oldluxpages/photos/galleries/cloudland-canyon.html b/bak/oldluxpages/photos/galleries/cloudland-canyon.html new file mode 100644 index 0000000..504b202 --- /dev/null +++ b/bak/oldluxpages/photos/galleries/cloudland-canyon.html @@ -0,0 +1,324 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta http-equiv="content-type" content="text/html; charset=utf-8"> + <title>Page not found at /photos/galleries/cloudland-canyon</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; } + </style> +</head> +<body> + <div id="summary"> + <h1>Page not found <span>(404)</span></h1> + <table class="meta"> + <tr> + <th>Request Method:</th> + <td>GET</td> + </tr> + <tr> + <th>Request URL:</th> + <td>http://testserver/photos/galleries/cloudland-canyon</td> + </tr> + + </table> + </div> + <div id="info"> + + <p> + Using the URLconf defined in <code>config.base_urls</code>, + Django tried these URL patterns, in this order: + </p> + <ol> + + <li> + + __debug__/ + + + </li> + + <li> + + tag-autocomplete/ + [name='tag-autocomplete'] + + </li> + + <li> + + ap-autocomplete/ + [name='ap-autocomplete'] + + </li> + + <li> + + ^admin/build/.* + + + </li> + + <li> + + admin/data/ + + + </li> + + <li> + + admin/income/invoice/monthlyview/<str:slug>/invoice/ + [name='download-invoice'] + + </li> + + <li> + + admin/income/invoice/monthlyview/<str:slug>/ + [name='monthly-invoice'] + + </li> + + <li> + + admin/ + + + </li> + + <li> + + luximages/insert/ + + + </li> + + <li> + + sitemap.xml + + + </li> + + <li> + + links/ + + + </li> + + <li> + + jrnl/ + + + </li> + + <li> + + projects/ + + + </li> + + <li> + + locations/ + + + </li> + + <li> + + expenses/ + + + </li> + + <li> + + photos/ + + + daily/<int:page> + [name='daily_photo_list'] + + </li> + + <li> + + photos/ + + + daily/ + [name='daily_photo_list'] + + </li> + + <li> + + photos/ + + + data/(<str:slug>/ + + + </li> + + <li> + + photos/ + + + data/admin/preview/(?P<pk>\d+)/$ + [name='admin_image_preview'] + + </li> + + <li> + + photos/ + + + data/admin/tn/(?P<pk>\d+)/$ + [name='admin_thumb_preview'] + + </li> + + <li> + + books/ + + + </li> + + <li> + + people/ + + + </li> + + <li> + + dialogues/ + + + </li> + + <li> + + field-notes/ + + + </li> + + <li> + + src/ + + + </li> + + <li> + + figments/ + + + </li> + + <li> + + resume/ + + + </li> + + <li> + + map + + + </li> + + <li> + + map/ + + + </li> + + <li> + + + [name='homepage'] + + </li> + + <li> + + comments/ + + + </li> + + <li> + + <slug> + + + </li> + + <li> + + <path>/<slug>/ + + + </li> + + <li> + + ^media\/(?P<path>.*)$ + + + </li> + + <li> + + ^static\/(?P<path>.*)$ + + + </li> + + </ol> + <p> + + The current path, <code>photos/galleries/cloudland-canyon</code>, didn't match any of these. + </p> + + </div> + + <div id="explanation"> + <p> + You're seeing this error because you have <code>DEBUG = True</code> in + your Django settings file. Change that to <code>False</code>, and Django + will display a standard 404 page. + </p> + </div> +</body> +</html> |