mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-27 08:14:30 -04:00
* fix food seeder to use value instead of keys * fix all recipe names being slugified * add helper path utilities * add fix script for database to rename foods * add safe calling for fixes
6 lines
82 B
Python
6 lines
82 B
Python
from pathlib import Path
|
|
|
|
CWD = Path(__file__).parent
|
|
|
|
en_us = CWD / "en-us.json"
|