##// END OF EJS Templates
Added content field to global id to store cached model content. If a server uses diffrent serialization algorithm, it would still pass the same content string along saving its signature
Added content field to global id to store cached model content. If a server uses diffrent serialization algorithm, it would still pass the same content string along saving its signature

File last commit:

r1512:2edb321f decentral
r1519:a2e6cea8 decentral
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