added dev config with silk configured.

This commit is contained in:
ajurna
2020-05-22 11:09:48 +01:00
parent 8e65022976
commit e4a181209b
5 changed files with 203 additions and 2 deletions

View File

@@ -115,3 +115,5 @@ RECAPTCHA_PUBLIC_KEY = os.getenv("DJANGO_RECAPTCHA_PUBLIC_KEY", '')
COMIC_DIR = "/media/comics"
from .logger import LOGGING
SILK_ENABLED = False