fnp
/
django-pagination.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
1572dfc576c1df8bc6f5cc2e037f6d3b947c7875
[django-pagination.git]
/
linaro_django_pagination
/
tests
/
settings.py
1
DATABASES = {
2
'default': {
3
'NAME': ':memory:',
4
'ENGINE': 'django.db.backends.sqlite3',
5
}
6
}
7
8
SECRET_KEY = 'fake-key'
9
10
INSTALLED_APPS = (
11
'linaro_django_pagination',
12
)