from django.apps import AppConfig
class ApiConfig(AppConfig):
name = 'right_tree.api'
def ready(self):
import right_tree.api.signals