tworz-ze -> tworzze
[wolnelektury.git] / apps / catalogue / views.py
index 79faca7..d74ca75 100644 (file)
@@ -326,7 +326,7 @@ def _sqlite_word_starts_with(name, prefix):
     return Q(**kwargs)
 
 
-if settings.DATABASE_ENGINE == 'sqlite3':
+if settings.DATABASES['default']['ENGINE'] == 'django.db.backends.sqlite3':
     _word_starts_with = _sqlite_word_starts_with