We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 858768f commit fd74dd2Copy full SHA for fd74dd2
paystack/utils.py
@@ -19,5 +19,5 @@ def get_authentication_class():
19
try:
20
return getattr(settings, "REST_FRAMEWORK")["DEFAULT_AUTHENTICATION_CLASSES"]
21
22
- except KeyError:
+ except Exception:
23
return (TokenAuthentication,)
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = django-rest-paystack
3
-version = 2.2.1
+version = 2.2.2
4
author = Nyior Clement
5
author-email = cnyior27@gmail.com
6
description = A minimal SDK for integrating Paystack into your django-rest API backend.
0 commit comments