changed file locations in settings.py
This commit is contained in:
parent
0b5b900992
commit
ce0a3488a7
@ -3,3 +3,8 @@
|
|||||||
data_root = "./data/"
|
data_root = "./data/"
|
||||||
one_million_recipes_file = data_root + "1M_recipes/layer1.json"
|
one_million_recipes_file = data_root + "1M_recipes/layer1.json"
|
||||||
yummly_train = data_root + "Yummly/train.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"
|
||||||
|
Loading…
Reference in New Issue
Block a user