all repos — comments @ 33c508d1b499596c4b50b89386d1bdc05e5d5bb9

django app for embedding comment threads in a static site via iframes

apps.py (raw)

1
2
3
4
5
from django.apps import AppConfig


class CommentsConfig(AppConfig):
    name = 'comments'