Hi there, I need solution, any ideas? When a user logs in DRF (Django Rest Framework), he is given a token, now next time through another view or through this login view how ...
как исправить? Django 3.1 python 3.8 Error: Applying products.0001_initial...Traceback (most recent call last): .....................(errors) AttributeError: 'MoneyField' o...
Hello, project: Django I am using handler404 for this view def page_not_found(request): return render(request, "pages/404.html") my working url is localhost:8000/en w...
Hello, I created Django project and deployed to linux server My project has image upload but I can't upload it, I got error Permission error Who knows give access to linux...
Hello, project: Django 3.1 implement Ajax live search I need search values in my json file like Django's icontains Qustion: Anyone know how to make search like icontains wit...
Hello, Question: How validate international phone number with regex?
Hello guys, I can't find answer from google Question: How update user group in Django? I have a group field in my User model which is field type ManyToMany
Hello, I want to create Django project with elasticsearch engine but I don't how to start. Who knows the best example project from github or tutorial with this? or any ide...
Hello, project: Django==3.1 I am using UpdateView from django.views.generic.edit also I am using render_to_response method in UpdateView class QUESTION: self.request.metho...
Hello, I am iterating posts in my template/index.html I need display date if post day.month high than last displayed post date Question: How to display only date:"n.d.o" whi...
Hello, project=Django 3.1.2 I need generate Certificate as pdf. But I have not idea Any ideas?
Hello, Question: How to implement DJango pagination load more button with Ajax? any ideas or examples