1
0
mirror of https://github.com/etesync/server synced 2024-11-22 16:58:08 +00:00
etesync-server/etebase_server/django/token_auth/apps.py
Xiretza ada5181a7e fix: move django_etebase module from toplevel to under etebase_server
This is in preparation for creating a python package, which should only
occupy the "etebase_server" name in the global module namespace.
2022-05-09 17:41:16 +02:00

6 lines
116 B
Python

from django.apps import AppConfig
class TokenAuthConfig(AppConfig):
name = "etebase_server.django.token_auth"