We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b280078 commit 7ea7fc8Copy full SHA for 7ea7fc8
backend/Pipfile
@@ -55,7 +55,6 @@ numpy = "1.2.0"
55
django-debug-toolbar = "*"
56
inotify-simple = "*"
57
Twisted = {extras = ["tls", "http2"], version = "*" }
58
-django-pagination-bootstrap = "*"
59
60
[dev-packages]
61
backend/config/settings.py
@@ -74,7 +74,6 @@ def get_bool(key, default):
74
'api',
75
'notifications',
76
'webpack_loader',
77
- 'django_pagination_bootstrap',
78
]
79
80
if get_bool('SOCIAL_LOGIN', False):
@@ -100,7 +99,6 @@ def get_bool(key, default):
100
99
'app.middleware.check_admin_ip_whitelist',
101
'allauth.account.middleware.AccountMiddleware',
102
'hijack.middleware.HijackUserMiddleware',
103
- 'django_pagination_bootstrap.middleware.PaginationMiddleware',
104
105
106
if DEBUG:
0 commit comments