OpenSlides/openslides/topics/__init__.py
Norman Jäckel cab53f0434 Moved custom slides to own app topics for better app structure.
Renamed model to Topic. Added migrations file. Fixed #2402.
2016-09-21 15:00:23 +02:00

2 lines
62 B
Python

default_app_config = 'openslides.topics.apps.TopicsAppConfig'