##// END OF EJS Templates
Added tag 4.8.0 for changeset 75a09d9014b9
Added tag 4.8.0 for changeset 75a09d9014b9

File last commit:

r1512:2edb321f decentral
r2010:4dd17703 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