~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to settings.py

  • Committer: Holger Rapp
  • Date: 2009-03-04 16:25:10 UTC
  • mfrom: (48.1.19 trunk)
  • Revision ID: rapp@mrt.uka.de-20090304162510-czsrm1o0cpgt0rd4
Merged with upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
PYBB_ATTACHMENT_ENABLE = False
106
106
PYBB_DEFAULT_MARKUP = 'markdown'
107
107
 
 
108
#######################
 
109
# Link classification #
 
110
#######################
 
111
LOCAL_DOMAINS = [
 
112
    "xoops.widelands.org"
 
113
]
 
114
 
108
115
INSTALLED_APPS = (
109
116
    'django.contrib.auth',
110
117
    'django.contrib.contenttypes',
121
128
    'widelands.mainpage',
122
129
    'widelands.online_help',
123
130
    'widelands.wlimages',
 
131
    'widelands.wlwebchat',
 
132
    'widelands.wlrecaptcha',
124
133
 
125
134
    # Modified 3rd party apps
126
135
    'widelands.wiki', # This is based on wikiapp, but has some local modifications