Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
620hun81887yDjango rest is a Django package. I feel like it only helps if you plan to have a public API. I ended up writing my own, it's really not that difficult.
-
Orionss28867y@620hun Not really complexity in it, it's about getting JSON data and give them. No real treatment behind.
-
Orionss28867y@620hun Buy to do this, I need to deactivate CSRF token. It won't be secure then, right?
-
620hun81887y
-
620hun81887y@Orionss Sorry, you're right. You need to @csrf_exempt those API points if your project is not HTML-based. https://stackoverflow.com/questions...
Related Rants
Hi, I hope that you guys can help me : Is Django REST Framework valuable for developing a little-sized android app backend? Does it have any support/community?
Is it better to just Django instead?
question
rest
django
python