-
Currently, `mygpo` uses Django-templates for the frontend. I think we can decouple the frontend and backend by using React and Django REST framework. It would be a much cleaner architecture.
We can…
-
This is a feature request and not a bug
I would request you to include FastApi framework in your course.
Flask and Django are pretty old and FastApi is very performant as comapred to Django and Fl…
-
Since this Django driver hasn't received any development for 2 years is it even viable for IBM i DB access with Django ?
I have a customer asking about what to use to connect to IBM i DB2 with D…
-
I'm looking for a collaborator to create a youtube video tutorial on building a SaaS app using:
Django-Tenants,
Django Rest Framework,
react,
Stripe for payments.
If you're experienced i…
-
I'm trying to wrote test for my application ( I have bulk creation on one api ) but iI'm blocked because the rest_framework api client does not allow me to execute post with a list as data
error:
``…
-
## 🎯Aim
Have an easy way to start a shell with all the relevant models (and maybe other helpers) autoloaded.
## 📕Context
The [django-extensions](https://django-extensions.readthedocs.io/en/latest…
wsot updated
5 months ago
-
Hi, thanks for this library,
Can anyone please demonstrate how to use this in a react project with Django/Django Rest Framework backend?
-
很强的啊,django-rest-framework的项目太少了
-
By default, django-rest-polymorphic doesn't play well with DRF's HyperlinkedModelSerializer class. For example, using the example project in this repo as a base project, if you replace each of the `se…
-
When GeoJsonPagination is used, the filter button disappear from the API view. The filter button will appear if I use other pagination class.
Here is my current environment configuration
`
…