POC Campus Condorcet : nettoyage du fichier de config

This commit is contained in:
Paul Marillonnet 2017-05-14 18:32:13 +02:00
parent 8af92294d1
commit 40c600f527
1 changed files with 0 additions and 6 deletions

View File

@ -13,10 +13,6 @@ import os
from django.conf import global_settings
#from saml.models import SupAnnUser
#from .sp_sso.models import SupAnnUser
BASE_DIR = os.path.dirname(os.path.dirname(__file__))
LOGGER = 'SP SSO'
@ -123,7 +119,6 @@ MELLON_SUPERUSER_MAPPING = {
MELLON_USERNAME_TEMPLATE = '{attributes[name_id_content]}'
MELLON_IDENTITY_PROVIDERS = [{
#'METADATA_URL': 'http://localhost:8000/idp/saml2/metadata'
'METADATA_URL': 'http://idp-condorcet.dev.entrouvert.org/idp/saml2/metadata'
}]
@ -193,7 +188,6 @@ LOCALE_PATHS = (
# https://docs.djangoproject.com/en/1.7/howto/static-files/
STATIC_URL = '/static/'
#STATIC_ROOT = os.path.join(BASE_DIR, 'static/')
STATIC_ROOT = 'collected_static'
STATICFILES_DIRS = (os.path.join(BASE_DIR, 'static'),)