5ca32a231eaf093fe3717b71b1a23b04e573fae9
[django-pagination.git] / tests / settings.py
1 DATABASE_ENGINE = 'sqlite3'
2 ROOT_URLCONF = ''
3 SITE_ID = 1
4 INSTALLED_APPS = (
5     'linaro_django_pagination',
6 )