python crash course chapter-18
Clash Royale CLAN TAG#URR8PPP
python crash course chapter-18
I'm going through the book Python Crash Course by Eric Matthes, and i'm stuck on the chapter 18 web project . I'm trying to show my details from database to browser, but i am getting an error :
NoReverseMatch at / error
my learning_logsurls.py :
here:
my base.html
in python crash course book they using django 1.0 and i'm using django 2.0.7 .
so Can someone help me out here? What did I type wrong?
why i'm getting this ->
'learning_logs' is not a registered namespace' error .
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
Generally, code written for old versions of frameworks simply won't work at all if you try to run it against new major versions of the frameworks.
– Brian
1 min ago