3f9f816a7e
- backend changes
8 lines
152 B
Python
8 lines
152 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class ApiConfig(AppConfig):
|
|
name = 'right_tree.api'
|
|
|
|
def ready(self):
|
|
import right_tree.api.signals
|