python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Why is the route correct but still giving 404 error on Django
I got a 404 error on my website when accessing the correct route, did I do something wrong
urls.py handles the main route
from django.contrib import admin
from django.urls import path,include,re_...
Hong ck
Votes: 0
Answers: 2
Why i am getting this error AttributeError: module 'collections' has no attribute 'Iterator while creating django project in django version 2.0.7?
Hi i am learning Django from this youtube video Python Django Web Framework - Full Course for Beginners from freecodecamp
when i tried to create a project using Django 2.0.7 in virtual environment. i ...
chirag
Votes: 0
Answers: 0
TypeError: Field 'amount' expected a number but got datetime.datetime(2022, 3, 27, 10, 46, 51, 801087, tzinfo=datetime.timezone.utc)
I think I did something wrong and I need to delete it. but i can't fix it. How can I do it?
I migrate and I get this error
File "C:\Users\HP\Desktop\venv\lib\site-packages\django\db\models\fiel...
sohretaga
Votes: 0
Answers: 3
How to send all django error as json data
I am building a rest api in django, I am using postman to test my apis,
Everything is great though I want if any error occurs in my django app so django send me a json error rather than a html page.
I...
Ajay
Votes: 0
Answers: 1