pippotest / settings.py
Walter Mantovani
nuova app caricata per test
d20dd7e
raw
history blame contribute delete
129 Bytes
import os
BASE_DIR_PATH = os.path.abspath(os.path.dirname(__file__))
DATABASE_PATH = os.path.join(BASE_DIR_PATH, 'db.sqlite3')