remove the multiuser sync support
This commit is contained in:
+1
-12
@@ -43,7 +43,6 @@ ALLOWED_HOSTS = [
|
||||
# Application definition
|
||||
|
||||
INSTALLED_APPS = [
|
||||
"daphne",
|
||||
"generic",
|
||||
"anatomy",
|
||||
"physics",
|
||||
@@ -75,7 +74,6 @@ INSTALLED_APPS = [
|
||||
"django.contrib.sessions",
|
||||
"django.contrib.messages",
|
||||
"django.contrib.staticfiles",
|
||||
"channels",
|
||||
"django.contrib.postgres",
|
||||
"dbbackup",
|
||||
"tinymce",
|
||||
@@ -406,16 +404,7 @@ TASKS = {
|
||||
}
|
||||
|
||||
|
||||
# ASGI & Django Channels settings
|
||||
ASGI_APPLICATION = "rad.asgi.application"
|
||||
CHANNEL_LAYERS = {
|
||||
"default": {
|
||||
"BACKEND": "channels_redis.core.RedisChannelLayer",
|
||||
"CONFIG": {
|
||||
"hosts": [(REDIS_HOST, 6379)],
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
def show_toolbar(request):
|
||||
if request.headers.get("HX-Request") or getattr(request, "htmx", False):
|
||||
|
||||
Reference in New Issue
Block a user