etesync-server/django_etesync/token_auth/apps.py

6 lines
109 B
Python
Raw Normal View History

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