Skip to content

Commit

Permalink
Merge pull request #68 from uktrade/fix/env_key
Browse files Browse the repository at this point in the history
Adding load_dotenv()
  • Loading branch information
simonstrong-dbt authored Aug 21, 2024
2 parents b18d9a1 + 8657213 commit 91e4122
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions django_app/redbox_app/redbox_core/context_processors.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
from django.conf import settings
from dotenv import load_dotenv
import environ

load_dotenv()
env = environ.Env()

def analytics_tag(request):
Expand Down

0 comments on commit 91e4122

Please sign in to comment.