all repos — comments @ 8aee826f7ddc03fd20cadfe2a4fab5f521fdbc04

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'