all repos — comments @ 6ba60b2f7d901d697933c706143e130bdf5e3605

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'