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 1a0ab44 commit aa839f9Copy full SHA for aa839f9
rest_auth/registration/views.py
@@ -1,3 +1,5 @@
1
+from django.utils.translation import ugettext_lazy as _
2
+
3
from rest_framework.views import APIView
4
from rest_framework.response import Response
5
from rest_framework.permissions import AllowAny
0 commit comments