from django.apps import AppConfig [docs]class TreeOfLifeConfig(AppConfig): name = 'treeoflife'
Contents: