middleware: match url /__version__ or /__version__/
fix indentation error
djommon: add a UserInTracebackMiddleware
This middleware class add information on the currently logged in user torequest.META effectively logging them in the traceback.
version middleware: use application/json for mime-type
djommon: add a django VersionMiddleware