Tightly integrate WhatsApp selectors into existing UIs
This commit is contained in:
@@ -97,6 +97,12 @@ MIDDLEWARE = [
|
||||
|
||||
ROOT_URLCONF = "app.urls"
|
||||
ASGI_APPLICATION = "app.asgi.application"
|
||||
COMPOSE_WS_ENABLED = os.environ.get("COMPOSE_WS_ENABLED", "false").lower() in {
|
||||
"1",
|
||||
"true",
|
||||
"yes",
|
||||
"on",
|
||||
}
|
||||
|
||||
TEMPLATES = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user