mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-20 15:08:02 +00:00
Add test for unsupported image format (tif) and add additional OpenID test
This commit is contained in:
@@ -3,6 +3,11 @@ Django settings for ivatar project.
|
||||
"""
|
||||
|
||||
import os
|
||||
import logging
|
||||
|
||||
log_level = logging.DEBUG
|
||||
logger = logging.getLogger('ivatar')
|
||||
logger.setLevel(log_level)
|
||||
|
||||
PACKAGE_ROOT = os.path.abspath(os.path.dirname(__file__))
|
||||
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
||||
|
||||
Reference in New Issue
Block a user