Statistics
| Branch: | Tag: | Revision:

root / snf-webproject / synnefo / webproject / models.py @ a868c831

History | View | Annotate | Download (234 Bytes)

1
# Patch hard-coded 'django.views.debug.HIDDEN_SETTINGS' to the list of Synnefo
2
# HIDDEN_SETTINGS
3
import re
4

    
5
from django.views import debug
6
from django.conf import settings
7

    
8
debug.HIDDEN_SETTINGS = re.compile(settings.HIDDEN_SETTINGS)