Let’s use djangorestframework create a REST endpoint to register new users.
We’ll assume you have already set up a virtual environment and it is activated.
To install Django and some other things pip install a requirements.txt file that looks like this one, which is part of a working example on Github.
Continue reading