diff --git a/.vscode/launch.json b/.vscode/launch.json index 1297ebcc768f8dcea190fa421462c29a66816dc8..a9e3d672c97be694f4416a7120d2d66bf0f44482 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -458,7 +458,7 @@ ], "django": true, "cwd": "${workspaceFolder}", - "env": {"DJANGO_CONFIGURATION": "production"}, + "env": {}, "console": "internalConsole" }, { diff --git a/site/content/en/docs/contributing/development-environment.md b/site/content/en/docs/contributing/development-environment.md index 9546fb90029076068a4f275abcb9ebb83db1a7f0..aefceb6fac417e9b2df396882e5f614eb98669e4 100644 --- a/site/content/en/docs/contributing/development-environment.md +++ b/site/content/en/docs/contributing/development-environment.md @@ -25,7 +25,7 @@ description: 'Installing a development environment for different operating syste MacOS 10.15 ```bash - brew install git python pyenv redis curl openssl node sqlite3 geos httpd + brew install git python pyenv redis curl openssl node sqlite3 geos ``` Arch Linux @@ -38,7 +38,7 @@ description: 'Installing a development environment for different operating syste ```bash # Install the required dependencies: - sudo pacman -S base-devel curl git redis cmake gcc python python-pip tk libldap libsasl pkgconf ffmpeg geos openldap apache + sudo pacman -S base-devel curl git redis cmake gcc python python-pip tk libldap libsasl pkgconf ffmpeg geos openldap ``` ```bash @@ -82,9 +82,7 @@ description: 'Installing a development environment for different operating syste python3 -m venv .env . .env/bin/activate pip install -U pip wheel setuptools - pip install \ - -r cvat/requirements/development.txt \ - -r cvat/requirements/production.txt + pip install -r cvat/requirements/development.txt ``` Note that the `.txt` files in the `cvat/requirements` directory