tag: pip

How to upgrade all the packages in your Django application in one fell swoop
Maria D. Campbell
How to upgrade all the packages in your Django application in one fell swoop.
#fullstack development, #macOS, #django, #python3, #pip, #dependency conflicts, #package upgrade

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
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

Creating the official Django Polls app Part 1
Maria D. Campbell
In this section, I create a directory to house my Django Polls application, check if I have Django installed, select my Python interpreter, install virtualenv with pip, create a virtual environment for Django Polls, activate and deactivate the virtual environment, install Django, upgrade Django, create a project in Django Polls, initialize git, start up the Django development server, create an app called polls, write a first view, create a URLconf for the index view, and configure the global URL configuration.
#fullstack development, #macOS, #django, #django app, #django project, #development server, #git, #pip, #python 3, #python interpreter, #runserver, #series, #tutorial, #urlconf, #views, #virtualenv, #virtual environment