rename app dir

This commit is contained in:
meeb
2020-12-10 03:40:06 +11:00
parent d5f00014b3
commit db2f35c736
172 changed files with 8 additions and 10 deletions

5
tubesync/sync/apps.py Normal file
View File

@@ -0,0 +1,5 @@
from django.apps import AppConfig
class SyncConfig(AppConfig):
name = 'sync'