diff --git a/cards/management/commands/gcstar_import.py b/cards/management/commands/gcstar_import.py index 689bcb7..f4c9141 100644 --- a/cards/management/commands/gcstar_import.py +++ b/cards/management/commands/gcstar_import.py @@ -97,7 +97,6 @@ class Command(BaseCommand): if os.path.exists(file): return os.path.abspath(file) - #raise IOError("Le fichier référencé n'existe pas. Chemins essayés: %s" % (', '.join(possiblePaths))) self.stdout.write("Le fichier référencé n'existe pas. Chemins essayés: %s" % (', '.join(possiblePaths))) return None diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..454cb46 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +django +lxml