mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-22 08:15:44 +01:00
7 lines
119 B
Python
7 lines
119 B
Python
|
from django.apps import AppConfig
|
||
|
|
||
|
|
||
|
class EnterpriseConfig(AppConfig):
|
||
|
name = "ee"
|
||
|
verbose_name = "Enterprise"
|