fix rebuildcache

This commit is contained in:
j 2011-10-20 11:09:22 +02:00
commit d953debf09
2 changed files with 2 additions and 1 deletions

View file

@ -7,6 +7,7 @@ from os.path import join, dirname, basename, splitext, exists
from django.core.management.base import BaseCommand, CommandError
from django.conf import settings
import app.models
from ... import models