diff --git a/settings.py b/settings.py
index f4f4a6840c255f2ed3f89c248e691665cc7f5f37..1166eb2ab38177e6efd9ccce6f2d437810567dd7 100644
--- a/settings.py
+++ b/settings.py
@@ -33,7 +33,7 @@ DATABASE_USER_PASSWORD = 'monetdb'
 DATABASE_HOST = 'localhost'
 
 # Database to connect to
-DATABASE = 'dev_simcaq'
+DATABASE = 'hotmapper_demo'
 
 # URI structure. Standards to login:password model, but can be changed as needed.
 DATABASE_URI = '{}://{}:{}@{}/{}'.format(DATABASE_DIALECT, DATABASE_USER,