#djangorestframework — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #djangorestframework, aggregated by home.social.
-
Did DRF get taken over by someone?
What possessed them to recommend something as shit as drf-spectacular that pisses on the entire legacy of DRY and elegant well architected code?
-
API frameworks for Python Benchmark: FastAPI vs Litestar vs Django Ninja vs Django Bolt vs Django REST Framework
https://github.com/tanrax/python-api-frameworks-benchmark
#python #fastapi #litestar #djangoninja #djangobolt #djangorestframework -
📣 Fresh off the oven, new bug fix release of DRF is now on PyPI 🐛
$ pip install -U djangorestframework
https://github.com/encode/django-rest-framework/releases/tag/3.16.1
Main fix is for a regression from 3.16.0, and clean up old code for (unsupported) Python <3.8 and lots of translations updates
Thanks to all the contributors that helped!
-
"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
-
PyCharm 2023.3: Feature Spotlight for Django Developers
#Pycharm #Python #Django #Djangorestframework #Pycharm20233https://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.
-
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.
-
spends the evening reading up on #DjangoRestFramework throttling for users and staff.
-
spends the afternoon writing #DjangoRestFramework validators. #Django
-
Creating thumbnails programmatically in Django using django-imagekit from sevdimali 👇 https://dev.to/sevdimali/creating-thumbnails-programmatically-in-django-using-django-imagekit-2l1e #djangorestframework #programming #django #python
-
An #Introduction:
I'm a #Python #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).
-
Is there anybody using Cognito to authenticate a "regular" #Django app?
I see there's django-cognito-jwt but it works for #DjangoRestFramework (so there's only the request); I guess I could hack something together with that but it would be *awesome* if I didn't have to.(Please boost for reach - this is driving me insane)
-
Automatically Add Logged In User Under 'created_by' and 'updated_by' to Model in Django Rest Framework https://dev.to/forhadakhan/automatically-add-logged-in-user-under-createdby-and-updatedby-to-model-in-django-rest-framework-4c9c #djangorestframework #django #python #drf
-
Automatically Add Logged In User Under 'created_by' and 'updated_by' to Model in Django Rest Framework https://dev.to/forhadakhan/automatically-add-logged-in-user-under-createdby-and-updatedby-to-model-in-django-rest-framework-4c9c #djangorestframework #django #python #drf
-
Automatically Add Logged In User Under 'created_by' and 'updated_by' to Model in Django Rest Framework https://dev.to/forhadakhan/automatically-add-logged-in-user-under-createdby-and-updatedby-to-model-in-django-rest-framework-4c9c #djangorestframework #django #python #drf
-
Sees that a new version of #DjangoRestFramework was released, and gets ready to read thru it's release notes to see if it's worth updating today. #Django