Index: trunk/fundraiser-statistics/fundraiser-scripts/web_reporting/settings.py |
— | — | @@ -21,6 +21,9 @@ |
22 | 22 | } |
23 | 23 | } |
24 | 24 | |
| 25 | +STATIC_URL = '/static/' |
| 26 | + |
| 27 | + |
25 | 28 | # Local time zone for this installation. Choices can be found here: |
26 | 29 | # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name |
27 | 30 | # although not all choices may be available on all operating systems. |
— | — | @@ -98,4 +101,5 @@ |
99 | 102 | 'django.contrib.admin', |
100 | 103 | # Uncomment the next line to enable admin documentation: |
101 | 104 | 'django.contrib.admindocs', |
| 105 | + 'django.contrib.staticfiles', |
102 | 106 | ) |