uncomment Sync module as it was missed originally

This commit is contained in:
Your Name 2021-09-16 16:39:30 -04:00
parent a7a55425dd
commit 830b3a0159

View file

@ -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
START_SYNC = True