comments/apps.py

6 lines
91 B
Python
Raw Permalink Normal View History

2020-04-28 23:01:19 +00:00
from django.apps import AppConfig
class CommentsConfig(AppConfig):
name = 'comments'