"REST in Peace? Django's Framework Problem"
https://danlamanna.com/posts/rest-in-peace-djangos-framework-problem/
"REST in Peace? Django's Framework Problem"
https://danlamanna.com/posts/rest-in-peace-djangos-framework-problem/
Not sure what's happening with Django Rest Framework, but it sounds like "go fuck yourself".
Is there some sort of community-maintained fork, which accepts contributions?
Spends a little time adding API versioning to a #Django project. :django: :python:
Since I won't really be able to hunt for work for the rest of the year, I'm thinking of working on the web frontend for #LiSE, and turn it into a #django module, rather than the current situation where it's a #cherryPy "app"
Are there best practices, or maybe even frameworks similar to the #djangoRestFramework, that would show me how to make LiSE produce its #messagepack for easy consumption by browsers or whatever?
If you use #PyCharm Pro and have a REST API, you *must* check out the Endpoints tool window.
It shows all of your project's endpoints in one place, along with documentation, schema info, etc!
https://www.jetbrains.com/help/pycharm/django-endpoints.html
https://www.jetbrains.com/help/pycharm/endpoints-tool-window.html
#DRF #Django #DjangoRestFramework #REST #API #Flask #PyCharm #JetBrains #WebDevelopment
Why is the #DjangoRestFramework messing with the French translations of formfield error messages?
You just have to add "rest_framework" in the INSTALLED_APPS of your #Django settings.py for the messages to change for no reason.
Система оценивания для проведения экзаменов, срезов в СПО
Привет всем! Сегодня я расскажу вам о моей системе оценивания, которая создана для проведения экзаменов и оценки знаний студентов. Система построена на Django Rest Framework (DRF) для бэкенда и React с MaterialUI для фронтенда. Я добавии множество полезных функций, включая интеграцию с ISPmanager, которые делают систему удобной и эффективной.
https://habr.com/ru/articles/834008/
#оценка #работ #интеграция #ispmanager #excel #djangorestframework
Dear #fediverse, I'm looking for advices and suggestions on how to link #Keycloak, #Django, #Djangorestframework. #Thanks for your #boost & your #help :thaenkin: #Python #Programming #API #oauth
How to backup your #linkding bookmarks to a json file from remote (e.g. your local machine) in under 20 lines of code
(Also a blueprint for other #djangorestframework client scripts) #django #selfhost #selfhosting
PyCharm 2023.3: Feature Spotlight for Django Developers
#Pycharm #Python #Django #Djangorestframework #Pycharm20233
https://blog.jetbrains.com/pycharm/2023/12/new-django-features-in-pycharm/
PyCharm 2023.3 Early Access Program: The Second Build Is Out!
#Python #Pycharm #20233eap #Django #Djangorestframework #Python312
Wrestling with #DjangoRestFramework to make an adapter serializer that uses #pydantic for validation.
DRF embodies all the worst things about Java-style OOP. There are base classes, mixins, attributes that must not be used before you call a specific methods, nothing is documented, and, of course, not annotated. Even drf-stubs project that supposed to annotate DRF is full of Any. And then we also stuck with pydantic v1 where you can't have custom serializers.
What a day.
Anyone else run into this? #django #djangorestframework #python
https://github.com/beda-software/drf-writable-nested/issues/178
Kaplan here! We develop a cloud-native translation management system: Kaplan Cloud. Check out the docs at https://kaplan.pro and give it a try! #translation #django #djangorestframework #python #introduction
Django Rest Framework: How to handle arrays and nested objects in a multipart/form-data request? - https://b0uh.github.io/drf-how-to-handle-arrays-and-nested-objects-in-a-multipartform-data-request.html #django #djangorestframework
I moved servers, so here's an #Introduction:
I'm a #Python / #Java #SoftwareEngineer by day, but after that I interact with a lot of #FOSS and other #OpenSource projects.
I maintain and own #Select2, the #JavaScript library that I joke is keeping #jQuery alive. I'm also a maintainer on #DjangoRestFramework and #Jinja2 but I'll admit I do less with them now that I don't use #Django for work.
I have a lot of #HomeAutomation projects that make heavy use of #HomeAssistant (#ESPHome, #ZigBee).
Spending a bit of time this morning finishing up a POST #api for a #DjangoRestFramework project, and hitting a 'InMemoryUploadedFile' when uploading an image to AW3. Guessing this error happens fairly often, so hopefully some search-fu will point me in the right direction.
I’ve been doing some tests . My goal is to rewrite a #djangorestframework API in #rust.
There are so many web and async frameworks, it’s hard to choose!
spends the evening reading up on #DjangoRestFramework throttling for users and staff.
spends the afternoon writing #DjangoRestFramework validators. #Django