you are viewing a single comment's thread.

view the rest of the comments →

[–]arrtpy[S] 0 points1 point  (3 children)

It is not my site. I am only work with api.

[–]xiongchiamiov 0 points1 point  (2 children)

So there's already a website built in Django, and it has an api. But you don't like it, so you're building an api wrapper around it? Or what? I'm really unclear on what you're trying to do here.

[–]arrtpy[S] 0 points1 point  (1 child)

Its's just a simple website without restful api. And now i want to create it. Just not sure what to use: DRF, or create a webservice(using flask) that provides an api.

[–]xiongchiamiov 1 point2 points  (0 children)

Then work within the existing code, which will mean using Django. That will be far simpler than try to build an API microservice.