diff --git a/app/conf/common.py b/app/conf/common.py index 30556a4..39544f7 100644 --- a/app/conf/common.py +++ b/app/conf/common.py @@ -32,7 +32,6 @@ MIDDLEWARE_CLASSES = ( 'django.contrib.auth.middleware.AuthenticationMiddleware', 'django.contrib.messages.middleware.MessageMiddleware', 'sso.middleware.InactiveLogoutMiddleware', - 'pagination.middleware.PaginationMiddleware', 'sso.middleware.IGBMiddleware', 'sso.middleware.IPTrackingMiddleware', ) @@ -71,7 +70,6 @@ INSTALLED_APPS = ( 'piston', 'djcelery', 'registration', - 'pagination', 'formtools', 'eve_proxy', 'eve_api', diff --git a/app/eve_api/templates/eve_api/corporation.html b/app/eve_api/templates/eve_api/corporation.html index 8594264..0c18b8b 100644 --- a/app/eve_api/templates/eve_api/corporation.html +++ b/app/eve_api/templates/eve_api/corporation.html @@ -2,7 +2,6 @@ {% load humanize %} {% load naturaltimediff %} -{% load pagination_tags %} {% block content %} @@ -30,7 +29,6 @@ {% endif %} {% if view_members %} -{% autopaginate members 25 %} @@ -42,8 +40,6 @@
NameSkillpointsJoin DateDirector?Roles?API Key?Key Active?
-

{% paginate %}

-

Export as CSV

{% endif %} diff --git a/requirements.txt b/requirements.txt index e4adff4..9b4af5e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,6 @@ fabric flup celery==2.2.6 django-celery==2.2.4 --e git+https://github.com/ericflo/django-pagination.git@47e7ec874cd7dddda5ed#egg=django-pagination xmpppy django-sentry nexus