mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 13:32:15 +00:00
9 lines
136 B
Python
9 lines
136 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class RIGSAppConfig(AppConfig):
|
|
name = 'RIGS'
|
|
|
|
def ready(self):
|
|
import RIGS.signals
|