add features to buzz item types

This commit is contained in:
Sanjay B 2014-05-26 15:27:05 +05:30
parent f5e7ebc2cc
commit ffe4996ff1

View File

@ -164,6 +164,7 @@ class Occupation(models.Model):
BUZZ_ITEM_TYPES = (
('review', 'Review'),
('publicity', 'Publicity'),
('features', 'Features'),
)