mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-09 19:40:19 +00:00
core: add test for Markdown syntax
Signed-off-by: Skia <skia@libskia.so>
This commit is contained in:
@ -36,6 +36,7 @@ https://docs.djangoproject.com/en/1.8/ref/settings/
|
||||
|
||||
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
|
||||
import os
|
||||
import sys
|
||||
import binascii
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
|
||||
@ -569,9 +570,9 @@ SITH_MAILING_FETCH_KEY = 'IloveMails'
|
||||
|
||||
try:
|
||||
from .settings_custom import *
|
||||
print("Custom settings imported")
|
||||
print("Custom settings imported", file=sys.stderr)
|
||||
except:
|
||||
print("Custom settings failed")
|
||||
print("Custom settings failed", file=sys.stderr)
|
||||
|
||||
if DEBUG:
|
||||
INSTALLED_APPS += ("debug_toolbar",)
|
||||
|
Reference in New Issue
Block a user