changed file locations in settings.py

This commit is contained in:
Jonas Weinz 2019-07-13 19:44:04 +02:00
parent 0b5b900992
commit ce0a3488a7

View File

@ -3,3 +3,8 @@
data_root = "./data/"
one_million_recipes_file = data_root + "1M_recipes/layer1.json"
yummly_train = data_root + "Yummly/train.json"
usda_old_csv_folder = data_root + "usda_database_old/csv_exports/"
fooddb_folder = data_root + "foodb_2017_06_29_csv/"
ingredients_file = data_root + "ingredients.py"
actions_file = data_root + "actions.py"