Page not found (404)

Request Method: GET
Request URL: http://admin.positiveluxury.com/fr/login/

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

  1. ^$
  2. ^login/$ [name='login']
  3. ^logout/$
  4. ^password_reset/$ [name='password_reset']
  5. ^password_reset/done/$ [name='password_reset_done']
  6. ^reset/(?P<uidb64>[0-9A-Za-z_\-]+)/(?P<token>[0-9A-Za-z]{1,13}-[0-9A-Za-z]{1,20})/$ [name='password_reset_confirm']
  7. ^reset/done/$ [name='password_reset_complete']
  8. ^(?P<page_name>about|contact|jobs|press|terms|instructions)/(?P<sub_page_name>[-\w\/]+)?$ [name='flat-page']
  9. ^retailer/(?P<retailer_slug>[-\w]+)/
  10. ^brand/(?P<brand_slug>[-\w]+)/
  11. ^account/$ [name='user-account']
  12. ^ajax_add_charity/$
  13. ^assets/img/(?P<path>.*)/$
  14. ^remove_file/$ [name='remove_file']
  15. ^robots.txt$
  16. ^admin/
  17. ^tinymce/
  18. ^summernote/
  19. ^i18n/
  20. ^sitemap\.xml$ [name='django.contrib.sitemaps.views.sitemap']
  21. ^experience-contact/$ [name='experience-contact']
  22. ^exclusive-contact/$ [name='exclusive-contact']
  23. ^api/active-brands$ [name='active-brands']
  24. ^api/selfridges-brands$ [name='selfridges-brands']
  25. ^api/industries$ [name='api-industries']
  26. ^api/questions$ [name='api-questions']
  27. ^api/categories$ [name='api-categories']
  28. ^api/countries$ [name='api-country']
  29. ^api/question-submission$ [name='question-submission']
  30. ^api/form-submission$ [name='form-submission']
  31. ^api/marketing-submission$ [name='marketing-submission']
  32. ^api/marketing-info$ [name='marketing-info']
  33. ^api/marketing-file$ [name='marketing-file']
  34. ^api/add-charity$ [name='add-charity']
  35. ^api/get-marketing-files$ [name='get-marketing-files']
  36. ^api/delete-marketing-files$ [name='delete-marketing-files']
  37. ^api/get-answer-files$ [name='get-answer-files']
  38. ^api/create-answer-files$ [name='create-answer-files']
  39. ^api/set-answer-value$ [name='set-answer-value']
  40. ^api/get-answer-value$ [name='get-answer-value']
  41. ^media/(?P<path>.*)$

The current URL, fr/login/, 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.