##// END OF EJS Templates
Connect replies only if this is a generic save, not some specific fields update
Connect replies only if this is a generic save, not some specific fields update

File last commit:

r1512:2edb321f decentral
r1837:772d4b19 default
Show More
apps.py
10 lines | 194 B | text/x-python | PythonLexer
from django.apps import AppConfig
class BoardsAppConfig(AppConfig):
name = 'boards'
verbose_name = 'Boards'
def ready(self):
super().ready()
import boards.signals