mirror of
https://github.com/goauthentik/authentik
synced 2026-05-01 11:57:09 +02:00
6 lines
121 B
Python
6 lines
121 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class DjangoChannelsPostgresConfig(AppConfig):
|
|
name = "django_channels_postgres"
|