Librarian in regular requirements.
[redakcja.git] / apps / catalogue / constants.py
1 # -*- coding: utf-8 -*-
2 #
3 # This file is part of FNP-Redakcja, licensed under GNU Affero GPLv3 or later.
4 # Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
5 #
6 TRIM_BEGIN = " TRIM_BEGIN "
7 TRIM_END = " TRIM_END "
8
9 MASTERS = ['powiesc',
10            'opowiadanie',
11            'liryka_l',
12            'liryka_lp',
13            'dramat_wierszowany_l',
14            'dramat_wierszowany_lp',
15            'dramat_wspolczesny',
16            ]