mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-21 21:49:51 +01:00
23f5918477
* Add enterprise edition and licensing * Cypress test * License wording change * Fix typos
7 lines
119 B
Python
7 lines
119 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class EnterpriseConfig(AppConfig):
|
|
name = "ee"
|
|
verbose_name = "Enterprise"
|