Files
contest-assistant/contest/constants.py

5 lines
71 B
Python

import logging
DATABASE = 'database.db'
LOGGING_LEVEL = logging.DEBUG