Page not found (404)

Nenhum program de acordo com a procura.
Request Method: GET
Request URL: http://www.emkti.com.br/programs/fast-track-aprenda-a-usar-o-valor-local-para-vende/
Raised by: activity.views.ProgramDetail

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

  1. admin/
  2. cms/
  3. content/ [name='blogpost-list']
  4. content/<int:pk> [name='blogpost-detail']
  5. book/ [name='book-list']
  6. book/<int:pk> [name='book-detail']
  7. game/ [name='game']
  8. game/register/ [name='register-player']
  9. game/result/<int:points>/ [name='result-detail']
  10. [name='home']
  11. about/ [name='about']
  12. philosophy/ [name='philosophy']
  13. institute/ [name='institute']
  14. contact/ [name='contact']
  15. space/ [name='space']
  16. events/ [name='events-list']
  17. events/thank-you/ [name='events-thank-you']
  18. events/<slug:slug>/registration/ [name='event-registration']
  19. events/<slug:slug>/payment/ [name='event-payment']
  20. events/<slug:slug>/ [name='event-detail']
  21. programs/ [name='programs-list']
  22. programs/<slug:slug>/ [name='program-detail']

The current path, programs/fast-track-aprenda-a-usar-o-valor-local-para-vende/, matched the last one.

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.