From 830b3a0159f10c1de7fe37f98131ac306b2090d9 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 16 Sep 2021 16:39:30 -0400 Subject: [PATCH] uncomment Sync module as it was missed originally --- boofilsic/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boofilsic/settings.py b/boofilsic/settings.py index 3af9986d..92b2650e 100644 --- a/boofilsic/settings.py +++ b/boofilsic/settings.py @@ -56,7 +56,7 @@ INSTALLED_APPS = [ 'movies.apps.MoviesConfig', 'music.apps.MusicConfig', 'games.apps.GamesConfig', - # 'sync.apps.SyncConfig', + 'sync.apps.SyncConfig', 'easy_thumbnails', ] @@ -268,4 +268,4 @@ if DEBUG: # https://django-debug-toolbar.readthedocs.io/en/latest/ # maybe benchmarking before deployment -START_SYNC = True \ No newline at end of file +START_SYNC = True