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