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