tag: django debug toolbar

  • How to upgrade the Python version in a virtual environment

    How to upgrade the Python version in a virtual environment

    Maria D. Campbell

    In this post, I show how to upgrade the Python version being used in a Django application's virtual environment.

    #fullstack development, #macOS, #django, #pip, #python3, #dependencies, #django commons, #django debug toolbar, #third party packages, #venv, #virtual environment

  • Creating the official Django Polls app Part 8

    Creating the official Django Polls app Part 8

    Maria D. Campbell

    In this section, we install the Django Debug Toolbar, configure the toolbar so it appears in the browser when we run our development server, learn that we can customize the toolbar, run our Django Polls project in the browser to view the toolbar, are introduced to resources where we can access other third party packages to use in our applications, and are provided with next steps.

    #fullstack development, #macOS, #django, #python3, #django commons, #django debug toolbar, #django settings, #pip, #series, #third party packages, #tutorial