Import decimal needed.
This commit is contained in:
parent
65142c984a
commit
8888a12699
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
from django.db import models
|
from django.db import models
|
||||||
|
from decimal import *
|
||||||
|
|
||||||
class FundraisingGoal(models.Model):
|
class FundraisingGoal(models.Model):
|
||||||
"""Conservancy fundraiser Goal"""
|
"""Conservancy fundraiser Goal"""
|
||||||
|
|
Loading…
Add table
Reference in a new issue