~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to wiki/apps.py

  • Committer: franku
  • Date: 2018-04-07 09:48:02 UTC
  • mto: This revision was merged to the branch mainline in revision 491.
  • Revision ID: somal@arcor.de-20180407094802-rh3juumycm31p94w
run through 1.9 release notes

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
class WikiConfig(AppConfig):
6
6
 
7
7
    name = 'wiki'
8
 
    verbose_name = 'The widelands wiki'
 
8
    verbose_name = 'Widelands Wiki'
9
9
 
10
10
    def ready(self):
11
11
        from wiki.management import create_notice_types