This commit is contained in:
Trey t
2023-07-14 16:02:59 -05:00
parent 4f0bf4af5f
commit 88fad692cb
2 changed files with 1 additions and 2 deletions

View File

@@ -120,7 +120,6 @@ 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 = ['*']