##// END OF EJS Templates
Added domain image for linux.org.ru, added ability to make images for third-level domains when it is an org.ru, com.ua, co.uk etc domain
Added domain image for linux.org.ru, added ability to make images for third-level domains when it is an org.ru, com.ua, co.uk etc domain

File last commit:

r1512:2edb321f decentral
r1724:70ff8482 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