fix extract_derivatives command
This commit is contained in:
parent
066d7c8588
commit
1f18bcbb15
1 changed files with 4 additions and 1 deletions
|
@ -1,13 +1,16 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# vi:si:et:sw=4:sts=4:ts=4
|
||||
import os
|
||||
from optparse import make_option
|
||||
|
||||
from django.core.management.base import BaseCommand
|
||||
from django.conf import settings
|
||||
import os
|
||||
|
||||
import monkey_patch.models
|
||||
from ... import models
|
||||
from ...tasks import extract_derivatives
|
||||
|
||||
|
||||
class Command(BaseCommand):
|
||||
"""
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue