Skip to content

Instantly share code, notes, and snippets.

@quaxsze
Created June 16, 2020 11:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save quaxsze/1cded6c3857cd50647011c9a9728f615 to your computer and use it in GitHub Desktop.
Save quaxsze/1cded6c3857cd50647011c9a9728f615 to your computer and use it in GitHub Desktop.
from udata.settings import Defaults
DEBUG = True
SEND_MAIL = False
SERVER_NAME = 'dev.local:7000'
CACHE_TYPE = 'redis'
PLUGINS = ['piwik', 'metrics', 'ods', 'gouvfr']
THEME = 'gouvfr'
# THEME = 'default'
#CACHE_TYPE = 'null'
URLS_ALLOW_PRIVATE = True
URLS_ALLOW_LOCAL = True
URLS_ALLOWED_TLDS = Defaults.URLS_ALLOWED_TLDS | set(['local'])
RESOURCES_FILE_ALLOWED_DOMAINS = ['*']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment