Init, base deps

This commit is contained in:
2021-02-03 17:37:08 +00:00
parent c3f9f2dffe
commit ac81466985
28 changed files with 184360 additions and 0 deletions

5
theme/apps.py Normal file
View File

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