Mojtaba A
Mojtaba A
I developed it in the company I work for, It will take some time to bring it as a separate section on github because it is not the whole open...
[file](https://github.com/encode/django-rest-framework/blob/master/rest_framework/authtoken/serializers.py) In the AuthTokenSerializer class we have: ``` username = serializers.CharField( label=_("Username"), write_only=True ) ``` If you can write as below, you can have the same capabilities as I said:...
I just changed the readme file. Why did the build fail? Is the problem on my side?
This is a special and new package and maybe it will not mature soon, if a test is written for it, is it not possible to merge?
Everything is similar to other package backends, only the settings are different: ``` PHONE_VERIFICATION = { . . . "BACKEND": "phone_verify.backends.smsir.SmsIrBackend", "OPTIONS": { "API_KEY": "fake", "LINENUMBER": "fake", }, . ....
I myself am the maintainer of sending sms package with python. I am sure about this because I did the same tests in a personal project. link: https://github.com/IPeCompany/SmsPanelV2.Python