1
0
mirror of https://github.com/etesync/server synced 2024-11-22 08:48:07 +00:00
etesync-server/etebase_server/myauth/apps.py
Xiretza 9d6e0ae60a fix: move myauth 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

7 lines
123 B
Python

from django.apps import AppConfig
class MyauthConfig(AppConfig):
name = "etebase_server.myauth"
label = "myauth"