move files for new virtualenv setup

This commit is contained in:
j 2009-10-09 17:20:54 +02:00
commit e38385fcd8
33 changed files with 28 additions and 4 deletions

View file

View file

@ -0,0 +1,19 @@
# -*- coding: utf-8 -*-
# vi:si:et:sw=4:sts=4:ts=4
from django.core.management.base import BaseCommand, CommandError
from django.conf import settings
import lookup.cache
class Command(BaseCommand):
"""
load new ids into cache
"""
help = 'load ids from sites that dont support search.'
args = ''
def handle(self, **options):
import oxdata.lookup.cache
lookup.cache.getIds()