diff --git a/settings.py b/settings.py
index 36dd10f504d092e046af72592e81115e2fe7195c..ba34cc881c79b55fe0ee5e75ff59a2503f5c4446 100644
--- a/settings.py
+++ b/settings.py
@@ -33,7 +33,7 @@ DATABASE_USER_PASSWORD = 'monetdb'
 DATABASE_HOST = 'localhost'
 
 # Database to connect to
-DATABASE = 'hotmapper_demo'
+DATABASE = 'dados_educacionais'
 
 # Column used to run aggregations and denormalizations
 YEAR_COLUMN = 'ano_censo'