You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 11, 2021. It is now read-only.
class RegistrationView(APIView):
"""
Creates a new user.
Returns: token - auth token.
email -- e-mail address
password -- password, optional
city -- city, optional
street -- street, optional
number -- house number, optional
zip_code -- zip code 10 chars, optional
phone -- phone number in US format (XXX-XXX-XXXX), optional
"""
This is rendered as:
Implementation Notes
Creates a new user.
Returns: token - auth to
Parameters
(...)
The problem is that the token word is shortened to to.
The text was updated successfully, but these errors were encountered:
I have a view like:
This is rendered as:
The problem is that the
token
word is shortened toto
.The text was updated successfully, but these errors were encountered: