the debug flag in settings.py .
what i want to do is to only change the DEBUG varialbe to True when
just the specific remote address( ip) to send the request .
cause i do not hope all my users can read the err msg while i am
coding .
something like this :
if remoteAdd == 192.168.0.1 :
DEBUG = True
else:
DEBUG = False
but how ? need help pls .
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---