mirror of
https://github.com/etesync/server
synced 2024-11-18 23:08:08 +00:00
ada5181a7e
This is in preparation for creating a python package, which should only occupy the "etebase_server" name in the global module namespace.
7 lines
138 B
Python
7 lines
138 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class DjangoEtebaseConfig(AppConfig):
|
|
name = "etebase_server.django"
|
|
label = "django_etebase"
|