Update web/illustrations/settings.py
This commit is contained in:
parent
2c694f1c6d
commit
2ff7beb38d
@ -62,3 +62,9 @@ STATICFILES_DIRS=[BASE_DIR/"static"]
|
||||
LOGIN_URL="/login/"
|
||||
LOGIN_REDIRECT_URL="/search/"
|
||||
LOGOUT_REDIRECT_URL="/login/"
|
||||
|
||||
|
||||
OPENAI_API_KEY = os.environ.get("OPENAI_API_KEY", "")
|
||||
# Ensure MEDIA_ROOT exists (you likely already have this)
|
||||
MEDIA_ROOT = os.path.join(BASE_DIR, "media")
|
||||
MEDIA_URL = "/media/"
|
||||
Loading…
Reference in New Issue
Block a user