moved omdb key to settings file
This commit is contained in:
parent
56c8d74f99
commit
745afd9dbd
2 changed files with 5 additions and 2 deletions
|
@ -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": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue