streamlined comment system, replicated post_comment view so form errors redirect on the annotation page and not on a preview page + added revision detail view and links for specific revisions from the comments
from django.apps import AppConfig
class RestapiConfig(AppConfig):
name = 'restapi'