Hide deleted lists; add some api fields: volume, last change; other small api-related...
[wolnelektury.git] / src / redirects / apps.py
1 from django.apps import AppConfig
2
3
4 class RedirectsConfig(AppConfig):
5     name = 'redirects'