Skip to content

Commit

Permalink
forgot_password_.env_set
Browse files Browse the repository at this point in the history
  • Loading branch information
Lungsangg committed Apr 3, 2024
1 parent 7f3ba00 commit ef80eb9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sefaria/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
import os
import os.path
from django.utils.translation import ugettext_lazy as _
from dotenv import load_dotenv

load_dotenv()

relative_to_abs_path = lambda *x: os.path.join(os.path.dirname(
os.path.realpath(__file__)), *x)
Expand Down

0 comments on commit ef80eb9

Please sign in to comment.