Page not found (404)

Request Method: GET
Request URL: https://amo-it.com/curriculumVitae

Using the URLconf defined in amo-it-commercial.urls, Django tried these URL patterns, in this order:

  1. ^admin/
  2. ^i18n/
  3. ^dajaxice/
  4. ^robots.txt/$
  5. ^favicon.ico/$
  6. ^grappelli/
  7. ^captcha/
  8. ^ckeditor/
  9. ^init$ [name='init']
  10. ^sitemap.xml/$ [name='sitemap.xml']
  11. ^$ [name='index']
  12. ^style/$ [name='style']
  13. ^config/$ [name='config']
  14. ^contact/$ [name='contact']
  15. ^services/$ [name='services']
  16. ^media_site/(?P<path>.*)$
  17. ^static/(?P<path>.*)$

The current URL, curriculumVitae, 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.