This commit is contained in:
Trey t
2023-07-14 16:00:29 -05:00
parent c4c299761e
commit 4f0bf4af5f

View File

@@ -120,6 +120,7 @@ STATIC_ROOT = os.path.join(BASE_DIR, 'static')
MEDIA_URL = '/media/'
MEDIA_ROOT = os.path.join(BASE_DIR, "media")
print(MEDIA_ROOT)
if os.environ.get("DATABASE_URL"):
ALLOWED_HOSTS = ['*']