Skip to content

Commit

Permalink
riders to rider
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshp1656 committed Jan 8, 2024
1 parent 07c996b commit f06c5a4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions sih/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,13 @@
STATICFILES_DIRS = [os.path.join(BASE_DIR, 'static')]

import os
from dotenv import load_dotenv
# from dotenv import load_dotenv

# Load environment variables from .env file
load_dotenv()
# # Load environment variables from .env file
# load_dotenv()

OPENAI_API_KEY = os.getenv('OPENAI_API_KEY')
# OPENAI_API_KEY = os.getenv('OPENAI_API_KEY')
OPENAI_API_KEY = 'hhhhhh'

STATIC_ROOT = BASE_DIR / 'staticfiles'
STATICFILES_STORAGE = 'whitenoise.storage.CompressedManifestStaticFilesStorage'

0 comments on commit f06c5a4

Please sign in to comment.