0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-22 08:40:03 +01:00
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"