Skip to content

Instantly share code, notes, and snippets.

View tkovalsky's full-sized avatar

tkotodd tkovalsky

View GitHub Profile
@tkovalsky
tkovalsky / commission.py
Created August 16, 2015 17:32
commission calculator
import datetime
from django.conf import settings
from django.contrib.auth.models import User
from django.core.urlresolvers import reverse
from django.db import models
from django.db.models.signals import post_save
from django.utils import timezone
from listings.models import Listing