python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Logging in django is not outputting anything
I was having issues with print statements and Django and I saw on here that its better to do logging. I am not sure what I am doing wrong though. It logs sometimes to console and other times it doesn'...
arkad
Votes: 0
Answers: 1
Unable to return using post method in an html form. what am i doing wrong?
I am new to programming, i have been learning django for the first time. I created a form using home.html file an i requested using POST method, but in the error it is giving the request method as GET...
arpankodes
Votes: 0
Answers: 1
Serializing RAW SQL query Django
Hope you doing well. I need to serialize my RAW SQL query:
SELECT nn.*,nm.*FROM notifications_newsletter nn LEFT JOIN notifications_message nm ON nn.id=nm.newsletter_id_id ORDER by nm.status DESC
mod...
barelydrown
Votes: 0
Answers: 1
How do I make my urlpatterns smarter, to avoid cumbersome code in my templates?
Right now I have defined my URLs such that they can include different combinations of category (always on), attribute_slugs (1 and/or 2) and brand_slug, all using the urlpatterns defined below.
In my ...

Frederik Faarup
Votes: 0
Answers: 1