Category "django"

Django Rest Framework : Authentication credentials were not provided

Images in the current database have one piece of data. But, I am currently experiencing the following error "GET /images/all/ HTTP/1.1" 401 58" "detail": "Au

Possible race condition between Django post_save signal and celery task

In a django 2.0 app I have a model, called Document, that uploads and saves an image to the file system. That part works. I am performing some facial recognitio

No module named 'django.conf.urls.defaults'

I upgraded from django 3.2.5 to django 4.0.4. I know that this 'django.conf.urls.defaults' must be deprecated. My problem is that I don't get this error in the

DRF show different fields on 'list' and 'get_object' [duplicate]

I am using viewsets like this: class UserViewSet(viewsets.ModelViewSet): """Viewset for model User.""" queryset = User.objects.all()

Access Django variable from JavaScript variable

First of all, I will like to say this is my first question here! (pardon me if this is redundant or duplicated) I am having some problems with calling JS script

Nginx 403 while accessing static files in docker volumes

I am trying to serve static files in docker volumes for my Django project. Nginx is able to access the files(403) error. I tried to solve this in different way

Django with NoSQL database

I am working with an Django application which uses Django 1.8 version. Most of the data we deal with is JSON formatted ones. We are trying to implement any No

I have replaced the user model provided by Django with the one I created, the problem is on the admin page

I have replaced the user model provided by Django with the one I created but I don't know how to solve the problem in admin can't process anything! it always re

I have replaced the user model provided by Django with the one I created, the problem is on the admin page

I have replaced the user model provided by Django with the one I created but I don't know how to solve the problem in admin can't process anything! it always re

Redirect http to https in Django (using sslserver)

I have a django project working with HTTPS using django sslserver.I want http to be redirected to https. I tried adding SECURE_SSL_REDIRECT = True which does no

model with this Email already exists in django

I have made a custom user model. signup and logout are working fine. but I have made a login form using that model. my model name is usersignupmodel. but whenev

model with this Email already exists in django

I have made a custom user model. signup and logout are working fine. but I have made a login form using that model. my model name is usersignupmodel. but whenev

Django: Could not parse the remainder

I'm trying to pass a response from JsonResponse as a parameter of specific function in views. But, got the following error instead django.template.exceptions.Te

What is the way to ignore/skip some issues from python bandit security issues report?

I've got a bunch of django_mark_safe errors >> Issue: [B703:django_mark_safe] Potential XSS on mark_safe function. Severity: Medium Confidence: High

django channels WebsocketCommunicator TimeoutError

I am trying to run the following test: tests.py from rest_framework.test import APITestCase from myapp.routing import application from channels.testing import W

Django: Could not parse the remainder

I'm trying to pass a response from JsonResponse as a parameter of specific function in views. But, got the following error instead django.template.exceptions.Te

ManyToMany Relationship between two models in Django

I am trying to build a website that users can add the courses they are taking. I want to know how should I add the ManyToMany relationship. Such that we can ge

Model.clean() vs Model.clean_fields()

What is the difference between the Model.clean() method and the Model.clean_fields() method?. When should I use one or the other?. According to the Model.clean

Django's static() function to retrieve static file gives no such file -error

I'm doing a project with Django with the following structure: /project /cv /static /configuration configuration.json So a project w

Use email created on cpanel in django

I have created an email id on my cpanel, I want to use it in django. As for gmail we write, EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend' EMAI