geschichten/stories/writingtogether/apps.py

6 lines
105 B
Python
Raw Normal View History

2021-03-30 21:25:52 +02:00
from django.apps import AppConfig
class WritingtogetherConfig(AppConfig):
name = 'writingtogether'