~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to settings.py

  • Committer: gschmitlin at gmail
  • Date: 2017-12-23 09:15:02 UTC
  • mto: This revision was merged to the branch mainline in revision 480.
  • Revision ID: gschmitlin@gmail.com-20171223091502-j1zscwdies0625nv
added scheduling module in a clean way

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
    'wlmaps',
95
95
    'wlscreens',
96
96
    'wlggz',
 
97
    'wlscheduling',
97
98
    'check_input',
98
99
    'haystack', # search engine; see option HAYSTACK_CONNECTIONS
99
100