Files
ormar/tests/settings.py

4 lines
73 B
Python

import os
DATABASE_URL = os.getenv("DATABASE_URL", "sqlite:///test.db")