add button!

This commit is contained in:
ducoterra
2020-04-24 20:30:27 -04:00
parent 02d2f9d7e6
commit 150f48f17c
13 changed files with 135 additions and 0 deletions

5
ui/apps.py Normal file
View File

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