Import decimal needed.

This commit is contained in:
Bradley M. Kuhn 2015-03-08 21:28:44 -07:00
parent 65142c984a
commit 8888a12699

View file

@ -1,4 +1,5 @@
from django.db import models
from decimal import *
class FundraisingGoal(models.Model):
"""Conservancy fundraiser Goal"""