4
Gentlemen, good afternoon to you! I’m facing a small problem, I made some changes in an application I’m developing for studies. I come across the following, fill the form all right and when I go to save, nothing happens, does not redirect to the listing or anything. The stranger I look at in a post terminal. "POST /tickets/new/ HTTP/1.1" 200 3261 What could it be? I’ve tried everything and I can’t fix it.
Follow the view code : http://hastebin.com/uxorenoyiy.py Follow the model code: http://hastebin.com/uxogiqufoh.py Who could help me Graduate.
You are running via
runserver
or is on a "real" webserver (e.g.: Apache)? Is there anything in the console/log file? The flagDEBUG
isTrue
? By the way, I’m assuming/tickets/novo/
map toticket_create
, or I’m wrong?– mgibsonbr