some problems with creating user in Django!!!!
Hello guys I want to create user by Api in Django and i confused how to do that. the first thing is should i logged in with superuser account and then create new user(or can i create anonymously? is that secure? )
The other questions is how to Authenticate anonymous user if anonymous person can create user.