aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/matchbox/db/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/matchbox/db/settings.py b/src/matchbox/db/settings.py
index bd20bac..d0397e6 100644
--- a/src/matchbox/db/settings.py
+++ b/src/matchbox/db/settings.py
@@ -5,4 +5,4 @@ DATABASE_USER = 'username' # Not used with sqlite3.
DATABASE_PASSWORD = 'password' # Not used with sqlite3.
DATABASE_HOST = '' # Set to empty string for localhost. Not used with sqlite3.
DATABASE_PORT = '' # Set to empty string for default. Not used with sqlite3.
-INSTALLED_APPS = ('db.main')
+INSTALLED_APPS = ('matchbox.db.main')