Page not found (404)

Request Method: GET
Request URL: http://91.212.162.112:8000/articole/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/ ^autor-(?P<user_pk>\d+)/?$ [name='list_by_author']
  5. ^articole/ ^tag-(?P<tag_pk>\d+)/?$ [name='list_by_tag']
  6. ^articole/ ^(?P<article_url>[-\w]+)/?$ [name='detail']
  7. ^congrese-conferinte/
  8. ^rubrici/
  9. ^revista/
  10. ^unitati-medicale/
  11. ^api/
  12. ^comentarii/
  13. ^banners_admin/$ [name='banner_admin']
  14. ^contact/$ [name='contact']
  15. ^abonamente/$ [name='abonamente']
  16. ^summernote/
  17. ^captcha/
  18. ^static\/(?P<path>.*)$
  19. ^files\/(?P<path>.*)$

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