moved omdb key to settings file

This commit is contained in:
Edward Tirado Jr 2025-04-23 16:06:58 -05:00
parent 56c8d74f99
commit 745afd9dbd
2 changed files with 5 additions and 2 deletions

View file

@ -126,6 +126,8 @@ USE_I18N = True
USE_TZ = True
OMDB_API_KEY = os.environ.get("OMDB_API_KEY")
# Django Rest Framework
REST_FRAMEWORK = {
"DEFAULT_AUTHENTICATION_CLASSES": [