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