2019-10-29 15:30:02 +01:00

6 lines
85 B
Python

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