From 0b60765e2b4b870943a6e998d1214b5e32d9a683 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 26 Feb 2020 11:16:42 +0100 Subject: [PATCH] in between commit --- uncloud/uncloud_api/models.py | 2 +- uncloud/uncloud_vm/tests.py | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 uncloud/uncloud_vm/tests.py diff --git a/uncloud/uncloud_api/models.py b/uncloud/uncloud_api/models.py index 50857fb..fdbcda8 100644 --- a/uncloud/uncloud_api/models.py +++ b/uncloud/uncloud_api/models.py @@ -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 diff --git a/uncloud/uncloud_vm/tests.py b/uncloud/uncloud_vm/tests.py deleted file mode 100644 index 7ce503c..0000000 --- a/uncloud/uncloud_vm/tests.py +++ /dev/null @@ -1,3 +0,0 @@ -from django.test import TestCase - -# Create your tests here.