djng
djng copied to clipboard
Turtles all the way down
Results
2
djng issues
Sort by
recently updated
recently updated
newest added
As per ssadler's suggestions.
Couple of small ones: ``` diff --git a/djng/errors.py b/djng/errors.py index 9c91c39..9e5e057 100644 --- a/djng/errors.py +++ b/djng/errors.py @@ -5,7 +5,7 @@ class ErrorWrapper(object): def __init__(self, app, custom_404 = None, custom_500 =...