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
parent c56021848d
commit 3a6568e6bc
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