Wrap up other places where the old license access method is used

This commit is contained in:
Matthew Jones
2016-01-25 20:58:49 -05:00
parent 296ca52b0f
commit 769fe18724
3 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ class Command(BaseCommand):
def handle(self, *args, **kwargs):
# Get the license data.
license_reader = TaskSerializer()
license_data = license_reader.from_file()
license_data = license_reader.from_database()
# Does the license have features, at all?
# If there is no license yet, then all features are clearly off.