Must move import as well.
This commit is contained in:
parent
b3f019265b
commit
f8f37dd39c
2 changed files with 1 additions and 1 deletions
|
@ -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/'
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue