From 4c43266c97a86f6dbe16b05a3f28b11d1b4aede0 Mon Sep 17 00:00:00 2001 From: "Edward Tirado Jr." Date: Sun, 27 Apr 2025 00:44:03 -0500 Subject: [PATCH] updated .env example --- .env.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.env.example b/.env.example index 8a2d2bb..ea10291 100644 --- a/.env.example +++ b/.env.example @@ -13,3 +13,5 @@ DATABASE_USERNAME=admin DATABASE_PASSWORD=super_secret_password SECRET_KEY=your_django_secret_key DJANGO_SECRET_KEY=your_django_secret_key +# You can get a free key here: https://www.omdbapi.com/apikey.aspx +OMDB_API_KEY=your_omdb_api_key