[Backport] Add missing import sentence of 'sys.path' 🎩

remotes/origin/issue/4795/notification_even_they_are_disabled
David Barragán Merino 2016-02-22 17:17:17 +01:00 committed by Alejandro Alonso
parent a727b79ed3
commit 381e0b005d
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@
import random
import datetime
from os import path
from django.core.management.base import BaseCommand
from django.db import transaction