equal
deleted
inserted
replaced
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 |