fnp
/
django-pagination.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added test suite, and prevented pagination if the elusion would take up only one...
[django-pagination.git]
/
tests
/
settings.py
diff --git a/tests/settings.py
b/tests/settings.py
new file mode 100644
(file)
index 0000000..
ede4087
--- /dev/null
+++ b/
tests/settings.py
@@ -0,0
+1,6
@@
+DATABASE_ENGINE = 'sqlite3'
+ROOT_URLCONF = ''
+SITE_ID = 1
+INSTALLED_APPS = (
+ 'pagination',
+)