This app makes it extremely easy to build Django powered SPA's (Single Page App) or Mobile apps exposing all registration and authentication related functionality as CBV's (Class Base View) and REST (JSON)
Django has deprecated the ugettext_lazy function from version 3.0. See the release notes. This function however is imported in rest_auth/views.py on line 9.
Would be awesome if we can have a workaround!
For future reference, repo is not maintained, check out dj-rest-auth.
Django has deprecated the
ugettext_lazy
function from version 3.0. See the release notes. This function however is imported inrest_auth/views.py
on line 9. Would be awesome if we can have a workaround!For future reference, repo is not maintained, check out
dj-rest-auth
.