Refactored file structure to fix docker build, fixed Unfold configuration.
This commit is contained in:
5
app/theme/apps.py
Normal file
5
app/theme/apps.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class ThemeConfig(AppConfig):
|
||||
name = 'theme'
|
||||
Reference in New Issue
Block a user