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
-
620hun80998yDjango 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. -
Orionss28738y@620hun Not really complexity in it, it's about getting JSON data and give them. No real treatment behind. -
Orionss28738y@620hun Buy to do this, I need to deactivate CSRF token. It won't be secure then, right? -
620hun80998y -
620hun80998y@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

No questions asked
As a Python user and the fucking unicode mess, this is sooooo mean!
I just started working on a little project to browse devrant from terminal. It converts images to ascii art!
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