mirror of
https://github.com/etesync/server
synced 2024-11-22 08:48:07 +00:00
9d6e0ae60a
This is in preparation for creating a python package, which should only occupy the "etebase_server" name in the global module namespace.
7 lines
123 B
Python
7 lines
123 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class MyauthConfig(AppConfig):
|
|
name = "etebase_server.myauth"
|
|
label = "myauth"
|