How difficult would it be to make Django display DEBUG information only to a certain type of user? i.e. have the nice debug error pages for the admins but not regular users?
Not even sure if this is possible to implement
How difficult would it be to make Django display DEBUG information only to a certain type of user? i.e. have the nice debug error pages for the admins but not regular users?
Not even sure if this is possible to implement