diff --git a/taiga/projects/management/commands/sample_data.py b/taiga/projects/management/commands/sample_data.py index 83d0d7d3..147ca0a7 100644 --- a/taiga/projects/management/commands/sample_data.py +++ b/taiga/projects/management/commands/sample_data.py @@ -17,6 +17,8 @@ import random import datetime +from os import path + from django.core.management.base import BaseCommand from django.db import transaction