fix import

pull/94/head
eric 2020-08-01 22:22:07 -04:00
parent 4839dc549a
commit c5787bdd6e
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
from django.core.management.base import BaseCommand
from regluit.core.models import EbookFile
from regluit.core.models import EbookFile, Ebookfile
class Command(BaseCommand):