if you want debug django, maybe you should modify the file
"./django/core/management.py"

at the last of function "def runserver(addr, port):"
replace
"   from django.utils import autoreload
    autoreload.main(inner_run)
"
with
    inner_run()


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to