3
2
from django.utils.translation import ugettext_noop as _
6
5
from notification import models as notification
8
def create_notice_types(app, created_models, verbosity, **kwargs):
9
9
notification.create_notice_type('forum_new_topic',
11
11
_('a new topic has been added to the forum'),