Add missing import sentence of 'sys.path' 🎩✨
parent
c56021848d
commit
3a6568e6bc
|
@ -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