diff -r 7a7035d3f7c9 -r f01235a1dcc2 src/hdalab/management/commands/import_hdabo_db.py --- a/src/hdalab/management/commands/import_hdabo_db.py Wed Jun 25 17:34:54 2014 +0200 +++ b/src/hdalab/management/commands/import_hdabo_db.py Thu Jun 26 10:44:05 2014 +0200 @@ -25,7 +25,7 @@ def handle(self, *args, **options): if len(args) == 0: - data_path = os.path.abspath(os.path.join(os.path.basename(__file__),'../../../../data')) + data_path = os.path.abspath(os.path.join(os.path.abspath(__file__),'../../../../../data')) else: data_path = args[0]