File diff 65142c984a2c → 8888a1269951
www/conservancy/apps/fundgoal/models.py
Show inline comments
 
from django.db import models
 
from decimal import *
 

	
 
class FundraisingGoal(models.Model):
 
    """Conservancy fundraiser Goal"""