Changeset - f8f37dd39c6b
[Not reviewed]
0 2 0
Bradley Kuhn (bkuhn) - 9 years ago 2015-03-09 06:31:44
bkuhn@ebb.org
Must move import as well.
2 files changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/views.py
Show inline comments
...
 
@@ -2,4 +2,5 @@ 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):
www/conservancy/urls.py
Show inline comments
...
 
@@ -20,5 +20,4 @@
 
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
0 comments (0 inline, 0 general)