Skip to content

Commit

Permalink
Adding load_dotenv()
Browse files Browse the repository at this point in the history
  • Loading branch information
simonstrong-dbt committed Aug 21, 2024
1 parent cddfc86 commit 8657213
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 8657213

Please sign in to comment.