Statistics
| Branch: | Tag: | Revision:

root / snf-webproject / synnefo / webproject / middleware @ a868c831

# Date Author Comment
0fa71fcc 12/03/2013 06:04 pm Christos Stavrakakis

webproject: Custom exception reporter filter

Remove 'cleanse' middleware that was used to clean sensitive variables
from admin mails. Instead, create a custom exception filter and set this
filter as Django's default reporter (DEFAULT_EXCEPTION_REPORTER_FILTER).

7c354a92 11/29/2013 12:44 pm Christos Stavrakakis

webproject: Move patching of hidden settings

Remove patching of 'django.views.debug.HIDDEN_SETTINGS' from 'cleanse'
middleware that is going to be totally removed. Instead, patch them in
'models.py' of webproject.

01d00723 09/24/2013 05:16 pm Ilias Tsitsimpis

wheezy: mail_admins method in Django has changed

An extra parameter (html_message) has been added.

beb2b785 08/30/2013 12:01 pm Christos Stavrakakis

Move middlewares from snf-common to snf-webproject

624ebbf8 08/30/2013 12:01 pm Christos Stavrakakis

webproject: Remove unused StripURLMiddleware

2ce0636e 01/12/2012 03:06 pm Kostas Papadimitriou

Initial commit for snf-webproject

- new package snf-webproject
- moved basic django related settings in snf-webproject
- added new entry point utils to ease the extension mechanism of
snf-webproject (urlpatterns, middleware, static_files, installed_apps)...