mirror of
https://github.com/Xevion/contest-assistant.git
synced 2025-12-13 12:11:21 -06:00
5 lines
71 B
Python
5 lines
71 B
Python
import logging
|
|
|
|
DATABASE = 'database.db'
|
|
LOGGING_LEVEL = logging.DEBUG
|