in between commit

This commit is contained in:
Nico Schottelius 2020-02-26 11:16:42 +01:00
parent 7d1c8df84d
commit 0b60765e2b
2 changed files with 1 additions and 4 deletions

View File

@ -55,7 +55,7 @@ class Product(models.Model):
recurring_price = models.FloatField()
one_time_price = models.FloatField()
# FIXME: need recurring_time_frame
class Meta:
abstract = True

View File

@ -1,3 +0,0 @@
from django.test import TestCase
# Create your tests here.