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)
Class-Based View of 'User' model auto-authenticates user
I've made a class-based view (DetailView) of app user's profile and for some reason anyone who visits the view is automatically considered authenticated even without entering any credentials. This hap...
S_py_go_Xru
Votes: 0
Answers: 2
When i am deploying on heroku i get Page not found (404)
When I go to the homepage, I get the following error:
Page not found (404)``
Request Method: GET
Request URL: https://blogapp85.herokuapp.com/
Using the URLconf defined in blog.urls, Django tried t...
shafquet Naghmi
Votes: 0
Answers: 1
URL issues with Django 4
I've been using Django since Django 1, and I've always used the same URL patterns (except when we switched from url to path).
Now I'm having an issue with 404 errors. I'll give you my Project URLS, an...
Kaiss B.
Votes: 0
Answers: 1
TemplateSyntaxError at /blogapp/author/1/ Could not parse the remainder: '==user.username' from 'request.user==user.username'
what can we use inside {% %} ?
Template error:
In template C:\Users\SHAFQUET NAGHMI\blog\blogapp\templates\blogapp\authorview.html, error at line 7
Could not parse the remainder: '==user.username' fr...
shafquet Naghmi
Votes: 0
Answers: 0