empresa-libre/source/app/conf.py.example

11 lines
167 B
Plaintext
Raw Normal View History

2017-06-27 15:43:02 -05:00
#!/usr/bin/env python
from peewee import SqliteDatabase
DEBUG = True
ID_SUPPORT = ''
DATABASE = None
if DEBUG:
DATABASE = SqliteDatabase('empresalibre.sqlite')