tag: debug code

  • Fixing a silent bug in the input_class template filter

    Fixing a silent bug in the input_class template filter

    Maria D. Campbell

    In this post, I revisit a bug I found in a custom template tag in my Django Boards application. I readdress the bug, its behavior, add a fix, fix the fix and explain why.

    #fullstack development, #debug code, #django, #django boards, #series, #filters, #python3, #custom template tags

  • How to create a fullstack application using Django and Python Part 20

    How to create a fullstack application using Django and Python Part 20

    Maria D. Campbell

    In this section, I re-organize the accounts and boards tests content, refactor password reset-related django_boards/urls.py, fix the password reset-related accounts tests failures, add the password_change URL to templates/base.html, fix the 302 redirect-related failure in the boards.tests.test_view_reply_topic_tests, and add the reply_topic URL to templates/topic_posts.html.

    #fullstack development, #macOS, #django, #django 5.1, #python3, #authentication, #code refactoring, #debug code, #default password reset, #fix urls, #fix redirects, #resolve, #reverse, #security, #series, #tests, #unittest