##// END OF EJS Templates
Do not index post's uid field as mysql does not support it
Do not index post's uid field as mysql does not support it

File last commit:

r1512:2edb321f decentral
r1835:aa9b2361 default
Show More
apps.py
10 lines | 194 B | text/x-python | PythonLexer
neko259
Define signals outside of the post model
r1512 from django.apps import AppConfig
class BoardsAppConfig(AppConfig):
name = 'boards'
verbose_name = 'Boards'
def ready(self):
super().ready()
import boards.signals