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
@@ -0,0 +1,6 @@
+DATABASE_ENGINE = 'sqlite3'
+ROOT_URLCONF = ''
+SITE_ID = 1
+INSTALLED_APPS = (
+    'pagination',
+)