From 6ad92a908ca1db02e2dc8342cb86bb94605c6761 Mon Sep 17 00:00:00 2001 From: ProxMenuxBot Date: Fri, 10 Jul 2026 19:17:45 +0000 Subject: [PATCH] Update helpers_cache.json --- json/helpers_cache.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/json/helpers_cache.json b/json/helpers_cache.json index d44ef056..df4ad425 100644 --- a/json/helpers_cache.json +++ b/json/helpers_cache.json @@ -21430,7 +21430,8 @@ "Media & Streaming" ], "notes": [ - "Set API keys (TMDB_API, MAL_API, IGDB_ID, IGDB_SECRET) in /opt/yamtrack/src/.env to enable media search from external providers." + "Set API keys (TMDB_API, MAL_API, IGDB_ID, IGDB_SECRET) in /opt/yamtrack/src/.env to enable media search from external providers.", + "If you need to access the python console of Yamtrack (e.g. creating a user) with the console), you can call `/opt/yamtrack/.venv/bin/python manage.py shell`" ], "warnings": [ "If using a reverse proxy, set the URLS variable in .env to your external URL (e.g., URLS=https://yamtrack.example.com)."