Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in django

Django rest framework cannot deal with multiple objects in model viewset

Auto-generating username when adding a user with django

python django

What's the relationship between csrfmiddlewaretoken and csrftoken?

django csrf

method object is not JSON serializable

Django rest ModelViewSet filtering objects

Django 2.0 url() to path()

ImportError: No module named 'decouple' while deploying on Heroku

Django Queryset absolute value of the annotated field

django django-queryset

Django AttributeError: Form object has no attribute '_errors'

python django

An error occurred in the current transaction. You can't execute queries until the end of the 'atomic' block

python mysql django

Django throws 'Direct assignment to the forward side of a many-to-many set is prohibited.' error

Get query to return list of values instead of objects in graphene-django

Django-filters does not work with the Viewset

How to set default value for new model field in existing model with data

django django-models

Django annotate count in JSONField with Postgres

What are the parsers used for in the Django Rest Framework?

Django Background tasks vs Celery

Pass data between different views in Django

Docker compose executable file not found in $PATH": unknown

How to solve TypeError: on_delete must be callable on Django models?