mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-18 03:19:51 +03:00
6 lines
121 B
Python
6 lines
121 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class DjangoChannelsPostgresConfig(AppConfig):
|
|
name = "django_channels_postgres"
|