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