Refactored for better packaging

This commit is contained in:
Mike Young
2019-11-20 00:49:40 -05:00
parent 98fd28dc3f
commit 37fe006da5
169 changed files with 28672 additions and 2 deletions

5
src/interface/apps.py Executable file
View File

@@ -0,0 +1,5 @@
from django.apps import AppConfig
class InterfaceConfig(AppConfig):
name = "interface"