From 4b1a34720027b4fc4a76dd47ed9097612fa11355 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 12 Sep 2021 23:22:25 -0400 Subject: [PATCH] add START_SYNC flag --- boofilsic/settings.py | 2 ++ games/templates/games/detail.html | 2 +- movies/templates/movies/detail.html | 2 +- music/templates/music/album_detail.html | 2 +- music/templates/music/song_detail.html | 2 +- sync/apps.py | 4 +++- users/templates/users/login.html | 2 +- users/views.py | 2 +- 8 files changed, 11 insertions(+), 7 deletions(-) diff --git a/boofilsic/settings.py b/boofilsic/settings.py index 66e33ba4..96a7cf06 100644 --- a/boofilsic/settings.py +++ b/boofilsic/settings.py @@ -267,3 +267,5 @@ if DEBUG: # https://django-debug-toolbar.readthedocs.io/en/latest/ # maybe benchmarking before deployment + +START_SYNC = True \ No newline at end of file diff --git a/games/templates/games/detail.html b/games/templates/games/detail.html index b81e09d1..b9bf7cdd 100644 --- a/games/templates/games/detail.html +++ b/games/templates/games/detail.html @@ -19,7 +19,7 @@ - + {{ site_name }} - {% trans '游戏详情' %} | {{ game.title }} diff --git a/movies/templates/movies/detail.html b/movies/templates/movies/detail.html index b083112f..752a9a9c 100644 --- a/movies/templates/movies/detail.html +++ b/movies/templates/movies/detail.html @@ -19,7 +19,7 @@ - +