Update homepage in setup.py
[django-pagination.git] / tests / settings.py
index ede4087..5ca32a2 100644 (file)
@@ -2,5 +2,5 @@ DATABASE_ENGINE = 'sqlite3'
 ROOT_URLCONF = ''
 SITE_ID = 1
 INSTALLED_APPS = (
-    'pagination',
+    'linaro_django_pagination',
 )