Ok. This was the problem: 1- A anterior instance of the webserver was in memory. This happend when I try to debug it from Komodo (I don't know that is not possible, or at least, is not simple).
That mean that I run another instance of it and get 2 separate responses, depending if I let it open or close it. I don't understand why this is possible... the port is not blocked? 2- The second error was easy to fix with the instructions you give me (thanks!) However I keep getting 404 error. A carefull read on the docs about default views point me that if I return empty objects, this happend. Is necesary put allow_empty=True to het the expected behaviour (a blank page) Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---