Files
posthog/ee/apps.py
Tim Glaser 23f5918477 Add enterprise edition and licensing (#1390)
* Add enterprise edition and licensing

* Cypress test

* License wording change

* Fix typos
2020-08-14 11:23:55 +02:00

7 lines
119 B
Python

from django.apps import AppConfig
class EnterpriseConfig(AppConfig):
name = "ee"
verbose_name = "Enterprise"