fix extract_derivatives command

This commit is contained in:
j 2012-11-20 17:39:44 +01:00
parent 066d7c8588
commit 1f18bcbb15
1 changed files with 4 additions and 1 deletions

View File

@ -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):
"""
"""