Browse Source

Solução temporária para permitir integração de SAPL e PM.

pull/1205/head
Edward Ribeiro 8 years ago
parent
commit
729454efaf
  1. 2
      sapl/settings.py

2
sapl/settings.py

@ -181,6 +181,8 @@ DATABASES = {
# https://docs.djangoproject.com/en/1.9/topics/auth/customizing/#substituting-a-custom-user-model
AUTH_USER_MODEL = 'auth.User'
X_FRAME_OPTIONS = 'ALLOWALL'
EMAIL_HOST = config('EMAIL_HOST', default='localhost')
EMAIL_PORT = config('EMAIL_PORT', cast=int, default=587)
EMAIL_HOST_USER = config('EMAIL_HOST_USER', default='')

Loading…
Cancel
Save