-
### Title
Crafting Clean and Maintainable APIs with Django REST Framework
### Describe your Talk
Hello Django peeps 😎, this talk will cover about
- What is DRF and it's basic overview ? 💥…
-
Now that we're reasonably happy with the data model, add a REST API to this application, with possibly-autogenerated serialization of the data models present in the application.
Work with the Harva…
-
Hello, I just started using the models and the app. Thank you for it, the models work very great when it manages to run. Unfortunately the app is extremely buggy for me which makes it hard to accompli…
-
Hello, this is a continuation of https://github.com/codalab/codabench/issues/1577
There is a new error when trying to open the tabs:
```python
/usr/local/lib/python3.9/site-packages/django/db/mod…
-
When posting to the API (Change Ticket) with an incorrect status the following is returned
```
Environment:
Request Method: PUT
Request URL: http://127.0.0.1:8002/api/itim/change/51
Dja…
-
**Introduction**
The `urls.py` file for one of my apps, let's call it **foo**, looks (somewhat) like this:
```py
from django.urls import include, re_path
from rest_framework.routers import SimpleR…
-
- [ ] acrecentar no inicio: from django.contrib import admin
from django.urls import path, include, re_path
from django.views.generic import TemplateView
from django.conf import settings
from dja…
-
✅ ./run-platform.sh
✅ Now visit http://frontend.unstract.localhost/ in your browser
✅ Use user name and password unstract to login
## Describe the bug
The following error occurs when attempting …
-
**Describe the bug**
When attempting to add an icon to an application when the storage backend is S3, a stack trace is returned if the status code is 403.
**To Reproduce**
Steps to reproduce the …
-
Hello,
I'm pretty new to the python/django world so please forgive me in advance for my mistakes!
I wanna use **drf-yasg** with [django-rest-framework-json-api](https://github.com/django-json-ap…