dj_angles.middleware

Module Contents

class dj_angles.middleware.RequestMethodMiddleware(get_response)

Adds the request method as boolean properties to the request object.

get_response
class dj_angles.middleware.RequestAJAXMiddleware(get_response)

Adds whether the request is AJAX as a boolean property to the request object.

get_response