comments/apps.py
2020-04-28 19:01:19 -04:00

5 lines
91 B
Python

from django.apps import AppConfig
class CommentsConfig(AppConfig):
name = 'comments'