dbdb57485c39f1a7906451bc12084c7814efbb94
[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            ]
17
18 STAGES = [
19     'Draft',
20     'Comments',
21     'Comments review',
22     'Proofreading',
23     'Publication',
24     ]