Page not found (404)

Request Method: GET
Request URL: http://www.gneo.net/doug

Using the URLconf defined in gNeo.urls, Django tried these URL patterns, in this order:

  1. [name='html_Doug']
  2. t [name='test_OneDrive']
  3. test [name='test']
  4. PPFPDFs [name='PPFPDFs']
  5. PPFPDFs/<fileName>/ [name='PPFPDFs']
  6. preProcess [name='preProcess']
  7. html_Doug/<pType>/ [name='html_Doug']
  8. html_gNeo/<pType>/ [name='html_gNeo']
  9. music_Charts/ [name='music_Charts']
  10. music_Charts/<aCat> [name='music_Charts']
  11. music_recordings/ [name='music_recordings']
  12. music_recordings/<pType>/<sType> [name='music_recordings']
  13. computers_fullBio/ [name='computers_fullBio']
  14. computers_fullBio/exportResumePDF [name='exportResumePDF']
  15. ^favicon\.ico$
  16. ^admin
  17. login [name='login']
  18. register [name='register']
  19. logout [name='logout']
  20. exportPDF/
  21. exportPDF/<type>/
  22. rptGeneric/<sql>/<ttl>/<idFld>/<idVal>/
  23. getTunes
  24. TheBackYard
  25. EdIsExcited
  26. StuckInPeru
  27. Writings [name='Writings']
  28. getODAuth
  29. buildRecordingsMap
  30. buildRecordingsMap/<subDir>
  31. buildChartsMap
  32. buildChartsMap/<subDir>
  33. buildSubDirTable
  34. ^ajax/getTunes/$ [name='getTunes']
  35. ^ajax/getTunes2/$ [name='getTunes2']
  36. ^ajax/showChart/$ [name='showChart']
  37. viewChart/<vTuneID>/ [name='viewChart']
  38. dt/<titleRS>/
  39. reloadData/<sql>/
  40. getDataOnly
  41. ^getDataOnly/<dataJSON>/
  42. addData [name='addData']
  43. showForm [name='showForm']
  44. saveData [name='saveData']
  45. deleteRec [name='deleteRec']
  46. showChart/<vTuneID>/ [name='showChart']
  47. showFolder/<topdir>/<subdir>/ [name='showFolder']
  48. showGroup/<cat> [name='showGroup']
  49. showGroup/<cat>/<subCat>/ [name='showGroup']
  50. music_showTunes/<showCat> [name='music_showTunes']
  51. ^music_showTunes [name='music_showTunes']
  52. OD_AddRecordings [name='OD_AddRecordings']
  53. ^static\/(?P<path>.*)$
  54. ^MusicLib\/(?P<path>.*)$

The current path, doug, didn’t match any of these.

You’re seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.