Add app for PZ.
[wolnelektury.git] / src / pz / apps.py
1 from django.apps import AppConfig
2
3
4 class PzConfig(AppConfig):
5     name = 'pz'