server/ammicosrv/settings/__init__.py
changeset 139 082e0b93360a
parent 135 27065f8a19d3
child 162 247ef0b10de6
equal deleted inserted replaced
138:61d685cc7106 139:082e0b93360a
    50     'django.contrib.auth.middleware.SessionAuthenticationMiddleware',
    50     'django.contrib.auth.middleware.SessionAuthenticationMiddleware',
    51     'django.contrib.messages.middleware.MessageMiddleware',
    51     'django.contrib.messages.middleware.MessageMiddleware',
    52     'django.middleware.clickjacking.XFrameOptionsMiddleware',
    52     'django.middleware.clickjacking.XFrameOptionsMiddleware',
    53 )
    53 )
    54 
    54 
    55 ROOT_URLCONF = 'urls'
    55 ROOT_URLCONF = 'ammicosrv.urls'
    56 
    56 
    57 WSGI_APPLICATION = 'wsgi.application'
    57 WSGI_APPLICATION = 'wsgi.application'
    58 
    58 
    59 CORS_ORIGIN_ALLOW_ALL = True
    59 CORS_ORIGIN_ALLOW_ALL = True
    60 
    60