Using Django REST Framework to make site cross-platform
I want to create cross platform site in Django, which can work with other clients, like my own c++ apps. Imagine someone creating social media in which you can post videos and articles. What I want is to be able to get all the articles and videos in my c++ app, also be able to do the same in my web browser. Here’s some questions:
Using Django REST Framework to make sure cross-platform
I want to create cross platform site in Django, which can work with other clients, like my own c++ apps. Imagine someone creating social media in which you can post videos and articles. What I want is to be able to get all the articles and videos in my c++ app, also be able to do the same in my web browser. Here’s some questions: