tag: template extending

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

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

    Maria D. Campbell

    In this section, I create a reusable, base template called base.html, integrate it into index.html, integrate it into topics.html, test django_boards after making those changes, add a navigation menu to base.html, create an app.css file in the static/css directory, change the logo font with a Google font which I import into app.css, and tweak the logo styling with CSS.

    #fullstack development, #css, #django, #macOS, #python3, #reusable templates, #series, #template extending, #template tags