##// END OF EJS Templates
Added image for midi/mid file format. Store only common file formats (e.g. same image for different formats) in the code, otherwise get the image file directly from the statics
Added image for midi/mid file format. Store only common file formats (e.g. same image for different formats) in the code, otherwise get the image file directly from the statics

File last commit:

r1512:2edb321f decentral
r1779:96b4c2f6 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