[Backport] Add missing import sentence of 'sys.path' 🎩✨
parent
a727b79ed3
commit
381e0b005d
|
@ -17,6 +17,8 @@
|
|||
|
||||
import random
|
||||
import datetime
|
||||
from os import path
|
||||
|
||||
|
||||
from django.core.management.base import BaseCommand
|
||||
from django.db import transaction
|
||||
|
|
Loading…
Reference in New Issue