Django Tutorial: "NoReverseMatch" Error

2018-07-19 Thread roflcopterpaul
Hello, everyone! I have run into a problem I cannot figure out. I have spent days searching online and trying different things in my code, but I cannot figure out where this problem is stemming from. I would truly appreciate any insights. Admittedly, I am scrub enough that I'm not even sure of

Re: Django Tutorial: "NoReverseMatch" Error

2018-07-19 Thread roflcopterpaul
be > path('/results/', views.ResultsView.as_view(), name='results'), > > On Thu, Jul 19, 2018 at 11:18 AM, roflcopterpaul > wrote: > >> Hello, everyone! I have run into a problem I cannot figure out. I have >> spent days searching online and trying different things in

Re: Django Tutorial: "NoReverseMatch" Error

2018-07-19 Thread roflcopterpaul
I truly appreciate the suggestions, Melvyn. Thanks so much! On Thu, Jul 19, 2018, 10:28 PM Melvyn Sopacua wrote: > On donderdag 19 juli 2018 20:39:15 CEST roflcopterpaul wrote: > > Yeah, I just discovered that after posting this. I'm ashamed to admit > that > > single e

Code vs Shell?

2018-07-23 Thread roflcopterpaul
Hello, everyone! I am quite the scrub, having written a few super basic apps and currently going through the Django tutorial. As I'm going through the tutorial (creating a "polls" app), I've been perplexed by something the whole time that I haven't been able to find an answer to - Why is much

Re: Code vs Shell?

2018-07-24 Thread roflcopterpaul
Thank you very much for the responses, everyone. Understanding *why* I've been having to work in the shell makes a lot more sense. Currently, my primary goal of learning Python is for web applications/websites, so I definitely want to learn how to do it all in the code itself, but I'm sure I'll