mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-16 21:12:13 +00:00
9 lines
142 B
Python
9 lines
142 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class AssetsAppConfig(AppConfig):
|
|
name = 'assets'
|
|
|
|
def ready(self):
|
|
import assets.signals
|