local changes from server
[redakcja.git] / apps / catalogue / constants.py
index 0c84232..dbdb574 100644 (file)
@@ -14,3 +14,11 @@ MASTERS = ['powiesc',
            'dramat_wierszowany_lp',
            'dramat_wspolczesny',
            ]
+
+STAGES = [
+    'Draft',
+    'Comments',
+    'Comments review',
+    'Proofreading',
+    'Publication',
+    ]
\ No newline at end of file