Page not found (404)

Request Method: GET
Request URL: http://www.freechips.ru/signup

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

  1. ^fcadm/uwsgi/
  2. ^fcadm/
  3. ^forum/
  4. ^ckeditor/
  5. ^$ [name='fcapp.index']
  6. ^subscribe/$ [name='fcapp.subscribe']
  7. ^distributor-connect-info/$ [name='fcapp.distributor_connect_info']
  8. ^contacts/$ [name='fcapp.contacts']
  9. ^links/$
  10. ^user/
  11. ^search/
  12. ^cabinet/
  13. ^distributors/
  14. ^stocks/
  15. ^megabom/signup$
  16. ^ajax/
  17. ^select2/
  18. nomenclature/(?P<name>.+)/$
  19. check_cat/(?P<name>.+)/$
  20. load_groups/$
  21. load_manufacturers/$
  22. load_manufacturer/(?P<id>.+)/$
  23. load_catalogs/$
  24. nomenclature_search/$
  25. get_elements/$
  26. load_group/(?P<group_id>.+)/$
  27. report_journal_show/$ [name='report']
  28. report_journal/$ [name='report_journal_show']
  29. load/$ [name='catalog']
  30. ^media\/(?P<path>.*)$

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