docker file fix
parent
19b3923533
commit
395df2d245
@ -1,10 +0,0 @@
|
||||
from django.core.management.base import BaseCommand
|
||||
import os
|
||||
|
||||
|
||||
class Command(BaseCommand):
|
||||
def handle(self, *args, **options):
|
||||
directory = './whoosh/index/'
|
||||
|
||||
if not os.path.exists(directory):
|
||||
os.makedirs(directory)
|
||||
Loading…
Reference in New Issue