Files
django-dav-events/tests/settings.py
heinzel 98a6fc3ce7
All checks were successful
buildbot/tox Build done.
try to make pylint happy
2022-06-08 00:08:09 +02:00

5 lines
93 B
Python

from pathlib import Path
BASE_DIR = Path(__file__).resolve().parent
SECRET_KEY = 'fake-key'