tag: virtual environment

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

    Creating the official Django Polls app Part 1

    Maria D. Campbell

    This is the first installment in a series called Creating the Official Django Polls app. Follow this series starting with this post to learn how to create a Django application: how to install Django, check if it is installed, create a virtual environment, create a project, create an app, initialize Git, create your 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, #python3, #python interpreter, #runserver, #series, #tutorial, #urlconf, #views, #virtualenv, #virtual environment