Hiroki Nakayama
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
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') |
|
|
|