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

11 lines
167 B
Python

#!/usr/bin/env python
from peewee import SqliteDatabase
DEBUG = True
ID_SUPPORT = ''
DATABASE = None
if DEBUG:
DATABASE = SqliteDatabase('empresalibre.sqlite')