File size: 129 Bytes
d20dd7e
 
 
 
 
1
2
3
4
5
6
import os

BASE_DIR_PATH = os.path.abspath(os.path.dirname(__file__))

DATABASE_PATH = os.path.join(BASE_DIR_PATH, 'db.sqlite3')