Hey i have one question about creating superuser with djangorestframework.
If i want to create superuser with console i'll write:
python manage.py createsuperuser
But now i want to create superuser with POST request using DRF 3.5
How should i do that if i'm using Android as a client for example?