1
0
mirror of https://github.com/etesync/server synced 2024-12-29 02:38:07 +00:00
etesync-server/django_etebase/token_auth/apps.py

6 lines
109 B
Python
Raw Normal View History

from django.apps import AppConfig
class TokenAuthConfig(AppConfig):
name = 'django_etebase.token_auth'