Adds a requirements file and deletes a useless comment in the gcstar_import.py

This commit is contained in:
Fred Pauchet 2013-02-03 14:14:08 +01:00
parent f9f2406d19
commit 15e7c8c72c
2 changed files with 2 additions and 1 deletions

View File

@ -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

2
requirements.txt Normal file
View File

@ -0,0 +1,2 @@
django
lxml