update
This commit is contained in:
parent
8a073d8df8
commit
85efc27bf1
@ -322,7 +322,7 @@ def dealer_signup(request):
|
||||
try:
|
||||
async_task(create_user_dealer(
|
||||
email, password, name, arabic_name, phone, crn, vrn, address
|
||||
)
|
||||
))
|
||||
logger.info(f"Delear created succesfully with emailID {email}")
|
||||
return JsonResponse({"message": _("User created successfully")}, status=200)
|
||||
except Exception as e:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user