Browse Source

Update cli, fix #1408

pull/1531/head
Hironsan 3 years ago
parent
commit
da24202860
1 changed files with 1 additions and 0 deletions
  1. 1
      backend/cli.py

1
backend/cli.py

@ -6,6 +6,7 @@ import subprocess
import sys
from .app.celery import app
os.environ['DEBUG'] = 'False'
base = os.path.abspath(os.path.dirname(__file__))
sys.path.append(base)
manage_path = os.path.join(base, 'manage.py')

Loading…
Cancel
Save