1
1
101-s2020-05-15 13:01:13
Django
101-s, 2020-05-15 13:01:13

How can django be used as a backend for a mobile app?

I'm starting to learn Django, there is such a task:
there is a mobile application for Android in Java, which sends requests to the server, photos, etc., there may be registration through api, paid services, that is, increasing the functionality. The server processes the task, returns the processed photo.
+ python+django desktop site (same functionality)

How would you implement a similar task? Is django suitable for these purposes?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
B
bubaley, 2020-05-15
@101-s

Hello, yes it will work
. But you need to use django rest framework along with django.
This will allow you to quickly create a crud api to solve your tasks.
drf has a very good dock, I think you will figure it out quickly.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question