~widelands-dev/widelands-website/trunk

« back to all changes in this revision

Viewing changes to settings.py

  • Committer: Holger Rapp
  • Date: 2009-04-11 15:21:15 UTC
  • Revision ID: rapp@mrt.uka.de-20090411152115-qpbnxxze99td19bz
Added a first version of a screenshot application

Show diffs side-by-side

added added

removed removed

Lines of Context:
170
170
#####################
171
171
SVN_URL = "http://widelands.svn.sourceforge.net/viewvc/widelands?view=rev&revision=%s"
172
172
 
 
173
###############
 
174
# Screenshots #
 
175
###############
 
176
THUMBNAIL_SIZE = ( 160, 160 )
 
177
 
173
178
INSTALLED_APPS = (
174
179
    'django.contrib.auth',
175
180
    'django.contrib.contenttypes',
192
197
    'widelands.wlsearch',
193
198
    'widelands.wlpoll',
194
199
    'widelands.wlmaps',
 
200
    'widelands.wlscreens',
195
201
 
196
202
    # Modified 3rd party apps
197
203
    'widelands.wiki', # This is based on wikiapp, but has some local modifications