~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to settings.py

  • Committer: Holger Rapp
  • Date: 2009-02-19 23:00:13 UTC
  • Revision ID: sirver@kallisto.local-20090219230013-bjovywqh117qc8wr
added wlblock tag, refactored main page

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
    'django.contrib.sessions',
79
79
    'django.contrib.sites',
80
80
    'django.contrib.admin',
81
 
    
 
81
 
 
82
    # TODO: only temporary for webdesign stuff
 
83
    'django.contrib.webdesign',
 
84
 
82
85
    # Our own apps
83
86
    'widelands.mainpage',
84
87