File diff ce1b4b2528c4 → 3fe5f09d18cf
www/conservancy/static/views.py
Show inline comments
...
 
@@ -4,7 +4,7 @@ from django.http import HttpResponse
 
from django.template import RequestContext, loader
 
from conservancy.apps.fundgoal.models import FundraisingGoal as FundraisingGoal
 

	
 
STATIC_ROOT = '/home/www/website/www/conservancy/static/'
 
STATIC_ROOT = os.path.abspath(os.path.dirname(__file__))
 
FILESYSTEM_ENCODING = 'utf-8'
 

	
 
def handler(request, errorcode):