Page not found (404)

Request Method: GET
Request URL: http://91.212.162.112:8000/revista/www.oftapro.ro

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

  1. ^$ [name='home']
  2. ^cont/$ [name='account']
  3. ^admin/
  4. ^articole/
  5. ^congrese-conferinte/
  6. ^rubrici/
  7. ^revista/ ^$ [name='list']
  8. ^revista/ ^(?P<publ_url>[-\w]+)/?$ [name='detail']
  9. ^unitati-medicale/
  10. ^api/
  11. ^comentarii/
  12. ^banners_admin/$ [name='banner_admin']
  13. ^contact/$ [name='contact']
  14. ^abonamente/$ [name='abonamente']
  15. ^summernote/
  16. ^captcha/
  17. ^static\/(?P<path>.*)$
  18. ^files\/(?P<path>.*)$

The current path, revista/www.oftapro.ro, 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.