Przeglądaj źródła

auto commit

master
jfinn 8 miesięcy temu
rodzic
commit
b566807ee9
1 zmienionych plików z 7 dodań i 2 usunięć
  1. 7
    2
      edan_v1/edan_v1/settings.py

+ 7
- 2
edan_v1/edan_v1/settings.py Wyświetl plik

7
 
7
 
8
 # WSGI_APPLICATION = "sandbox.wsgi.application"
8
 # WSGI_APPLICATION = "sandbox.wsgi.application"
9
 # ASGI_APPLICATION = "sandbox.asgi.application"
9
 # ASGI_APPLICATION = "sandbox.asgi.application"
10
+
11
+
12
+WSGI_APPLICATION = "edan_v1.wsgi.application"
13
+ASGI_APPLICATION = "edan_v1.asgi.application"
14
+
10
 # Path helper
15
 # Path helper
11
 location = lambda x: os.path.join(
16
 location = lambda x: os.path.join(
12
     os.path.dirname(os.path.realpath(__file__)), x)
17
     os.path.dirname(os.path.realpath(__file__)), x)
169
     'oscar.apps.basket.middleware.BasketMiddleware',
174
     'oscar.apps.basket.middleware.BasketMiddleware',
170
 ]
175
 ]
171
 
176
 
172
-ROOT_URLCONF = 'urls'
173
-
177
+# ROOT_URLCONF = 'urls'
178
+ROOT_URLCONF = "edan_v1.urls"
174
 
179
 
175
 # A sample logging configuration. The only tangible logging
180
 # A sample logging configuration. The only tangible logging
176
 # performed by this configuration is to send an email to
181
 # performed by this configuration is to send an email to

Ładowanie…
Anuluj
Zapisz