7 lines
No EOL
134 B
Python
7 lines
No EOL
134 B
Python
from django.apps import AppConfig
|
|
|
|
class CoreConfig(AppConfig):
|
|
name = 'core'
|
|
|
|
def ready(self):
|
|
import courses.signals |