~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to settings.py

  • Committer: franku
  • Date: 2018-04-03 18:57:40 UTC
  • mto: This revision was merged to the branch mainline in revision 491.
  • Revision ID: somal@arcor.de-20180403185740-kid24y7oa6u6il09
fixed creation of noticetypes -> convert post_syncdb to post_migrate

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
    'wlsearch',
92
92
    'wlpoll',
93
93
    'wlevents',
94
 
    'wlmaps',
 
94
    'wlmaps.apps.WlMapsConfig',
95
95
    'wlscreens',
96
96
    'wlggz',
97
97
    'wlscheduling',
99
99
    'haystack', # search engine; see option HAYSTACK_CONNECTIONS
100
100
 
101
101
    # Modified 3rd party apps
102
 
    'wiki',  # This is based on wikiapp, but has some local modifications
 
102
    'wiki.apps.WikiConfig',  # This is based on wikiapp, but has some local modifications
103
103
    'news',  # This is based on simple-blog, but has some local modifications
104
104
    'news.managers',
105
 
    'pybb',  # Feature enriched version of pybb
 
105
    'pybb.apps.PybbConfig',  # Feature enriched version of pybb
106
106
 
107
107
    # Thirdparty apps
108
108
    'threadedcomments',  # included as wlapp
109
109
    'notification',     # included as wlapp
110
 
    'django_messages',
 
110
    #'django_messages',
 
111
    'django_messages_wl.apps.WLDjangoMessagesConfig',
111
112
    'linaro_django_pagination',
112
113
    'tagging',
113
114
    'djangoratings',    # included as wlapp