django-todo-react icon indicating copy to clipboard operation
django-todo-react copied to clipboard

Results 6 django-todo-react issues
Sort by recently updated
recently updated
newest added

I receive this error: Forbidden: /api/todos/ "POST /api/todos/ HTTP/1.1" 403 45

Hey, how can we deploy this application on a single azure app service?

Current README states: `Run this command to start the frontend development server in the [frontend] directory: [npm install] (This will start the frontend on the adddress localhost:3000)` I think that...

See this [issue](https://github.com/adamchainz/django-cors-headers/issues/403). This is the error one will face if he runs the server with cors_origin_whitelist setup the current way. So it needed to be updated according to this...