Questions & Answers

35
votes
1
answers
394
views

How to create REST API with Django REST Framework

I want to build a REST API for my Django models. How do I use Django REST Framework?
linux_expert Bronze asked 1 week, 2 days ago
9
votes
1
answers
639
views

How to make HTTP requests in Python

What library should I use for making HTTP requests in Python and how do I use it?
layla_web Bronze asked 1 week, 2 days ago
39
votes
1
answers
1733
views

CORS errors in Django REST API - complete fix

I'm getting CORS errors when my frontend tries to access my Django REST API. "Access-Control-Allow-Origin" header is missing.
python_dev Platinum asked 1 week, 2 days ago