Must move import as well.

This commit is contained in:
Bradley M. Kuhn 2015-03-08 23:31:44 -07:00
parent b3f019265b
commit f8f37dd39c
2 changed files with 1 additions and 1 deletions

View file

@ -1,6 +1,7 @@
import os.path
from django.http import HttpResponse
from django.template import RequestContext, loader
from conservancy.apps.fundgoal.models import FundraisingGoal as FundraisingGoal
def handler(request, errorcode):
STATIC_ROOT = '/home/www/website/www/conservancy/static/'

View file

@ -19,7 +19,6 @@
from django.conf.urls import patterns, url, include
from django.contrib import admin
from conservancy.apps.fundgoal.models import FundraisingGoal as FundraisingGoal
# import conservancy.settings
from django.conf import settings