fnp
/
redakcja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
83ad496
)
api through http (not https)
author
Jan Szejko
<jan.szejko@gmail.com>
Wed, 22 Jun 2016 12:04:17 +0000
(14:04 +0200)
committer
Jan Szejko
<jan.szejko@gmail.com>
Wed, 22 Jun 2016 12:04:17 +0000
(14:04 +0200)
apps/apiclient/settings.py
patch
|
blob
|
history
diff --git
a/apps/apiclient/settings.py
b/apps/apiclient/settings.py
index
fc0a63c
..
78abe24
100755
(executable)
--- a/
apps/apiclient/settings.py
+++ b/
apps/apiclient/settings.py
@@
-5,7
+5,7
@@
from django.conf import settings
WL_CONSUMER_KEY = getattr(settings, 'APICLIENT_WL_CONSUMER_KEY', None)
WL_CONSUMER_SECRET = getattr(settings, 'APICLIENT_WL_CONSUMER_SECRET', None)
WL_CONSUMER_KEY = getattr(settings, 'APICLIENT_WL_CONSUMER_KEY', None)
WL_CONSUMER_SECRET = getattr(settings, 'APICLIENT_WL_CONSUMER_SECRET', None)
-WL_API_URL = getattr(settings, 'APICLIENT_WL_API_URL', 'http
s
://edukacjamedialna.edu.pl/api/')
+WL_API_URL = getattr(settings, 'APICLIENT_WL_API_URL', 'http://edukacjamedialna.edu.pl/api/')
WL_REQUEST_TOKEN_URL = getattr(settings, 'APICLIENT_WL_REQUEST_TOKEN_URL', WL_API_URL + 'oauth/request_token/')
WL_ACCESS_TOKEN_URL = getattr(settings, 'APICLIENT_WL_ACCESS_TOKEN_URL', WL_API_URL + 'oauth/access_token/')
WL_REQUEST_TOKEN_URL = getattr(settings, 'APICLIENT_WL_REQUEST_TOKEN_URL', WL_API_URL + 'oauth/request_token/')
WL_ACCESS_TOKEN_URL = getattr(settings, 'APICLIENT_WL_ACCESS_TOKEN_URL', WL_API_URL + 'oauth/access_token/')