Merge branch 'development'
[django-tables2.git] / tests / __init__.py
index dec96d788793fad3047794761477c81817bdd547..21419be7a7e4a6691110eba1f9daaed80db348cb 100644 (file)
@@ -16,7 +16,7 @@ settings.configure(
     },
     INSTALLED_APPS = [
         'tests.testapp',
-        'django_tables',
+        'django_tables2',
     ],
     ROOT_URLCONF = 'tests.testapp.urls',
 )