##// END OF EJS Templates
Use proper settings for max landing threads. Show thread last update time instead of number of posts
Use proper settings for max landing threads. Show thread last update time instead of number of posts

File last commit:

r1512:2edb321f decentral
r2001:6d66389f 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