Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

vigiboard / settings_tests.py @ d7540235

History | View | Annotate | Download (136 Bytes)

1
# vim: set fileencoding=utf-8 sw=4 ts=4 et :
2

    
3
VIGILO_MODELS_BDD_BASENAME = ''
4
VIGILO_SQLALCHEMY = {
5
    'url': 'sqlite:///:memory:',
6
}
7