Skip to content

Commit 8fe71bc

Browse files
committed
updated settings
1 parent 26664ba commit 8fe71bc

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

AoE_Openings/AoE_Openings/settings.py

+8-2
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,13 @@
8585

8686
STATICFILES_DIRS = (
8787
os.path.join(FRONTEND_DIR, 'build', 'static'),
88+
# Civilization images
89+
os.path.join(BACKEND_DIR, 'opening_stats',
90+
'aoe2techtree',
91+
'img',
92+
'Civs'),
8893
)
94+
STATIC_ROOT = os.path.join(BACKEND_DIR,'static/')
8995

9096
WSGI_APPLICATION = 'AoE_Openings.wsgi.application'
9197

@@ -99,8 +105,8 @@
99105
'NAME': 'aoe_openings_data',
100106
'USER': 'aoe_openings',
101107
'PASSWORD': os.getenv("DB_PW"),
102-
'HOST': 'UPDATE',
103-
'PORT': 'UPDATE',
108+
'HOST': 'dj0wns-2488.postgres.pythonanywhere-services.com',
109+
'PORT': '12488',
104110
}
105111
}
106112

0 commit comments

Comments
 (0)