mirror of
https://github.com/goauthentik/authentik
synced 2026-04-27 18:07:15 +02:00
6 lines
121 B
Python
6 lines
121 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class DjangoChannelsPostgresConfig(AppConfig):
|
|
name = "django_channels_postgres"
|