Add loading

This commit is contained in:
Andros Fenollosa
2021-11-20 19:54:57 +01:00
parent 209adf66f7
commit 7a53b7ddf5
8 changed files with 33 additions and 28 deletions

View File

@ -43,6 +43,7 @@ INSTALLED_APPS = [
"django.contrib.staticfiles",
"django_extensions",
"channels",
"slippers",
"app.website",
]