
Posted 30-Dec-2020 | 674 | Django
Can django be used for android apps?
I am making an android app with React Native. I know that we need to build an API and use that to communicate with our server. However, I am confused that do we really need to learn the Django REST framework or Django itself can create a full-featured API. Is there any way to skip the Django REST framework and use Django only to build the API that will contain authentication and some CRUD operation.