forked from uncloud/uncloud
in between commit
This commit is contained in:
parent
7d1c8df84d
commit
0b60765e2b
2 changed files with 1 additions and 4 deletions
|
@ -55,7 +55,7 @@ class Product(models.Model):
|
||||||
recurring_price = models.FloatField()
|
recurring_price = models.FloatField()
|
||||||
one_time_price = models.FloatField()
|
one_time_price = models.FloatField()
|
||||||
|
|
||||||
|
# FIXME: need recurring_time_frame
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
abstract = True
|
abstract = True
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
from django.test import TestCase
|
|
||||||
|
|
||||||
# Create your tests here.
|
|
Loading…
Reference in a new issue