forked from DGNum/gestioCOF
9 lines
151 B
Python
9 lines
151 B
Python
|
from django.apps import AppConfig
|
||
|
|
||
|
|
||
|
class GestioncofConfig(AppConfig):
|
||
|
name = 'gestioncof'
|
||
|
|
||
|
def ready(self):
|
||
|
import gestioncof.signals
|