~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to settings.py

  • Committer: Holger Rapp
  • Date: 2009-03-15 16:40:37 UTC
  • mto: This revision was merged to the branch mainline in revision 64.
  • Revision ID: sirver@kallisto.local-20090315164037-6sbx3vlo089d46e8
Added support for profiles. No gravatar yet

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
######################
98
98
# User configuration #
99
99
######################
100
 
AUTH_PROFILE_MODULE = 'pybb.Profile'
 
100
AUTH_PROFILE_MODULE = 'wlprofile.Profile'
 
101
DEFAULT_TIME_ZONE = 3
 
102
DEFAULT_MARKUP ="markdown"
 
103
SIGNATURE_MAX_LENGTH = 255
 
104
SIGNATURE_MAX_LINES = 8
 
105
AVATARS_UPLOAD_TO = "profile/avatars"
 
106
AVATAR_HEIGHT  = AVATAR_WIDTH = 80
101
107
 
102
108
######################
103
109
# Pybb Configuration #
130
136
    'widelands.wlimages',
131
137
    'widelands.wlwebchat',
132
138
    'widelands.wlrecaptcha',
 
139
    'widelands.wlprofile',
133
140
 
134
141
    # Modified 3rd party apps
135
142
    'widelands.wiki', # This is based on wikiapp, but has some local modifications