From 6eebfe67b80b25b798d53f94e8d8b8286d150301 Mon Sep 17 00:00:00 2001 From: doubaniux Date: Thu, 7 May 2020 16:23:57 +0800 Subject: [PATCH] fix user home page link issue --- boofilsic/settings.py | 6 +++--- books/templates/books/list.html | 2 +- common/static/js/home.js | 4 ++-- common/templates/common/home.html | 2 +- users/templates/users/list.html | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/boofilsic/settings.py b/boofilsic/settings.py index 790af76b..d2951709 100644 --- a/boofilsic/settings.py +++ b/boofilsic/settings.py @@ -86,7 +86,7 @@ if DEBUG: 'NAME': 'test', 'USER': 'donotban', 'PASSWORD': 'donotbansilvousplait', - 'HOST': '192.168.13.68', + 'HOST': '172.18.96.109', 'OPTIONS': { 'client_encoding': 'UTF8', # 'isolation_level': psycopg2.extensions.ISOLATION_LEVEL_DEFAULT, @@ -173,8 +173,8 @@ AUTH_USER_MODEL = 'users.User' MEDIA_URL = '/media/' MEDIA_ROOT = os.path.join(BASE_DIR, 'media/') -CLIENT_ID = 'kEbwT9Je5HHg4FoLx4nb0tNaIrPNs5Mw6AYlQlsj2_4' -CLIENT_SECRET = 'xwmEvlmudLCkBmvdzGf8m41Ug5o5di9xnDqeVLrcKSg' +CLIENT_ID = 'kEbwT9Je5HsadfNs5Mw6Asht456YlQl54t4sj2_4' +CLIENT_SECRET = 'xwmEvlmudLCkBmvdzGf8msdfgsdfggs5di9xnDqeVLrcKSg' # Path to save report related images, ends without slash REPORT_MEDIA_PATH_ROOT = 'report/' diff --git a/books/templates/books/list.html b/books/templates/books/list.html index 51b25aba..3a0c57bd 100644 --- a/books/templates/books/list.html +++ b/books/templates/books/list.html @@ -202,7 +202,7 @@ - +