Skip to content

Commit a0f3000

Browse files
committed
import logging
1 parent ca7f278 commit a0f3000

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bil_site/settings.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@
1313
import os
1414
import configparser
1515
import sys
16+
import logging
1617
from django.contrib import messages
1718

1819

20+
1921
site_cfg_misconfigured = (
2022
"The site.cfg file exists but is not properly configured. The key '{}' is "
2123
"missing. See example.cfg as a reference.")

0 commit comments

Comments
 (0)