r87801 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r87800‎ | r87801 | r87802 >
Date:00:13, 10 May 2011
Author:rfaulk
Status:deferred
Tags:
Comment:
- added STATIC_URL and staticfiles app
Modified paths:
  • /trunk/fundraiser-statistics/fundraiser-scripts/web_reporting/settings.py (modified) (history)

Diff [purge]

Index: trunk/fundraiser-statistics/fundraiser-scripts/web_reporting/settings.py
@@ -21,6 +21,9 @@
2222 }
2323 }
2424
 25+STATIC_URL = '/static/'
 26+
 27+
2528 # Local time zone for this installation. Choices can be found here:
2629 # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name
2730 # although not all choices may be available on all operating systems.
@@ -98,4 +101,5 @@
99102 'django.contrib.admin',
100103 # Uncomment the next line to enable admin documentation:
101104 'django.contrib.admindocs',
 105+ 'django.contrib.staticfiles',
102106 )

Status & tagging log