Page not found (404)

Request Method: GET
Request URL: http://gtdi.ge/faq

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

  1. admin/
  2. accounts/
  3. [name='home']
  4. get_commands/ [name='get_commands']
  5. retrieve_irrigation_info/ [name='retrieve_irrigation_info']
  6. get_parameter/ [name='get_parameter']
  7. update_parameter/ [name='update_parameter']

The current path, faq, 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.