Files
fet2020/fet2020/posts/apps.py
2021-01-15 15:42:30 +00:00

6 lines
85 B
Python

from django.apps import AppConfig
class PostsConfig(AppConfig):
name = "posts"