tag: python3 shell

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

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

    Maria D. Campbell

    In this section, I add an index.html template to a directory called static, test the index (home) page, set up the static files, download Bootstrap, configure the static directory in settings.py, discuss the collectstatic command, load the Bootstrap CSS file in index.html, and edit index.html to include Bootstrap styling.

    #macOS, #django, #fullstack development, #python3, #python3 shell, #bootstrap, #static, #collectstatic, #series, #tests