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