Statistics
| Branch: | Tag: | Revision:

root / snf-quotaholder-app / quotaholder_django / test / local_settings.py @ c9f1cf17

History | View | Annotate | Download (159 Bytes)

1

    
2
DEBUG = True
3
TEMPLATE_DEBUG = DEBUG
4

    
5
DATABASES = {
6
    'default': {
7
        'ENGINE': 'django.db.backends.sqlite3',
8
        'NAME': '/tmp/qh_testdb',
9
    }
10
}