Encontro Mineiro de Software Livre
inscrevi uma palestra:
Isso não é uma palestra, e sim um debate.
Page not found (404)
Request Method: GET Request URL: http://emsl.softwarelivre.org/trabalhos/1/ Using the URLconf defined in
eventmanager.urls
, Django tried these URL patterns, in this order:
- ^noticias/(\d+)/$
- ^secao/(\d+)/$
- ^admin/
- ^logout/
- ^inscricao/
- ^submeter_trabalho/
- ^cadastro_palestrante/
- ^meus_trabalhos/
- ^meus_dados/
- ^chamada_trabalhos/
- ^avaliacao/
- ^site_media/(.*)$
- ^$
The current URL,
trabalhos/1/
, didn't match any of these.You're seeing this error because you have
DEBUG = True
in your Django settings file. Change that toFalse
, and Django will display a standard 404 page.
acho que não funcionou.
Nenhum comentário:
Postar um comentário