~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to settings.py

  • Committer: Holger Rapp
  • Date: 2009-03-01 20:47:48 UTC
  • Revision ID: sirver@kallisto.local-20090301204748-h3ouqkp8zhv10ydq
First (working) commit of wlimages app, the app that will handle image uploading and managing. Uploading works now; images can only be uploaded once (with the same filename). Much stil missing. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
120
120
    # Our own apps
121
121
    'widelands.mainpage',
122
122
    'widelands.online_help',
123
 
    'widelands.images',
 
123
    'widelands.wlimages',
124
124
 
125
125
    # Modified 3rd party apps
126
126
    'widelands.wiki', # This is based on wikiapp, but has some local modifications