kwork-poizonstore/account/exceptions.py
phzhik ef40e9f7e0 + Bonus system (TODO: spend bonuses)
+ Telegram bot: sign up, sign in, notifications

+ Anonymous users can't see yuan_rate_commission
* Only logged in customers can create/update orders
* Customer info migrated to separate User model
* Renamed legacy fields in serializers
* Cleanup in API classes
2024-04-27 21:29:50 +04:00

6 lines
137 B
Python

from rest_framework import exceptions, status
class AuthError(exceptions.APIException):
status_code = status.HTTP_401_UNAUTHORIZED