uncomment Sync module as it was missed originally
This commit is contained in:
parent
a7a55425dd
commit
830b3a0159
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue