tag: virtualenv

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

How to create a fullstack application using Django and Python Part 5
Maria D. Campbell
In this section, I discuss and show how one can change a project name after it has already been created and migrated. It's really not as difficult as it sounds!
#macOS, #django, #env, #fullstack development, #grep, #pipe, #python3, #series, #virtualenv, #vscode

How to create a fullstack application using Django and Python Part 1
Maria D. Campbell
In this section, I create the project directory, install pyenv with Homebrew, install Python 3.12.5 with pyenv, execute the pyenv local command, install virtualenv and create a virtual environment, activate and deactivate the environment, and install Django.
#django, #fullstack development, #grep, #pipe, #homebrew, #macOS, #pyenv, #pyenv local, #python3, #virtualenv, #series