Exporting environment variables Exporting PAGER Exporting DISPLAY Exporting TERM Exporting CI Exporting SEMAPHORE Exporting SEMAPHORE_PROJECT_NAME Exporting SEMAPHORE_PROJECT_ID Exporting SEMAPHORE_JOB_NAME Exporting SEMAPHORE_JOB_ID Exporting SEMAPHORE_AGENT_MACHINE_TYPE Exporting SEMAPHORE_AGENT_MACHINE_OS_IMAGE Exporting SEMAPHORE_AGENT_MACHINE_ENVIRONMENT_TYPE Exporting SEMAPHORE_ORGANIZATION_URL Exporting SEMAPHORE_ARTIFACT_TOKEN Exporting SSH_PRIVATE_KEY_PATH Exporting SEMAPHORE_CACHE_BACKEND Exporting SEMAPHORE_CACHE_PRIVATE_KEY_PATH Exporting SEMAPHORE_CACHE_USERNAME Exporting SEMAPHORE_CACHE_URL Exporting SEMAPHORE_TOOLBOX_METRICS_ENABLED Exporting SEMAPHORE_GIT_PROVIDER Exporting SEMAPHORE_GIT_URL Exporting SEMAPHORE_GIT_DIR Exporting SEMAPHORE_GIT_SHA Exporting SEMAPHORE_GIT_REPO_SLUG Exporting SEMAPHORE_GIT_REF Exporting SEMAPHORE_GIT_COMMIT_RANGE Exporting SEMAPHORE_GIT_REF_TYPE Exporting SEMAPHORE_GIT_BRANCH Exporting SEMAPHORE_GIT_WORKING_BRANCH Exporting DOCKER_PASSWORD Exporting DOCKER_USERNAME Exporting COVERALLS_AKVO_RSR_TOKEN Exporting COVERALLS_RTMIS_TOKEN Exporting COVERALLS_ISCO_TOKEN Exporting SEMAPHORE_WORKFLOW_ID Exporting SEMAPHORE_WORKFLOW_NUMBER Exporting SEMAPHORE_WORKFLOW_RERUN Exporting SEMAPHORE_WORKFLOW_TRIGGERED_BY_HOOK Exporting SEMAPHORE_WORKFLOW_HOOK_SOURCE Exporting SEMAPHORE_WORKFLOW_TRIGGERED_BY_SCHEDULE Exporting SEMAPHORE_WORKFLOW_TRIGGERED_BY_API Exporting SEMAPHORE_PIPELINE_ARTEFACT_ID Exporting SEMAPHORE_PIPELINE_ID Exporting SEMAPHORE_PIPELINE_RERUN Exporting SEMAPHORE_PIPELINE_PROMOTION Exporting SEMAPHORE_PIPELINE_PROMOTED_BY Exporting SEMAPHORE_PIPELINE_0_ARTEFACT_ID Exporting CLOUDSDK_CORE_DISABLE_PROMPTS Injecting Files Injecting /home/semaphore/.ssh/semaphore_cache_key with file mode 0600 Injecting .ssh/id_rsa with file mode 0600 Injecting .secrets/gcp.json with file mode 0644 Setting up the Semaphore toolbox Running: dowloadPath=$(curl -s -L --retry 5 http://packages.semaphoreci.com/toolbox/linux) && echo $dowloadPath && curl -s -L --retry 5 --connect-timeout 3 $dowloadPath -o /tmp/toolbox.tar && tar -xvf /tmp/toolbox.tar && mv toolbox ~/.toolbox && bash ~/.toolbox/install-toolbox && source ~/.toolbox/toolbox && echo 'source ~/.toolbox/toolbox' >> ~/.bash_profile && if [ -f /etc/init.d/xvfb ]; then /etc/init.d/xvfb start; fi http://packages.semaphoreci.com/toolbox/releases/download/v1.19.0/linux.tar toolbox/ toolbox/sem-install toolbox/sem-service toolbox/install-package toolbox/sem-version toolbox/sem-context toolbox/system-metrics-collector toolbox/test-results toolbox/spc toolbox/artifact toolbox/when toolbox/install-toolbox toolbox/Dockerfile.dev toolbox/libchecksum toolbox/enetwork toolbox/retry toolbox/libcheckout toolbox/README.md toolbox/ssh-session-cli toolbox/cache toolbox/toolbox toolbox/sem-dockerize toolbox/sem-service-check-params retry installed ssh-session-cli installed cache installed sem-context installed sem-service installed sem-dockerize installed sem-service-check-params installed install-package installed Installing the artifacts CLI artifacts installed Installing the test results CLI test-results installed Installing the SPC CLI spc installed Installing the when CLI when installed Installing the enetwork CLI when installed Starting to collect System Metrics in /tmp/system-metrics Starting virtual X frame buffer: Xvfb. Starting an ssh-agent Running: eval `ssh-agent` && echo 'eval $(ssh-agent) >/dev/null' >> ~/.bash_profile && echo 'yes' > /tmp/sempahore-user-commands-have-started Agent pid 2694 Connecting to cache Running: (ssh-keyscan -p 29920 -H 116.202.32.43 >> /home/semaphore/.ssh/known_hosts || true) && ssh-add /home/semaphore/.ssh/semaphore_cache_key # 116.202.32.43:29920 SSH-2.0-OpenSSH_7.6p1 Ubuntu-4ubuntu0.5 # 116.202.32.43:29920 SSH-2.0-OpenSSH_7.6p1 Ubuntu-4ubuntu0.5 # 116.202.32.43:29920 SSH-2.0-OpenSSH_7.6p1 Ubuntu-4ubuntu0.5 Identity added: /home/semaphore/.ssh/semaphore_cache_key (/home/semaphore/.ssh/semaphore_cache_key) checkout Performing shallow clone with depth: 50 HEAD is now at ab33a68 [POC] Implement sending report via email feature pushd akvo/rsr/front-end ~/akvo-rsr/akvo/rsr/front-end ~/akvo-rsr cache restore client-fe-npm-deps-$(checksum package.json) HIT: 'client-fe-npm-deps-fbe553aba9c406d1727b8a031f0dbbcc', using key 'client-fe-npm-deps-fbe553aba9c406d1727b8a031f0dbbcc'. Downloading key 'client-fe-npm-deps-fbe553aba9c406d1727b8a031f0dbbcc'... Download complete. Duration: 309.475761ms. Size: 32.9M bytes. Unpacking '/tmp/client-fe-npm-deps-fbe553aba9c406d1727b8a031f0dbbcc-932017957'... Unpack complete. Duration: 1.02531531s. Restored: ./node_modules/. popd ~/akvo-rsr export PATH=${HOME}/google-cloud-sdk/bin:$PATH export CI_BRANCH="${SEMAPHORE_GIT_PR_BRANCH:-$SEMAPHORE_GIT_BRANCH}" export CI_BUILD_NUMBER=${SEMAPHORE_WORKFLOW_ID} export CI_BUILD_URL="https://akvo.semaphoreci.com/jobs/${SEMAPHORE_JOB_ID}" export CI_JOB_ID=${SEMAPHORE_JOB_ID} export CI_NAME="semaphore-ci" export CI_TAG=${SEMAPHORE_GIT_TAG_NAME} export CI_COMMIT=${SEMAPHORE_GIT_SHA} export CI_PULL_REQUEST=${SEMAPHORE_GIT_PR_NUMBER} export COVERALLS_REPO_TOKEN="${COVERALLS_AKVO_RSR_TOKEN}" export TRAVIS_COMMIT=${SEMAPHORE_GIT_SHA} if [ "$SEMAPHORE_GIT_REF_TYPE" = "pull-request" ]; then export CI_PULL_REQUEST="true" else export CI_PULL_REQUEST="false" fi ./ci/build-semaphoreci.sh && ./ci/deploy-semaphoreci.sh 06:06:19 - BUILD INFO - Login to DockerHub WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/semaphore/.docker/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store Login Succeeded 06:06:20 - BUILD INFO - Pulling akvo/rsr-backend-dev:c299492172d79671b6d7d943b33ac698 docker.io/akvo/rsr-backend-dev:c299492172d79671b6d7d943b33ac698 06:06:48 - BUILD INFO - Building akvo/rsr-backend-dev:c299492172d79671b6d7d943b33ac698 Sending build context to Docker daemon 557.1kB Sending build context to Docker daemon 12.81MB Sending build context to Docker daemon 20.61MB Sending build context to Docker daemon 25.62MB Sending build context to Docker daemon 33.98MB Sending build context to Docker daemon 34.77MB Step 1/13 : FROM python:3.8.1-buster 3.8.1-buster: Pulling from library/python  dc65f448a2e2: Already exists   346ffb2b67d7: Already exists   dea4ecac934f: Already exists   8ac92ddf84b3: Already exists   a3ca60abc08a: Already exists   9253bd2ee3f6: Already exists   fad96c8dce44: Already exists   ec0f51d2752d: Already exists   1fa0065c6287: Already exists Digest: sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d05ef2e08dcdc354d02b54f Status: Downloaded newer image for python:3.8.1-buster ---> efdecc2e377a Step 2/13 : RUN set -ex; apt-get update && apt-get install -y --no-install-recommends --no-install-suggests curl git postgresql-client runit cron libjpeg-dev libfreetype6-dev libffi-dev libssl-dev gettext libfontenc1 xfonts-encodings xfonts-utils xfonts-75dpi xfonts-base libxml2-dev libxslt1-dev zlib1g-dev python3-dev gosu && rm -rf /var/lib/apt/lists/* ---> Using cache ---> a140aec709b7 Step 3/13 : RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && python get-pip.py && rm get-pip.py ---> Using cache ---> de357c289041 Step 4/13 : ENV NODE_VERSION 10.15.0 ---> Using cache ---> 20b127cef263 Step 5/13 : RUN curl -fsSLO --compressed "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.xz" && tar -xJf "node-v$NODE_VERSION-linux-x64.tar.xz" -C /usr/local --strip-components=1 --no-same-owner && rm "node-v$NODE_VERSION-linux-x64.tar.xz" && ln -s /usr/local/bin/node /usr/local/bin/nodejs ---> Using cache ---> eb6d9030b32d Step 6/13 : RUN addgroup akvo && adduser --disabled-password --home /home/akvo --shell /bin/bash --ingroup akvo --gecos "" akvo ---> Using cache ---> a195ce3e6af1 Step 7/13 : WORKDIR /var/akvo/rsr/code ---> Using cache ---> 0d12b9a9699c Step 8/13 : COPY scripts/deployment/pip/requirements/2_rsr.txt ./ ---> Using cache ---> 0feed844ef97 Step 9/13 : RUN pip install --no-cache-dir -r 2_rsr.txt ---> Using cache ---> af786f1dd035 Step 10/13 : COPY scripts/deployment/pip/requirements/3_dev.txt ./ ---> Using cache ---> 05a2d8c4610f Step 11/13 : RUN pip install --no-cache-dir -r 3_dev.txt ---> Using cache ---> 0dcfd9f60dea Step 12/13 : ENV PYTHONUNBUFFERED 1 ---> Using cache ---> b5cfcc878c37 Step 13/13 : CMD [ "scripts/docker/dev/run-as-user.sh", "scripts/docker/dev/start-django.sh"] ---> Using cache ---> 359883369c7f Successfully built 359883369c7f Successfully tagged akvo/rsr-backend-dev:c299492172d79671b6d7d943b33ac698 Successfully tagged akvo/rsr-backend-dev:local Successfully tagged rsr-backend:dev 06:06:51 - BUILD INFO - Pushing akvo/rsr-backend-dev:c299492172d79671b6d7d943b33ac698 container The push refers to repository [docker.io/akvo/rsr-backend-dev]  e0970770dcc2: Preparing   f29f9a2e898a: Preparing   1d3162474218: Preparing   263eb5196a04: Preparing   b9a080d494f6: Preparing   db257c1a7576: Preparing   9b72893003b6: Preparing   a70a42fed2a5: Preparing   5ae1b93e3e46: Preparing   b6d8f557ceb3: Preparing   b65d30014aa7: Preparing   ea9370fbf8d0: Preparing   a10c79771e86: Preparing   3f4c8c89729b: Preparing   5c813a85f7f0: Preparing   bdca38f94ff0: Preparing   faac394a1ad3: Preparing   ce8168f12337: Preparing  b65d30014aa7: Waiting  ea9370fbf8d0: Waiting  a10c79771e86: Waiting  3f4c8c89729b: Waiting  5c813a85f7f0: Waiting  bdca38f94ff0: Waiting  faac394a1ad3: Waiting  ce8168f12337: Waiting  db257c1a7576: Waiting  9b72893003b6: Waiting  a70a42fed2a5: Waiting  5ae1b93e3e46: Waiting  b6d8f557ceb3: Waiting  e0970770dcc2: Layer already exists  263eb5196a04: Layer already exists  b9a080d494f6: Layer already exists  1d3162474218: Layer already exists  f29f9a2e898a: Layer already exists  db257c1a7576: Layer already exists  a70a42fed2a5: Layer already exists  5ae1b93e3e46: Layer already exists  b6d8f557ceb3: Layer already exists  9b72893003b6: Layer already exists  ea9370fbf8d0: Layer already exists  b65d30014aa7: Layer already exists  5c813a85f7f0: Layer already exists  a10c79771e86: Layer already exists  3f4c8c89729b: Layer already exists  bdca38f94ff0: Layer already exists  faac394a1ad3: Layer already exists  ce8168f12337: Layer already exists c299492172d79671b6d7d943b33ac698: digest: sha256:1cb80987addf942f78eff0c2e7156236bd41db8f121c512341257f7d0c95d9d8 size: 4111 06:06:55 - BUILD INFO - Starting docker-compose WARNING: The SEMAPHORE_GIT_PR_NUMBER variable is not set. Defaulting to a blank string. Creating network "rsrci_default" with the default driver Pulling rsr-memcached (memcached:1.6.1-alpine)...  1.6.1-alpine: Pulling from library/memcached  c9b1b535fdd9: Pulling fs layer   b1e93bbcd384: Pulling fs layer   6a48b148dfd5: Pulling fs layer   542ec47b81d1: Pulling fs layer   65bc431706dc: Pulling fs layer   fc508d65441f: Pulling fs layer  542ec47b81d1: Waiting  65bc431706dc: Waiting  fc508d65441f: Waiting  6a48b148dfd5: Downloading [==> ] 657B/15.09kB  6a48b148dfd5: Downloading [==================================================>] 15.09kB/15.09kB  6a48b148dfd5: Download complete  c9b1b535fdd9: Downloading [> ] 28.75kB/2.803MB  b1e93bbcd384: Downloading [==================================================>] 1.231kB/1.231kB  b1e93bbcd384: Verifying Checksum  b1e93bbcd384: Download complete  c9b1b535fdd9: Verifying Checksum  c9b1b535fdd9: Download complete  c9b1b535fdd9: Extracting [> ] 32.77kB/2.803MB  c9b1b535fdd9: Extracting [==================================================>] 2.803MB/2.803MB  c9b1b535fdd9: Pull complete  b1e93bbcd384: Extracting [==================================================>] 1.231kB/1.231kB  b1e93bbcd384: Extracting [==================================================>] 1.231kB/1.231kB  b1e93bbcd384: Pull complete  6a48b148dfd5: Extracting [==================================================>] 15.09kB/15.09kB  6a48b148dfd5: Extracting [==================================================>] 15.09kB/15.09kB  6a48b148dfd5: Pull complete  542ec47b81d1: Downloading [> ] 20.54kB/1.933MB  65bc431706dc: Downloading [==================================================>] 282B/282B  65bc431706dc: Verifying Checksum  65bc431706dc: Download complete  542ec47b81d1: Verifying Checksum  542ec47b81d1: Download complete  542ec47b81d1: Extracting [> ] 32.77kB/1.933MB  fc508d65441f: Downloading [==================================================>] 121B/121B  fc508d65441f: Verifying Checksum  fc508d65441f: Download complete  542ec47b81d1: Extracting [==================================================>] 1.933MB/1.933MB  542ec47b81d1: Extracting [==================================================>] 1.933MB/1.933MB  542ec47b81d1: Pull complete  65bc431706dc: Extracting [==================================================>] 282B/282B  65bc431706dc: Extracting [==================================================>] 282B/282B  65bc431706dc: Pull complete  fc508d65441f: Extracting [==================================================>] 121B/121B  fc508d65441f: Extracting [==================================================>] 121B/121B  fc508d65441f: Pull complete  Digest: sha256:c08f51064dceef8fda9462adb0cb9b1b5ad4f68e5db36c3ff05841fd232eeecd  Status: Downloaded newer image for memcached:1.6.1-alpine Pulling rsrdbhost (akvo/akvo-rsr-dev-postgres:20200226.151639.3782188)...  20200226.151639.3782188: Pulling from akvo/akvo-rsr-dev-postgres  6d28e14ab8c8: Pulling fs layer   64da04b335f8: Pulling fs layer   c2c855795327: Pulling fs layer   1de39762bafa: Pulling fs layer   c53257162768: Pulling fs layer   8e4d4b2b1949: Pulling fs layer   55ea22033266: Pulling fs layer   59ec00a3b78e: Pulling fs layer   9dd651f62b16: Pulling fs layer   898e17767146: Pulling fs layer   47464cc27b2a: Pulling fs layer   cb14b87ad201: Pulling fs layer   02db7703911e: Pulling fs layer   a47c885443ae: Pulling fs layer   00a221f9eb1d: Pulling fs layer  1de39762bafa: Waiting  c53257162768: Waiting  8e4d4b2b1949: Waiting  55ea22033266: Waiting  59ec00a3b78e: Waiting  9dd651f62b16: Waiting  898e17767146: Waiting  47464cc27b2a: Waiting  cb14b87ad201: Waiting  02db7703911e: Waiting  a47c885443ae: Waiting  00a221f9eb1d: Waiting  c2c855795327: Downloading [==================> ] 658B/1.778kB  c2c855795327: Downloading [==================================================>] 1.778kB/1.778kB  c2c855795327: Verifying Checksum  c2c855795327: Download complete  6d28e14ab8c8: Downloading [> ] 227.7kB/22.51MB  64da04b335f8: Downloading [> ] 45.09kB/4.501MB  6d28e14ab8c8: Downloading [=======> ] 3.185MB/22.51MB  64da04b335f8: Downloading [=============================> ] 2.612MB/4.501MB  6d28e14ab8c8: Downloading [==========> ] 4.815MB/22.51MB  64da04b335f8: Downloading [================================================> ] 4.348MB/4.501MB  64da04b335f8: Verifying Checksum  64da04b335f8: Download complete  6d28e14ab8c8: Downloading [==============> ] 6.425MB/22.51MB  6d28e14ab8c8: Downloading [==================> ] 8.28MB/22.51MB  1de39762bafa: Downloading [> ] 14.3kB/1.351MB  1de39762bafa: Verifying Checksum  1de39762bafa: Download complete  6d28e14ab8c8: Downloading [=====================> ] 9.886MB/22.51MB  6d28e14ab8c8: Downloading [=========================> ] 11.49MB/22.51MB  c53257162768: Downloading [> ] 63.67kB/6.183MB  6d28e14ab8c8: Downloading [=======================================> ] 17.71MB/22.51MB  6d28e14ab8c8: Verifying Checksum  6d28e14ab8c8: Download complete  6d28e14ab8c8: Extracting [> ] 229.4kB/22.51MB  c53257162768: Downloading [=====================================> ] 4.639MB/6.183MB  c53257162768: Verifying Checksum  c53257162768: Download complete  6d28e14ab8c8: Extracting [=====> ] 2.523MB/22.51MB  8e4d4b2b1949: Downloading [> ] 4.721kB/384.9kB  6d28e14ab8c8: Extracting [===============> ] 7.111MB/22.51MB  8e4d4b2b1949: Downloading [==================================================>] 384.9kB/384.9kB  8e4d4b2b1949: Verifying Checksum  8e4d4b2b1949: Download complete  6d28e14ab8c8: Extracting [==========================> ] 11.93MB/22.51MB  6d28e14ab8c8: Extracting [====================================> ] 16.29MB/22.51MB  55ea22033266: Downloading [==================================================>] 115B/115B  55ea22033266: Verifying Checksum  55ea22033266: Download complete  59ec00a3b78e: Downloading [============> ] 1.369kB/5.343kB  59ec00a3b78e: Downloading [==================================================>] 5.343kB/5.343kB  59ec00a3b78e: Verifying Checksum  59ec00a3b78e: Download complete  6d28e14ab8c8: Extracting [=============================================> ] 20.41MB/22.51MB  6d28e14ab8c8: Extracting [===============================================> ] 21.56MB/22.51MB  9dd651f62b16: Downloading [> ] 539kB/53.09MB  6d28e14ab8c8: Extracting [=================================================> ] 22.25MB/22.51MB  9dd651f62b16: Downloading [=========> ] 9.669MB/53.09MB  6d28e14ab8c8: Extracting [==================================================>] 22.51MB/22.51MB  6d28e14ab8c8: Pull complete  64da04b335f8: Extracting [> ] 65.54kB/4.501MB  9dd651f62b16: Downloading [===================> ] 20.4MB/53.09MB  64da04b335f8: Extracting [================> ] 1.442MB/4.501MB  898e17767146: Downloading [====> ] 658B/7.814kB  898e17767146: Downloading [==================================================>] 7.814kB/7.814kB  898e17767146: Verifying Checksum  898e17767146: Download complete  9dd651f62b16: Downloading [===============================> ] 33.25MB/53.09MB  64da04b335f8: Extracting [==================================================>] 4.501MB/4.501MB  64da04b335f8: Pull complete  c2c855795327: Extracting [==================================================>] 1.778kB/1.778kB  c2c855795327: Extracting [==================================================>] 1.778kB/1.778kB  c2c855795327: Pull complete  1de39762bafa: Extracting [=> ] 32.77kB/1.351MB  9dd651f62b16: Downloading [========================================> ] 42.91MB/53.09MB  9dd651f62b16: Download complete  1de39762bafa: Extracting [==================================================>] 1.351MB/1.351MB  1de39762bafa: Pull complete  c53257162768: Extracting [> ] 65.54kB/6.183MB  c53257162768: Extracting [===========================> ] 3.342MB/6.183MB  47464cc27b2a: Downloading [==================================================>] 130B/130B  47464cc27b2a: Verifying Checksum  47464cc27b2a: Download complete  cb14b87ad201: Downloading [==================================================>] 171B/171B  cb14b87ad201: Verifying Checksum  cb14b87ad201: Download complete  c53257162768: Extracting [==============================================> ] 5.767MB/6.183MB  c53257162768: Extracting [==================================================>] 6.183MB/6.183MB  c53257162768: Pull complete  8e4d4b2b1949: Extracting [====> ] 32.77kB/384.9kB  8e4d4b2b1949: Extracting [==================================================>] 384.9kB/384.9kB  8e4d4b2b1949: Extracting [==================================================>] 384.9kB/384.9kB  8e4d4b2b1949: Pull complete  55ea22033266: Extracting [==================================================>] 115B/115B  55ea22033266: Extracting [==================================================>] 115B/115B  55ea22033266: Pull complete  59ec00a3b78e: Extracting [==================================================>] 5.343kB/5.343kB  59ec00a3b78e: Extracting [==================================================>] 5.343kB/5.343kB  59ec00a3b78e: Pull complete  9dd651f62b16: Extracting [> ] 557.1kB/53.09MB  02db7703911e: Downloading [=======> ] 658B/4.223kB  02db7703911e: Downloading [==================================================>] 4.223kB/4.223kB  02db7703911e: Verifying Checksum  02db7703911e: Download complete  9dd651f62b16: Extracting [==> ] 2.228MB/53.09MB  a47c885443ae: Downloading [==================================================>] 121B/121B  a47c885443ae: Verifying Checksum  a47c885443ae: Download complete  00a221f9eb1d: Downloading [> ] 29.36kB/2.839MB  9dd651f62b16: Extracting [=====> ] 5.571MB/53.09MB  00a221f9eb1d: Verifying Checksum  00a221f9eb1d: Download complete  9dd651f62b16: Extracting [========> ] 9.47MB/53.09MB  9dd651f62b16: Extracting [==========> ] 11.14MB/53.09MB  9dd651f62b16: Extracting [============> ] 13.37MB/53.09MB  9dd651f62b16: Extracting [=================> ] 18.94MB/53.09MB  9dd651f62b16: Extracting [========================> ] 25.62MB/53.09MB  9dd651f62b16: Extracting [=============================> ] 31.2MB/53.09MB  9dd651f62b16: Extracting [==================================> ] 36.21MB/53.09MB  9dd651f62b16: Extracting [=====================================> ] 40.11MB/53.09MB  9dd651f62b16: Extracting [=======================================> ] 41.78MB/53.09MB  9dd651f62b16: Extracting [==========================================> ] 45.12MB/53.09MB  9dd651f62b16: Extracting [=============================================> ] 47.91MB/53.09MB  9dd651f62b16: Extracting [===============================================> ] 50.69MB/53.09MB  9dd651f62b16: Extracting [=================================================> ] 52.92MB/53.09MB  9dd651f62b16: Extracting [==================================================>] 53.09MB/53.09MB  9dd651f62b16: Pull complete  898e17767146: Extracting [==================================================>] 7.814kB/7.814kB  898e17767146: Extracting [==================================================>] 7.814kB/7.814kB  898e17767146: Pull complete  47464cc27b2a: Extracting [==================================================>] 130B/130B  47464cc27b2a: Extracting [==================================================>] 130B/130B  47464cc27b2a: Pull complete  cb14b87ad201: Extracting [==================================================>] 171B/171B  cb14b87ad201: Extracting [==================================================>] 171B/171B  cb14b87ad201: Pull complete  02db7703911e: Extracting [==================================================>] 4.223kB/4.223kB  02db7703911e: Extracting [==================================================>] 4.223kB/4.223kB  02db7703911e: Pull complete  a47c885443ae: Extracting [==================================================>] 121B/121B  a47c885443ae: Extracting [==================================================>] 121B/121B  a47c885443ae: Pull complete  00a221f9eb1d: Extracting [> ] 32.77kB/2.839MB  00a221f9eb1d: Extracting [===========================================> ] 2.458MB/2.839MB  00a221f9eb1d: Extracting [==================================================>] 2.839MB/2.839MB  00a221f9eb1d: Pull complete  Digest: sha256:11dd0d54f34c67b7c04b378a100a292019e1477ba9acca21af2daa99ee667cc0  Status: Downloaded newer image for akvo/akvo-rsr-dev-postgres:20200226.151639.3782188 Pulling mainnetwork (alpine:)...  latest: Pulling from library/alpine  530afca65e2e: Pulling fs layer  530afca65e2e: Downloading [> ] 28.75kB/2.799MB  530afca65e2e: Verifying Checksum  530afca65e2e: Download complete  530afca65e2e: Extracting [> ] 32.77kB/2.799MB  530afca65e2e: Extracting [==================================================>] 2.799MB/2.799MB  530afca65e2e: Pull complete  Digest: sha256:7580ece7963bfa863801466c0a488f11c86f85d9988051a9f9c68cb27f6b7872  Status: Downloaded newer image for alpine:latest Creating rsrci_rsrdbhost_1 ... Creating rsrci_mainnetwork_1 ... Creating rsrci_rsr-memcached_1 ...  Creating rsrci_rsr-memcached_1 ... done  Creating rsrci_mainnetwork_1 ... done Creating rsrci_web_1 ...  Creating rsrci_rsrdbhost_1 ... done  Creating rsrci_web_1 ... done 06:07:10 - BUILD INFO - Running tests WARNING: The SEMAPHORE_GIT_PR_NUMBER variable is not set. Defaulting to a blank string. Creating rsrci_web_run ...  Creating rsrci_web_run ... done ++ stat -c %u /var/akvo/rsr/code + NEW_UID=1001 ++ stat -c %g /var/akvo/rsr/code + NEW_GID=1001 + groupmod -g 1001 -o akvo + usermod -u 1001 -o akvo + mkdir -p /var/log/akvo/ /var/akvo/rsr/logs/ /var/akvo/rsr/staticroot/ /var/akvo/rsr/mediaroot/ + chown -R akvo:akvo /var/log/akvo/ /var/akvo/rsr/logs/ /var/akvo/rsr/staticroot/ /var/akvo/rsr/mediaroot/ + gosu akvo:akvo scripts/docker/ci/build.sh 06:07:11 - BUILD INFO - Running lint Running backend lint Running frontend lint /var/akvo/rsr/code/akvo/rsr/dir /var/akvo/rsr/code [?25l[..................] | rollbackFailedOptional: verb npm-session cd9a2866d030993 [ ................] \ loadDep:yup: sill install loadAllDepsIntoIdealTree [ ................] \ loadDep:warning: sill install loadAllDepsIntoIdealTree [ ................] \ loadDep:whatwg-fetch: sill install loadAllDepsIntoIdealT [ ................] \ loadDep:rc-util: sill install loadAllDepsIntoIdealTree [ ...............] \ loadDep:vt-pbf: sill install loadAllDepsIntoIdealTree [ ...............] \ loadDep:reduce-css-calc: sill install loadAllDepsIntoIde [ ..............] \ loadDep:to-regex: sill install loadAllDepsIntoIdealTree [ ..............] \ loadDep:kind-of: sill install loadAllDepsIntoIdealTree [ ..............] \ loadDep:util-deprecate: sill install loadAllDepsIntoIdea [ ..............] \ loadDep:@babel/helper-split-export-declaration: sill ins [ ..............] \ loadDep:babel-plugin-dynamic-import-node: sill install l [ ..............] \ loadDep:path-type: sill install loadAllDepsIntoIdealTree [ ..............] \ loadDep:serialize-javascript: sill install loadAllDepsIn [ ..............] \ loadDep:text-table: sill install loadAllDepsIntoIdealTre [ ..............] \ loadDep:strip-bom: sill install loadAllDepsIntoIdealTree [ .............] \ loadDep:yargs: sill install loadAllDepsIntoIdealTree [ .............] \ loadDep:semver: sill install loadAllDepsIntoIdealTree [ .............] \ loadDep:strip-ansi: sill install loadAllDepsIntoIdealTre [ .............] \ loadDep:yargs: sill install loadAllDepsIntoIdealTree [ .............] \ loadDep:yallist: sill install loadAllDepsIntoIdealTree [ .............] \ loadDep:parse-asn1: sill install loadAllDepsIntoIdealTre [ .............] \ loadDep:mem: sill install loadAllDepsIntoIdealTree [ .............] \ loadDep:unpipe: sill install loadAllDepsIntoIdealTree [ ...........] | diffTrees: sill install generateActionsToTake [ ...........] | diffTrees: sill install generateActionsToTake [ ...........] - postinstall: sill install executeActions [ ...........] - postinstall: sill install executeActions [ ...........] | extract:yup: verb lock using /home/akvo/.npm/_locks/stag [ ...........] | extract:yup: verb lock using /home/akvo/.npm/_locks/stag [ ...........] - extract:yup: verb lock using /home/akvo/.npm/_locks/stag [ ...........] - extract:yup: verb lock using /home/akvo/.npm/_locks/stag [ ...........] - extract:yup: verb lock using /home/akvo/.npm/_locks/stag [ ...........] - extract:yup: verb lock using /home/akvo/.npm/_locks/stag [ ...........] - extract:yup: verb lock using /home/akvo/.npm/_locks/stag [ ...........] / extract:yup: verb lock using /home/akvo/.npm/_locks/stag [ ..........] - extract:@babel/plugin-transform-shorthand-properties: si [ ..........] / extract:regenerator-runtime: sill tarball no local data [ ..........] \ extract:@babel/plugin-proposal-object-rest-spread: http  [ ..........] | extract:minimist: sill extract minimist@1.2.5 extracted [ ..........] / extract:react-svg-inline: sill extract react-svg-inline@ [ ..........] / extract:style-loader: sill extract style-loader@0.23.1 e [ ..........] - extract:sass-loader: sill tarball no local data for i18n [ ..........] | extract:react-addons-test-utils: http fetch GET 200 http [ ..........] / extract:jest: sill extract jest@24.9.0 extracted to /var [ ..........] / extract:humps: sill extract humps@2.0.1 extracted to /va [ ..........] | extract:@babel/plugin-syntax-jsx: sill extract @babel/pl [ ..........] - extract:eslint-loader: http fetch GET 200 https://regist [ ..........] / extract:extract-text-webpack-plugin: sill tarball no loc [ ..........] \ extract:@babel/plugin-transform-typeof-symbol: sill tarb [ ..........] | extract:react-infinite-scroll-component: http fetch GET [ ..........] - extract:country-code-lookup: http fetch GET 200 https:// [ ..........] | extract:css-loader: sill tarball no local data for jest- [ ..........] / extract:@babel/preset-react: sill extract @babel/preset- [ ..........] \ extract:toposort: sill extract toposort@2.0.2 extracted [ ..........] - extract:formik: sill extract formik@2.2.9 extracted to / [ ..........] \ extract:p-locate: sill tarball no local data for cacache [ ..........] / extract:emoji-regex: http fetch GET 200 https://registry [ ..........] | extract:react-router-dom: sill extract react-router-dom@ [ ..........] - extract:yallist: http fetch GET 200 https://registry.npm [ ..........] \ extract:terser-webpack-plugin: sill tarball no local dat [ ..........] | extract:node-libs-browser: sill extract node-libs-browse [ ..........] - extract:flat-cache: sill extract flat-cache@1.3.4 extrac [ ..........] | extract:@babel/parser: sill extract @babel/parser@7.8.3 [ ..........] | extract:internal-ip: sill tarball no local data for copy [ ..........] / extract:default-gateway: http fetch GET 200 https://regi [ ..........] | extract:rimraf: http fetch GET 200 https://registry.npmj [ ..........] - extract:@babel/preset-stage-2: http fetch GET 200 https: [ ..........] / extract:stream-each: http fetch GET 200 https://registry [ ..........] \ extract:@jest/test-sequencer: sill tarball no local data [ ..........] \ extract:@jest/core: http fetch GET 200 https://registry. [ ..........] - extract:wide-align: http fetch GET 200 https://registry. [ ..........] / extract:html-encoding-sniffer: http fetch GET 200 https: [ ..........] \ extract:worker-farm: sill tarball no local data for acor [ ..........] - extract:find-cache-dir: sill extract find-cache-dir@2.1. [ ..........] | extract:ansi-regex: sill extract ansi-regex@4.1.0 extrac [ ..........] \ extract:websocket-driver: sill extract websocket-driver@ [ ..........] \ extract:p-try: http fetch GET 200 https://registry.npmjs [ ..........] | extract:require-main-filename: sill extract require-main [ ..........] / extract:lcid: sill tarball no local data for anymatch@3. [ ..........] - extract:rc-editor-mention: http fetch GET 200 https://re [ ..........] | extract:is-binary-path: sill tarball no local data for m [ ..........] - extract:watchpack-chokidar2: http fetch GET 200 https:// [ ..........] \ extract:rc-form: sill extract rc-form@2.4.12 extracted t [ ..........] - extract:rc-form: sill extract rc-form@2.4.12 extracted t [ ..........] | extract:walker: sill tarball no local data for read-pkg- [ ..........] \ extract:hpack.js: sill extract hpack.js@2.1.6 extracted [ ..........] | extract:jsprim: http fetch GET 200 https://registry.npmj [ ..........] \ extract:read-pkg: http fetch GET 200 https://registry.np [ ..........] / extract:read-pkg-up: http fetch GET 200 https://registry [ ..........] \ extract:utils-merge: sill tarball no local data for para [ ..........] \ extract:util: http fetch GET 200 https://registry.npmjs. [ ..........] | extract:util.promisify: http fetch GET 200 https://regis [ ..........] - extract:pretty-error: sill tarball no local data for htt [ ..........] - extract:concat-stream: sill extract concat-stream@1.6.2 [ ..........] - extract:tar: http fetch GET 200 https://registry.npmjs.o [ ..........] \ extract:yargs: http fetch GET 200 https://registry.npmjs [ .........] | extract:micromatch: sill extract schema-utils@0.4.7 extr [ .........] \ extract:urix: sill extract urix@0.1.0 extracted to /var/ [ .........] - extract:url-parse: sill tarball no local data for postcs [ .........] - extract:unset-value: http fetch GET 200 https://registry [ .........] / extract:@babel/plugin-transform-unicode-regex: sill extr [ .........] \ extract:p-try: sill extract p-try@2.2.0 extracted to /va [ .........] - extract:unicode-match-property-ecmascript: sill extract [ .........] / extract:tty-browserify: http fetch GET 200 https://regis [ .........] - extract:http-errors: http fetch GET 200 https://registry [ .........] | extract:copy-to-clipboard: sill tarball no local data fo [ .........] \ extract:fill-range: sill extract fill-range@4.0.0 extrac [ .........] - extract:@types/babel__template: sill tarball no local da [ .........] - extract:@babel/plugin-proposal-async-generator-functions [ .........] | extract:postcss-selector-parser: sill tarball no local d [ .........] | extract:@babel/helper-hoist-variables: sill extract @bab [ .........] \ extract:ajv: http fetch GET 200 https://registry.npmjs.o [ .........] | extract:mini-create-react-context: sill tarball trying l [ .........] - extract:yallist: http fetch GET 200 https://registry.npm [ .........] \ extract:node-sass: sill extract node-sass@4.13.1 extract [ .........] | extract:expect: http fetch GET 200 https://registry.npmj [ .........] | extract:icss-utils: http fetch GET 200 https://registry. [ .........] - extract:@babel/highlight: http fetch GET 200 https://reg [ .........] | extract:redent: sill extract redent@1.0.0 extracted to / [ .........] - extract:jest-diff: sill tarball no local data for strict [ .........] - extract:ansi-regex: sill tarball no local data for class [ .........] / extract:object.getownpropertydescriptors: sill tarball n [ .........] \ extract:eslint-config-airbnb-base: http fetch GET 200 ht [ .........] \ extract:stack-utils: http fetch GET 200 https://registry [ .........] / extract:split-string: http fetch GET 200 https://registr [ .........] | extract:cosmiconfig: http fetch GET 200 https://registry [ .........] | extract:sort-keys: sill tarball no local data for slash@ [ .........] / extract:sourcemapped-stacktrace: sill extract sourcemapp [ .........] - extract:is-data-descriptor: http fetch GET 200 https://r [ .........] | extract:error-stack-parser: http fetch GET 200 https://r [ .........] - extract:loud-rejection: sill tarball no local data for p [ .........] | extract:shallowequal: sill extract shallowequal@1.1.0 ex [ .........] \ extract:source-map: http fetch GET 200 https://registry. [ .........] / extract:inherits: http fetch GET 200 https://registry.np [ .........] / extract:setprototypeof: sill tarball no local data for s [ .........] \ extract:debug: http fetch GET 200 https://registry.npmjs [ ........] \ extract:select-hose: http fetch GET 200 https://registry [ ........] \ extract:path-exists: sill tarball no local data for rw@1 [ ........] | extract:encoding: http fetch GET 200 https://registry.np [ ........] | extract:safe-buffer: sill tarball no local data for reso [ ........] \ extract:capture-exit: http fetch GET 200 https://registr [ ........] / extract:p-retry: http fetch GET 200 https://registry.npm [ ........] \ extract:repeat-string: http fetch GET 200 https://regist [ ........] | extract:rmc-feedback: http fetch GET 200 https://registr [ ........] | extract:regjsgen: http fetch GET 200 https://registry.np [ ........] / extract:react-transform-catch-errors: http fetch GET 200 [ ........] - extract:react-is: sill extract react-is@16.10.2 extracte [ ........] | extract:rc-checkbox: http fetch GET 200 https://registry [ ........] \ extract:range-parser: sill extract range-parser@1.2.1 ex [ ........] \ extract:querystringify: sill tarball no local data for p [ ........] - extract:ansi-regex: sill extract ansi-regex@4.1.0 extrac [ ........] / extract:d3-time-format: http fetch GET 200 https://regis [ ........] | extract:path-exists: http fetch GET 200 https://registry [ ........] | extract:pluralize: http fetch GET 200 https://registry.n [ ........] - extract:eslint-module-utils: http fetch GET 200 https:// [ ........] - extract:path-key: sill tarball no local data for p-try@1 [ ........] | extract:picomatch: sill extract picomatch@2.3.0 extracte [ ........] \ extract:p-is-promise: http fetch GET 200 https://registr [ ........] - extract:p-defer: sill tarball no local data for oauth-si [ ........] \ extract:p-finally: sill extract p-finally@1.0.0 extracte [ ........] - extract:object-copy: http fetch GET 200 https://registry [ ........] \ extract:object-is: http fetch GET 200 https://registry.n [ ........] / extract:node-modules-regexp: sill extract node-modules-r [ ........] - extract:no-case: http fetch GET 200 https://registry.npm [ ........] - extract:mutationobserver-shim: sill tarball no local dat [ ........] \ extract:minipass-flush: http fetch GET 200 https://regis [ ........] - extract:mute-stream: sill tarball no local data for medi [ ........] - extract:mimic-fn: http fetch GET 200 https://registry.np [ ........] \ extract:merge-descriptors: sill extract merge-descriptor [ ........] - extract:mime-db: http fetch GET 200 https://registry.npm [ .......] | extract:mime: http fetch GET 200 https://registry.npmjs. [ .......] \ extract:is-accessor-descriptor: sill extract is-accessor [ .......] \ extract:lcid: sill tarball no local data for js-levensht [ .......] | extract:define-property: http fetch GET 200 https://regi [ .......] | extract:jsesc: sill extract jsesc@2.5.2 extracted to /va [ .......] \ extract:jest-get-type: sill tarball no local data for es [ .......] / extract:jest-docblock: sill extract jest-docblock@24.9.0 [ .......] \ extract:isarray: http fetch GET 200 https://registry.npm [ .......] / extract:is-stream: sill tarball no local data for is-glo [ .......] - extract:kind-of: sill extract kind-of@3.2.2 extracted to [ .......] - extract:define-property: http fetch GET 200 https://regi [ .......] \ extract:is-extglob: sill tarball no local data for d3-co [ .......] - extract:is-ci: sill extract is-ci@2.0.0 extracted to /va [ .......] / extract:ip-regex: http fetch GET 200 https://registry.np [ .......] \ extract:resolve-from: sill extract resolve-from@3.0.0 ex [ .......] / extract:inherits: sill extract inherits@2.0.3 extracted [ .......] | extract:icss-replace-symbols: http fetch GET 200 https:/ [ .......] \ extract:hosted-git-info: sill extract hosted-git-info@2. [ .......] - extract:babel-code-frame: sill tarball no local data for [ .......] - extract:slash: http fetch GET 200 https://registry.npmjs [ .......] / extract:wide-align: http fetch GET 200 https://registry. [ .......] - extract:string_decoder: sill extract string_decoder@1.1. [ .......] / extract:gauge: sill extract gauge@2.7.4 extracted to /va [ .......] | extract:isarray: sill extract isarray@1.0.0 extracted to [ .......] | extract:ansi-regex: http fetch GET 200 https://registry. [ .......] - extract:npm-normalize-package-bin: http fetch GET 200 ht [ .......] \ extract:figures: sill extract figures@2.0.0 extracted to [ .......] / extract:array-flatten: http fetch GET 200 https://regist [ .......] \ extract:path-type: sill tarball no local data for domele [ .......] | extract:escape-html: http fetch GET 200 https://registry [ .......] | extract:domelementtype: sill tarball no local data for c [ .......] - extract:pify: sill extract pify@2.3.0 extracted to /var/ [ .......] \ extract:destroy: sill extract destroy@1.0.4 extracted to [ .......] \ extract:depd: http fetch GET 200 https://registry.npmjs. [ ......] \ extract:d3-timer: sill extract d3-timer@3.0.1 extracted [ ......] | extract:d3-polygon: sill tarball no local data for css-a [ ......] \ extract:d3-axis: http fetch GET 200 https://registry.npm [ ......] - extract:css-what: http fetch GET 200 https://registry.np [ ......] / extract:brace-expansion: sill extract brace-expansion@1. [ ......] \ extract:contains-path: http fetch GET 200 https://regist [ ......] / extract:commondir: sill tarball no local data for ci-inf [ ......] / extract:chownr: http fetch GET 200 https://registry.npmj [ ......] | extract:clean-stack: sill extract clean-stack@2.2.0 extr [ ......] / extract:bytes: http fetch GET 200 https://registry.npmjs [ ......] / extract:bytes: http fetch GET 200 https://registry.npmjs [ ......] \ extract:strip-ansi: http fetch GET 200 https://registry. [ ......] / extract:node-releases: sill extract node-releases@1.1.73 [ ......] | extract:aws4: sill extract aws4@1.9.1 extracted to /var/ [ ......] / extract:ast-types-flow: sill tarball no local data for a [ ......] | extract:arr-union: sill tarball no local data for abab@2 [ ......] / extract:amdefine: http fetch GET 200 https://registry.np [ ......] - extract:abab: sill tarball no local data for @webassembl [ ......] - extract:async-validator: http fetch GET 200 https://regi [ ......] / extract:acorn: sill extract acorn@5.7.3 extracted to /va [ ......] / extract:@jest/types: sill extract @jest/types@24.9.0 ext [ ......] / extract:@types/istanbul-reports: http fetch GET 200 http [ ......] | extract:@webassemblyjs/helper-wasm-bytecode: sill extrac [ ......] - extract:moment: sill extract moment@2.24.0 extracted to [ ......] \ extract:@mapbox/whoots-js: http fetch GET 200 https://re [ ......] \ extract:@types/mapbox-gl: sill extract @types/mapbox-gl@ [ ......] - extract:lodash-es: sill extract lodash-es@4.17.21 extrac [ ......] | extract:@types/node: sill extract @types/node@16.4.3 ext [ ......] - extract:@turf/meta: sill extract @turf/meta@6.5.0 extrac [ ......] - extract:@turf/meta: sill extract @turf/meta@6.5.0 extrac [ ......] - extract:@turf/meta: sill extract @turf/meta@6.5.0 extrac [ ......] \ extract:@turf/meta: sill extract @turf/meta@6.5.0 extrac [ ......] / extract:@webassemblyjs/wasm-parser: sill extract @webass [ ......] / extract:@webassemblyjs/utf8: sill extract @webassemblyjs [ ......] - extract:@babel/runtime-corejs3: sill extract @babel/runt [ ......] \ extract:@sentry/types: sill extract @sentry/types@5.11.0 [ ......] | extract:@types/d3-scale: sill extract @types/d3-scale@3. [ ......] - extract:fsevents: sill extract @types/d3-shape@2.1.3 ext [ ......] | extract:lodash: sill extract lodash@4.17.21 extracted to [ ......] / extract:@turf/helpers: sill extract @turf/helpers@6.5.0 [ ......] - extract:core-js: sill extract core-js@1.2.7 extracted to [ ......] \ extract:@types/lodash: sill extract @types/lodash@4.14.1 [ ......] \ extract:@types/lodash: sill extract @types/lodash@4.14.1 [ ......] | extract:caniuse-lite: sill extract caniuse-lite@1.0.3000 [ ......] | extract:caniuse-lite: sill extract caniuse-lite@1.0.3000 [ ......] | extract:caniuse-lite: sill extract caniuse-lite@1.0.3000 [ ......] | extract:caniuse-lite: sill extract caniuse-lite@1.0.3000 [ ......] | extract:caniuse-lite: sill extract caniuse-lite@1.0.3000 [ ......] / extract:caniuse-lite: sill extract caniuse-lite@1.0.3000 [ ......] \ extract:mapbox-gl: sill extract mapbox-gl@1.11.1 extract [ ......] \ extract:mapbox-gl: sill extract mapbox-gl@1.11.1 extract [ ......] \ extract:mapbox-gl: sill extract mapbox-gl@1.11.1 extract [ ......] \ extract:mapbox-gl: sill extract mapbox-gl@1.11.1 extract [ ......] / extract:@ant-design/icons: sill extract @ant-design/icon [ ......] \ extract:core-js-pure: sill extract core-js-pure@3.6.4 ex [ ......] | extract:core-js-pure: sill extract core-js-pure@3.6.4 ex [ ......] / extract:mapbox-gl: sill extract mapbox-gl@2.5.1 extracte [ ......] / extract:mapbox-gl: sill extract mapbox-gl@2.5.1 extracte [ ......] / extract:mapbox-gl: sill extract mapbox-gl@2.5.1 extracte [ ......] / extract:mapbox-gl: sill extract mapbox-gl@2.5.1 extracte [ ......] - extract:mapbox-gl: sill extract mapbox-gl@2.5.1 extracte [ ......] - extract:mapbox-gl: sill extract mapbox-gl@2.5.1 extracte [ ......] \ extract:rxjs: sill extract rxjs@5.5.12 extracted to /var [ ......] \ extract:rxjs: sill extract rxjs@5.5.12 extracted to /var [ ......] \ extract:rxjs: sill extract rxjs@5.5.12 extracted to /var [ ......] \ extract:rxjs: sill extract rxjs@5.5.12 extracted to /var [ ......] \ extract:rxjs: sill extract rxjs@5.5.12 extracted to /var [ ......] \ extract:rxjs: sill extract rxjs@5.5.12 extracted to /var [ ......] | extract:rxjs: sill extract rxjs@5.5.12 extracted to /var [ ......] | finalize:@ant-design/css-animation: sill finalize /var/a [ ......] | finalize:acorn-jsx: sill finalize /var/akvo/rsr/code/akv [ ......] - finalize:axobject-query: sill finalize /var/akvo/rsr/cod [ ......] | finalize:fast-deep-equal: sill finalize /var/akvo/rsr/co [ ......] / finalize:imurmurhash: sill finalize /var/akvo/rsr/code/a [ ......] | finalize:minimist: sill finalize /var/akvo/rsr/code/akvo [ ......] \ finalize:nth-check: sill finalize /var/akvo/rsr/code/akv [ ......] \ finalize:load-json-file: sill finalize /var/akvo/rsr/cod [ ......] | finalize:d3-delaunay: sill finalize /var/akvo/rsr/code/a [ ......] - finalize:extend-shallow: sill finalize /var/akvo/rsr/cod [ ......] / finalize:@babel/plugin-transform-template-literals: sill [ ......] \ finalize:regexpu-core: sill finalize /var/akvo/rsr/code/ [ ......] / finalize:read-pkg: sill finalize /var/akvo/rsr/code/akvo [ ......] / finalize:source-map: sill finalize /var/akvo/rsr/code/ak [ ......] - finalize:yallist: sill finalize /var/akvo/rsr/code/akvo/ [ ......] | finalize:simple-markdown: sill finalize /var/akvo/rsr/co [ ......] - refresh-package-json:yup: timing action:finalize Complet [ ......] - refresh-package-json:yup: timing action:finalize Complet [ ......] | refresh-package-json:source-map: sill refresh-package-js [ ......] | refresh-package-json:source-map: sill refresh-package-js [ ......] / refresh-package-json:eslint-plugin-jsx-a11y: sill refres [ ......] \ refresh-package-json:jest-config: sill refresh-package-j [ ......] \ refresh-package-json:terser-webpack-plugin: sill refresh [ ......] / refresh-package-json:xml-name-validator: sill refresh-pa [ ......] / refresh-package-json:cacache: sill refresh-package-json [ ......] - refresh-package-json:html-encoding-sniffer: sill refresh [ ......] - refresh-package-json:source-map: sill refresh-package-js [ ......] \ refresh-package-json:get-caller-file: sill refresh-packa [ ......] - refresh-package-json:request: sill refresh-package-json [ ......] | refresh-package-json:readable-stream: sill refresh-packa [ ......] | refresh-package-json:jest-message-util: sill refresh-pac [ ......] \ refresh-package-json:union-value: sill refresh-package-j [ ......] \ refresh-package-json:unicode-property-aliases-ecmascript [ ......] | refresh-package-json:toggle-selection: sill refresh-pack [ ......] | refresh-package-json:babel-plugin-jest-hoist: sill refre [ ......] - refresh-package-json:@babel/types: sill refresh-package- [ ......] - refresh-package-json:tinyqueue: sill refresh-package-jso [ ......] - refresh-package-json:postcss: sill refresh-package-json [ ......] / refresh-package-json:error-stack-parser: sill refresh-pa [ ......] / refresh-package-json:sort-keys: sill refresh-package-jso [ ......] | refresh-package-json:rc-calendar: sill refresh-package-j [ ......] - refresh-package-json:make-dir: sill refresh-package-json [ ......] - refresh-package-json:diffie-hellman: sill refresh-packag [ ......] | refresh-package-json:run-node: sill refresh-package-json [ ......] \ refresh-package-json:jsesc: sill refresh-package-json /v [ ......] / refresh-package-json:raf: sill refresh-package-json /var [ ......] - refresh-package-json:ansi-regex: sill refresh-package-js [ ......] / refresh-package-json:isarray: sill refresh-package-json [ ......] | refresh-package-json:on-headers: sill refresh-package-js [ ......] \ refresh-package-json:nice-try: sill refresh-package-json [ ......] / refresh-package-json:asn1.js: sill refresh-package-json [ ......] / refresh-package-json:invariant: sill refresh-package-jso [ ......] / refresh-package-json:json5: sill refresh-package-json /v [ ......] / refresh-package-json:is-regex: sill refresh-package-json [ ......] \ refresh-package-json:d3-time: sill refresh-package-json [ ......] | refresh-package-json:babel-code-frame: sill refresh-pack [ ......] \ refresh-package-json:forever-agent: sill refresh-package [ ......] | refresh-package-json:escape-html: sill refresh-package-j [ ......] | refresh-package-json:decode-uri-component: sill refresh- [ ......] \ refresh-package-json:copy-descriptor: sill refresh-packa [ ......] / refresh-package-json:source-map: sill refresh-package-js [ ......] - refresh-package-json:asynckit: sill refresh-package-json [ ......] - refresh-package-json:ansi-regex: sill refresh-package-js [ ......] - preinstall:yup: timing action:refresh-package-json Compl [ ......] - preinstall:@babel/code-frame: info lifecycle cosmiconfig [ ......] - preinstall:@types/lodash: info lifecycle @mapbox/unitbez [ ......] | build:minimist: sill linkStuff minimist@1.2.5 has /var/a [ ......] / build:abbrev: sill linkStuff abbrev@1.1.1 has /var/akvo/ [ ......] / build:jest-serializer: sill linkStuff jest-serializer@24 [ ......] / build:regjsgen: sill linkStuff regjsgen@0.5.1 has /var/a [ ......] \ build:bcrypt-pbkdf: sill linkStuff bcrypt-pbkdf@1.0.2 ha [ ......] | build:rimraf: verb linkBins [ { rimraf: './bin.js' }, [ ......] | install:yup: sill doSerial install 13472 [ ......] | install:object-hash: info lifecycle object-hash@1.3.1~in [ ......] | install:rc-select: info lifecycle rc-select@9.2.2~instal [?25h > husky@1.3.1 install /var/akvo/rsr/code/akvo/rsr/dir/node_modules/husky > node husky install husky > setting up git hooks CI detected, skipping Git hooks installation. > node-sass@4.13.1 install /var/akvo/rsr/code/akvo/rsr/dir/node_modules/node-sass > node scripts/install.js Downloading binary from https://github.com/sass/node-sass/releases/download/v4.13.1/linux-x64-64_binding.node [?25l[ .....] - : Download complete Binary saved to /var/akvo/rsr/code/akvo/rsr/dir/node_modules/node-sass/vendor/linux-x64-64/binding.node Caching binary to /home/akvo/.npm/node-sass/4.13.1/linux-x64-64_binding.node [ ] - : [?25h[?25l[ ......] | postinstall:@babel/plugin-transform-literals: info lifec [?25h > core-js@2.6.11 postinstall /var/akvo/rsr/code/akvo/rsr/dir/node_modules/core-js > node -e "try{require('./postinstall')}catch(e){}" Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library! The project needs your help! Please consider supporting of core-js on Open Collective or Patreon:  > https://opencollective.com/core-js  > https://www.patreon.com/zloirock  Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -) > core-js-pure@3.6.4 postinstall /var/akvo/rsr/code/akvo/rsr/dir/node_modules/core-js-pure > node -e "try{require('./postinstall')}catch(e){}" [?25l[ ......] | postinstall:locate-path: info lifecycle locate-path@3.0. [ ......] | postinstall:extglob: info lifecycle extglob@2.0.4~postin [?25h > node-sass@4.13.1 postinstall /var/akvo/rsr/code/akvo/rsr/dir/node_modules/node-sass > node scripts/build.js Binary found at /var/akvo/rsr/code/akvo/rsr/dir/node_modules/node-sass/vendor/linux-x64-64/binding.node Testing binary Binary is fine [?25l[ ......] | postinstall: info lifecycle yup@0.32.11~postinstall: yup [ .....] \ prepare:akvo.rsr.dir: info lifecycle akvo.rsr.dir@0.0.1~ [ .....] \ prepare:akvo.rsr.dir: info lifecycle akvo.rsr.dir@0.0.1~ [?25hnpm WARN akvo.rsr.dir@0.0.1 No repository field. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/watchpack/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.11 (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.11: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})  added 1614 packages from 961 contributors and audited 1693 packages in 22.683s found 276 vulnerabilities (4 low, 56 moderate, 147 high, 69 critical) run `npm audit fix` to fix them, or `npm audit` for details > akvo.rsr.dir@0.0.1 lint /var/akvo/rsr/code/akvo/rsr/dir > eslint . --quiet --ext .jsx --ext .js /var/akvo/rsr/code /var/akvo/rsr/code/akvo/rsr/spa /var/akvo/rsr/code [?25l[..................] | rollbackFailedOptional: verb npm-session feb9f2c02bb959e [ ................] \ loadDep:yup: sill install loadAllDepsIntoIdealTree [ ................] \ loadDep:is-arrayish: sill install loadAllDepsIntoIdealTr [ ................] \ loadDep:warning: sill install loadAllDepsIntoIdealTree [ ................] \ loadDep:shallowequal: sill install loadAllDepsIntoIdealT [ ...............] \ loadDep:@babel/runtime: sill install loadAllDepsIntoIdea [ ...............] \ loadDep:react-responsive-ui: sill install loadAllDepsInt [ ..............] \ loadDep:source-map: sill install loadAllDepsIntoIdealTre [ ..............] \ loadDep:static-extend: sill install loadAllDepsIntoIdeal [ ..............] \ loadDep:wide-align: sill install loadAllDepsIntoIdealTre [ ..............] \ loadDep:semver: sill install loadAllDepsIntoIdealTree [ ..............] \ loadDep:path-exists: sill install loadAllDepsIntoIdealTr [ ..............] \ loadDep:stack-utils: sill install loadAllDepsIntoIdealTr [ ..............] \ loadDep:run-queue: sill install loadAllDepsIntoIdealTree [ ..............] \ loadDep:through: sill install loadAllDepsIntoIdealTree [ .............] \ loadDep:pretty-format: sill install loadAllDepsIntoIdeal [ .............] \ loadDep:strip-ansi: sill install loadAllDepsIntoIdealTre [ .............] \ loadDep:realpath-native: sill install loadAllDepsIntoIde [ .............] \ loadDep:uuid: sill install loadAllDepsIntoIdealTree [ .............] \ loadDep:semver: sill install loadAllDepsIntoIdealTree [ .............] \ loadDep:string-length: sill install loadAllDepsIntoIdeal [ .............] \ loadDep:strip-ansi: sill install loadAllDepsIntoIdealTre [ .............] \ loadDep:through2: sill install loadAllDepsIntoIdealTree [ .............] \ loadDep:safe-buffer: sill install loadAllDepsIntoIdealTr [ .............] \ loadDep:binary-extensions: sill install loadAllDepsIntoI [ .............] \ loadDep:vary: sill install loadAllDepsIntoIdealTree [ ...........] | diffTrees: sill install generateActionsToTake [ ...........] | diffTrees: sill install generateActionsToTake [ ...........] / postinstall: sill install executeActions [ ...........] \ extract:yup: verb lock using /home/akvo/.npm/_locks/stag [ ...........] | extract:yup: verb lock using /home/akvo/.npm/_locks/stag [ ...........] | extract:yup: verb lock using /home/akvo/.npm/_locks/stag [ ...........] - extract:@ant-design/css-animation: sill extract @ant-des [ ...........] | extract:debug: sill extract debug@4.1.1 extracted to /va [ ...........] | extract:debug: sill extract debug@4.1.1 extracted to /va [ ...........] | extract:debug: sill extract debug@4.1.1 extracted to /va [ ...........] - extract:debug: sill extract debug@4.1.1 extracted to /va [ ...........] - extract:@babel/plugin-syntax-jsx: http fetch GET 200 htt [ ..........] \ extract:webpack-cli: timing audit submit Completed in 51 [ ..........] - extract:regenerator-runtime: sill extract regenerator-ru [ ..........] | extract:style-loader: sill extract style-loader@0.23.1 e [ ..........] / extract:react-addons-test-utils: sill extract react-addo [ ..........] - extract:react-show-more-text: timing audit body Complete [ ..........] \ extract:terser-webpack-plugin: sill tarball no local dat [ ..........] - extract:object-diff: sill extract object-diff@0.0.4 extr [ ..........] / extract:file-loader: sill extract file-loader@3.0.1 extr [ ..........] - extract:eslint-loader: sill extract eslint-loader@2.1.1 [ ..........] / extract:react-final-form: sill extract react-final-form@ [ ..........] / extract:webpack-dev-server: sill extract webpack-dev-ser [ ..........] | extract:cross-env: sill extract cross-env@5.2.0 extracte [ ..........] | extract:react: sill extract react@16.8.6 extracted to /v [ ..........] \ extract:@babel/preset-stage-2: sill extract @babel/prese [ ..........] - extract:clipboard-polyfill: sill extract clipboard-polyf [ ..........] / extract:regenerator-runtime: sill extract read-pkg-up@1. [ ..........] - extract:path-exists: sill extract path-exists@2.1.0 extr [ ..........] / extract:camelcase: sill extract camelcase@3.0.0 extracte [ ..........] | extract:react-spring: sill extract react-spring@8.0.27 e [ ..........] / extract:axios: sill extract axios@0.21.1 extracted to /v [ ..........] / extract:@emotion/babel-preset-css-prop: sill extract @em [ ..........] | extract:cacache: sill extract cacache@12.0.3 extracted t [ ..........] - extract:xml-name-validator: sill extract xml-name-valida [ ..........] \ extract:write-file-atomic: sill extract write-file-atomi [ ..........] | extract:pumpify: sill extract pumpify@1.5.1 extracted to [ ..........] | extract:globby: sill extract globby@7.1.1 extracted to / [ ..........] \ extract:istanbul-lib-source-maps: sill extract istanbul- [ ..........] | extract:default-gateway: sill extract default-gateway@4. [ ..........] / extract:end-of-stream: sill extract end-of-stream@1.4.1 [ ..........] \ extract:which: http fetch GET 200 https://registry.npmjs [ ..........] \ extract:whatwg-mimetype: http fetch GET 200 https://regi [ ..........] | extract:html-encoding-sniffer: http fetch GET 200 https: [ ..........] | extract:wordwrap: sill extract wordwrap@1.0.0 extracted [ ..........] \ extract:serialize-javascript: sill extract serialize-jav [ ..........] \ extract:pify: sill extract pify@4.0.1 extracted to /var/ [ ..........] - extract:p-locate: sill extract p-locate@3.0.0 extracted [ ..........] \ extract:websocket-driver: sill extract websocket-driver@ [ ..........] - extract:ansi-regex: http fetch GET 200 https://registry. [ ..........] \ extract:string-width: sill extract string-width@3.1.0 ex [ ..........] / extract:ms: sill extract ms@2.1.2 extracted to /var/akvo [ ..........] | extract:ansi-regex: http fetch GET 200 https://registry. [ ..........] - extract:p-try: sill extract p-try@2.2.0 extracted to /va [ ..........] - extract:wbuf: sill extract wbuf@1.7.3 extracted to /var/ [ ..........] | extract:is-binary-path: sill extract is-binary-path@2.1. [ ..........] \ extract:chokidar: sill extract chokidar@3.5.2 extracted [ ..........] \ extract:@ant-design/create-react-context: sill extract @ [ ..........] | extract:jsprim: sill extract jsprim@1.4.1 extracted to / [ ..........] - extract:spdy-transport: sill extract spdy-transport@3.0. [ ..........] / extract:rc-mentions: sill tarball trying stream-browseri [ ..........] / extract:tar: sill extract tar@2.2.2 extracted to /var/ak [ ..........] | extract:stream-browserify: sill extract stream-browserif [ ..........] \ extract:readdirp: sill extract readdirp@2.2.1 extracted [ .........] - extract:flush-write-stream: sill extract flush-write-str [ .........] / extract:jest-snapshot: sill extract jest-snapshot@24.9.0 [ .........] - extract:rc-tree-select: sill extract rc-tree-select@2.9. [ .........] - extract:anymatch: sill extract anymatch@2.0.0 extracted [ .........] / extract:jest-watcher: sill extract jest-watcher@24.9.0 e [ .........] | extract:braces: sill extract braces@2.3.2 extracted to / [ .........] / extract:url: sill extract url@0.11.0 extracted to /var/a [ .........] \ extract:jest-util: sill extract jest-util@24.9.0 extract [ .........] \ extract:unpipe: sill tarball no local data for yallist@3 [ .........] | extract:body-parser: sill tarball no local data for draf [ .........] \ extract:postcss-modules-scope: sill extract postcss-modu [ .........] \ extract:bcrypt-pbkdf: sill extract bcrypt-pbkdf@1.0.2 ex [ .........] \ extract:mime-types: http fetch GET 200 https://registry. [ .........] | extract:tweetnacl: sill extract tweetnacl@0.14.5 extract [ .........] - extract:@babel/plugin-transform-object-super: sill extra [ .........] | extract:@babel/helper-builder-binary-assignment-operator [ .........] - extract:sshpk: sill extract sshpk@1.16.1 extracted to /v [ .........] | extract:http-errors: sill extract http-errors@1.7.2 extr [ .........] - extract:babel-preset-jest: sill extract babel-preset-jes [ .........] \ extract:node-sass: sill extract node-sass@4.13.1 extract [ .........] | extract:@babel/plugin-transform-modules-umd: sill tarbal [ .........] / extract:expect: sill extract expect@24.9.0 extracted to [ .........] \ extract:makeerror: http fetch GET 200 https://registry.n [ .........] / extract:@ant-design/colors: sill extract @ant-design/col [ .........] | extract:throat: sill extract throat@4.1.0 extracted to / [ .........] - extract:timers-browserify: sill extract timers-browserif [ .........] | extract:yallist: sill extract yallist@4.0.0 extracted to [ .........] \ extract:chownr: http fetch GET 200 https://registry.npmj [ .........] - extract:synthetic-dom: sill extract synthetic-dom@1.3.3 [ .........] / extract:jest-matcher-utils: sill extract jest-matcher-ut [ .........] \ extract:@jest/test-result: sill extract @jest/test-resul [ .........] / extract:@jest/test-result: sill extract @jest/test-resul [ .........] / extract:strip-eof: sill extract strip-eof@1.0.0 extracte [ .........] / extract:query-string: sill extract query-string@4.3.4 ex [ .........] - extract:statuses: sill extract statuses@1.5.0 extracted [ .........] \ extract:spdx-correct: sill extract spdx-exceptions@2.2.0 [ .........] \ extract:extend-shallow: sill extract extend-shallow@2.0. [ ........] / extract:source-map-support: sill extract source-map-supp [ ........] | extract:@babel/types: http fetch GET 200 https://registr [ ........] \ extract:rc-resize-observer: sill extract rc-resize-obser [ ........] - extract:rc-time-picker: sill extract rc-time-picker@3.7. [ ........] / extract:make-dir: sill extract make-dir@2.1.0 extracted [ ........] - extract:encoding: http fetch GET 200 https://registry.np [ ........] | extract:run-queue: sill extract run-queue@1.0.3 extracte [ ........] / extract:p-retry: http fetch GET 200 https://registry.npm [ ........] - extract:repeat-string: sill extract repeat-string@1.6.1 [ ........] \ extract:remove-trailing-separator: sill extract remove-t [ ........] / extract:require-from-string: http fetch GET 200 https:// [ ........] \ extract:regjsgen: http fetch GET 200 https://registry.np [ ........] - extract:resize-observer-polyfill: sill extract resize-ob [ ........] \ extract:rc-switch: http fetch GET 200 https://registry.n [ ........] | extract:querystringify: sill extract querystringify@2.2. [ ........] | extract:react-is: sill extract react-is@16.8.6 extracted [ ........] \ extract:parse-json: sill extract parse-json@4.0.0 extrac [ ........] / extract:load-json-file: sill extract load-json-file@1.1. [ ........] / extract:path-key: sill extract path-key@2.0.1 extracted [ ........] | extract:locate-path: http fetch GET 200 https://registry [ ........] \ extract:p-each-series: sill extract p-each-series@1.0.0 [ ........] - extract:rsvp: sill extract on-headers@1.0.2 extracted to [ ........] - extract:kind-of: sill extract kind-of@3.2.2 extracted to [ ........] \ extract:get-stdin: sill extract get-stdin@4.0.1 extracte [ ........] - extract:semver: sill extract semver@5.3.0 extracted to / [ ........] / extract:minipass-collect: http fetch GET 200 https://reg [ ........] - extract:minimalistic-crypto-utils: sill extract minimali [ .......] - extract:media-typer: sill extract camelcase-keys@2.1.0 e [ .......] | extract:lower-case: http fetch GET 200 https://registry. [ .......] / extract:asn1.js: sill extract asn1.js@4.10.1 extracted t [ .......] | extract:is-data-descriptor: sill extract is-data-descrip [ .......] / extract:parse-json: sill extract parse-json@4.0.0 extrac [ .......] / extract:supports-color: sill extract supports-color@6.1. [ .......] / extract:leven: sill extract leven@3.1.0 extracted to /va [ .......] \ extract:strip-ansi: sill extract strip-ansi@5.2.0 extrac [ .......] / extract:@jest/types: sill extract @jest/types@24.9.0 ext [ .......] \ extract:ms: sill extract ms@2.1.1 extracted to /var/akvo [ .......] / extract:is-windows: sill extract is-windows@1.0.2 extrac [ .......] / extract:is-plain-obj: sill extract is-plain-obj@1.1.0 ex [ .......] / extract:is-descriptor: http fetch GET 200 https://regist [ .......] \ extract:infer-owner: sill extract infer-owner@1.0.4 extr [ .......] / extract:caller-path: sill extract caller-path@2.0.0 extr [ .......] | extract:has-flag: http fetch GET 200 https://registry.np [ .......] | extract:source-map: sill extract source-map@0.6.1 extrac [ .......] | extract:ms: sill extract ms@2.1.2 extracted to /var/akvo [ .......] | extract:path-to-regexp: sill extract path-to-regexp@0.1. [ .......] - extract:esrecurse: sill extract esrecurse@4.2.1 extracte [ .......] \ extract:isarray: http fetch GET 200 https://registry.npm [ .......] \ extract:ee-first: sill extract ee-first@1.1.1 extracted [ .......] / extract:entities: sill extract entities@1.1.2 extracted [ .......] \ extract:decamelize: sill extract decamelize@1.2.0 extrac [ .......] - extract:css-what: sill extract css-what@2.1.3 extracted [ .......] - extract:core-util-is: sill extract core-util-is@1.0.2 ex [ ......] - extract:constants-browserify: sill extract constants-bro [ ......] | extract:colorette: sill extract colorette@1.2.2 extracte [ ......] - extract:cli-width: sill extract aggregate-error@3.0.1 ex [ ......] | extract:camelcase: sill extract caller-callsite@2.0.0 ex [ ......] / extract:builtin-status-codes: sill extract builtin-statu [ ......] \ extract:binary-extensions: sill extract binary-extension [ ......] / extract:supports-color: sill extract supports-color@2.0. [ ......] \ extract:ansi-styles: http fetch GET 200 https://registry [ ......] | extract:atob: http fetch GET 200 https://registry.npmjs. [ ......] | extract:asap: sill tarball no local data for acorn-walk@ [ ......] / extract:ansi-colors: sill extract ansi-colors@3.2.4 extr [ ......] | extract:cssstyle: sill extract cssstyle@1.2.2 extracted [ ......] \ extract:acorn-walk: sill tarball no local data for @type [ ......] - extract:@webassemblyjs/floating-point-hex-parser: sill e [ ......] / extract:@xtuc/long: sill extract @xtuc/long@4.2.1 extrac [ ......] | extract:@types/istanbul-lib-coverage: http fetch GET 200 [ ......] | extract:regenerator-runtime: sill extract regenerator-ru [ ......] - extract:jest-serializer: sill extract jest-serializer@24 [ ......] \ extract:regenerator-runtime: sill extract regenerator-ru [ ......] | extract:axobject-query: sill extract axobject-query@2.0. [ ......] | extract:@emotion/weak-memoize: sill extract @emotion/wea [ ......] - extract:@emotion/unitless: sill extract @emotion/unitles [ ......] / extract:@babel/helper-validator-identifier: sill extract [ ......] \ extract:source-map: sill extract source-map@0.6.1 extrac [ ......] | extract:acorn: sill extract acorn@5.7.4 extracted to /va [ ......] - extract:@types/node: sill extract @types/node@16.3.3 ext [ ......] \ extract:@babel/runtime: sill extract @babel/runtime@7.14 [ ......] - extract:moment: sill extract moment@2.24.0 extracted to [ ......] / extract:@types/yargs: sill extract @types/yargs@12.0.12 [ ......] \ extract:@jest/types: sill extract @jest/types@24.8.0 ext [ ......] | extract:lodash-es: sill extract lodash-es@4.17.21 extrac [ ......] / extract:@babel/runtime-corejs3: sill extract @babel/runt [ ......] \ extract:lottie-web: sill extract lottie-web@5.7.4 extrac [ ......] \ extract:lottie-web: sill extract lottie-web@5.7.4 extrac [ ......] | extract:lottie-web: sill extract lottie-web@5.7.4 extrac [ ......] | extract:lottie-web: sill extract lottie-web@5.7.4 extrac [ ......] - extract:@sentry/types: sill extract @sentry/types@5.7.1 [ ......] - extract:@sentry/types: sill extract @sentry/types@5.7.1 [ ......] \ extract:lodash: sill extract lodash@4.17.21 extracted to [ ......] / extract:lodash: sill extract lodash@4.17.21 extracted to [ ......] | extract:core-js: sill extract core-js@1.2.7 extracted to [ ......] / extract:caniuse-lite: sill extract caniuse-lite@1.0.3000 [ ......] - extract:caniuse-lite: sill extract caniuse-lite@1.0.3000 [ ......] - extract:fsevents: sill extract fsevents@1.2.7 extracted [ ......] - extract:fsevents: sill extract fsevents@1.2.7 extracted [ ......] | extract:lodash: sill extract lodash@4.17.21 extracted to [ ......] / extract:lodash: sill extract lodash@4.17.21 extracted to [ ......] / extract:lodash: sill extract lodash@4.17.21 extracted to [ ......] / extract:lodash: sill extract lodash@4.17.21 extracted to [ ......] \ extract:core-js: sill extract core-js@2.6.5 extracted to [ ......] / extract:core-js-pure: sill extract core-js-pure@3.15.2 e [ ......] / extract:core-js-pure: sill extract core-js-pure@3.15.2 e [ ......] / extract:core-js-pure: sill extract core-js-pure@3.15.2 e [ ......] / extract:core-js-pure: sill extract core-js-pure@3.15.2 e [ ......] / extract:core-js-pure: sill extract core-js-pure@3.15.2 e [ ......] / extract:core-js-pure: sill extract core-js-pure@3.15.2 e [ ......] - extract:rxjs: sill extract rxjs@5.5.12 extracted to /var [ ......] - extract:rxjs: sill extract rxjs@5.5.12 extracted to /var [ ......] - extract:rxjs: sill extract rxjs@5.5.12 extracted to /var [ ......] - extract:rxjs: sill extract rxjs@5.5.12 extracted to /var [ ......] / finalize:yup: sill doSerial finalize 14612 [ ......] - finalize:ansi-styles: sill finalize /var/akvo/rsr/code/a [ ......] / finalize:node-releases: sill finalize /var/akvo/rsr/code [ ......] \ finalize:encodeurl: sill finalize /var/akvo/rsr/code/akv [ ......] / finalize:graceful-fs: sill finalize /var/akvo/rsr/code/a [ ......] \ finalize:jest-pnp-resolver: sill finalize /var/akvo/rsr/ [ ......] / finalize:hmac-drbg: sill finalize /var/akvo/rsr/code/akv [ ......] \ finalize:object-visit: sill finalize /var/akvo/rsr/code/ [ ......] \ finalize:react-lazy-load: sill finalize /var/akvo/rsr/co [ ......] / finalize:rc-animate: sill finalize /var/akvo/rsr/code/ak [ ......] \ finalize:@jest/console: sill finalize /var/akvo/rsr/code [ ......] \ finalize:@types/babel__core: sill finalize /var/akvo/rsr [ ......] \ finalize:unset-value: sill finalize /var/akvo/rsr/code/a [ ......] | finalize:request: sill finalize /var/akvo/rsr/code/akvo/ [ ......] \ finalize:whatwg-mimetype: sill finalize /var/akvo/rsr/co [ ......] - finalize:jsdom: sill finalize /var/akvo/rsr/code/akvo/rs [ ......] | finalize:cross-env: sill finalize /var/akvo/rsr/code/akv [ ......] \ refresh-package-json:yup: timing action:finalize Complet [ ......] \ refresh-package-json:yup: timing action:finalize Complet [ ......] / refresh-package-json:debug: sill refresh-package-json /v [ ......] / refresh-package-json:debug: sill refresh-package-json /v [ ......] \ refresh-package-json:webpack: sill refresh-package-json [ ......] / refresh-package-json:@lottiefiles/react-lottie-player: s [ ......] / refresh-package-json:@babel/runtime: sill refresh-packag [ ......] - refresh-package-json:cacache: sill refresh-package-json [ ......] - refresh-package-json:rimraf: sill refresh-package-json / [ ......] / refresh-package-json:pump: sill refresh-package-json /va [ ......] / refresh-package-json:worker-farm: sill refresh-package-j [ ......] / refresh-package-json:p-locate: sill refresh-package-json [ ......] - refresh-package-json:yargs-parser: sill refresh-package- [ ......] - refresh-package-json:http-signature: sill refresh-packag [ ......] | refresh-package-json:uuid: sill refresh-package-json /va [ ......] - refresh-package-json:expect: sill refresh-package-json / [ ......] | refresh-package-json:unset-value: sill refresh-package-j [ ......] - refresh-package-json:unicode-canonical-property-names-ec [ ......] - refresh-package-json:@sentry/core: sill refresh-package- [ ......] / refresh-package-json:to-object-path: sill refresh-packag [ ......] / refresh-package-json:@babel/types: sill refresh-package- [ ......] \ refresh-package-json:supports-color: sill refresh-packag [ ......] - refresh-package-json:@jest/console: sill refresh-package [ ......] - refresh-package-json:@jest/console: sill refresh-package [ ......] | refresh-package-json:strict-uri-encode: sill refresh-pac [ ......] \ refresh-package-json:source-map-support: sill refresh-pa [ ......] - refresh-package-json:rc-calendar: sill refresh-package-j [ ......] | refresh-package-json:sax: sill refresh-package-json /var [ ......] \ refresh-package-json:resolve: sill refresh-package-json [ ......] - refresh-package-json:rc-switch: sill refresh-package-jso [ ......] - refresh-package-json:eslint-module-utils: sill refresh-p [ ......] | refresh-package-json:locate-path: sill refresh-package-j [ ......] \ refresh-package-json:eslint-config-airbnb-base: sill ref [ ......] \ refresh-package-json:node-forge: sill refresh-package-js [ ......] \ refresh-package-json:map-cache: sill refresh-package-jso [ ......] \ refresh-package-json:parse-json: sill refresh-package-js [ ......] / refresh-package-json:strip-ansi: sill refresh-package-js [ ......] / refresh-package-json:is-path-cwd: sill refresh-package-j [ ......] | refresh-package-json:is-core-module: sill refresh-packag [ ......] - refresh-package-json:has-symbols: sill refresh-package-j [ ......] \ refresh-package-json:ms: sill refresh-package-json /var/ [ ......] - refresh-package-json:domhandler: sill refresh-package-js [ ......] \ refresh-package-json:deep-is: sill refresh-package-json [ ......] - refresh-package-json:core-util-is: sill refresh-package- [ ......] \ refresh-package-json:caller-callsite: sill refresh-packa [ ......] - refresh-package-json:supports-color: sill refresh-packag [ ......] / refresh-package-json:acorn-jsx: sill refresh-package-jso [ ......] - refresh-package-json:@types/istanbul-lib-report: sill re [ ......] | preinstall:yup: timing action:refresh-package-json Compl [ ......] | preinstall:shallow-equal: info lifecycle ripemd160@2.0.2 [ ......] | preinstall:@webassemblyjs/helper-wasm-section: info life [ ......] | build:mime-types: sill linkStuff mime-types@2.1.31 has / [ ......] | build:is-callable: sill linkStuff is-callable@1.1.4 has [ ......] / build:prr: sill linkStuff prr@1.0.1 has /var/akvo/rsr/co [ ......] - build:bcrypt-pbkdf: sill linkStuff bcrypt-pbkdf@1.0.2 ha [ ......] / build:yargs: sill linkStuff yargs@13.3.2 has /var/akvo/r [ ......] \ install:yup: sill doSerial install 14612 [ ......] / install:is-arrayish: info lifecycle is-arrayish@0.2.1~in [ ......] \ install:rc-resize-observer: info lifecycle rc-resize-obs [ ......] / install:bluebird: info lifecycle bluebird@3.7.0~install: [?25h > husky@1.3.1 install /var/akvo/rsr/code/akvo/rsr/spa/node_modules/husky > node husky install husky > setting up git hooks CI detected, skipping Git hooks installation. > node-sass@4.13.1 install /var/akvo/rsr/code/akvo/rsr/spa/node_modules/node-sass > node scripts/install.js Cached binary found at /home/akvo/.npm/node-sass/4.13.1/linux-x64-64_binding.node [?25l[ ......] \ postinstall:@babel/helper-plugin-utils: info lifecycle @ [?25h > core-js-pure@3.15.2 postinstall /var/akvo/rsr/code/akvo/rsr/spa/node_modules/core-js-pure > node -e "try{require('./postinstall')}catch(e){}" > core-js@3.15.2 postinstall /var/akvo/rsr/code/akvo/rsr/spa/node_modules/draft-js/node_modules/core-js > node -e "try{require('./postinstall')}catch(e){}" [?25l[ ......] / postinstall:postcss-value-parser: info lifecycle postcss [ ......] \ postinstall:tty-browserify: info lifecycle tty-browserif [?25h > final-form@4.12.0 postinstall /var/akvo/rsr/code/akvo/rsr/spa/node_modules/final-form > node -e "console.log('\u001b[35m\u001b[1mUsing final-form at work? You can now donate to our open collective:\u001b[22m\u001b[39m\n > \u001b[34mhttps://opencollective.com/final-form/donate\u001b[0m')" Using final-form at work? You can now donate to our open collective: > https://opencollective.com/final-form/donate > node-sass@4.13.1 postinstall /var/akvo/rsr/code/akvo/rsr/spa/node_modules/node-sass > node scripts/build.js Binary found at /var/akvo/rsr/code/akvo/rsr/spa/node_modules/node-sass/vendor/linux-x64-64/binding.node Testing binary Binary is fine > react-final-form@4.1.0 postinstall /var/akvo/rsr/code/akvo/rsr/spa/node_modules/react-final-form > node -e "console.log('\u001b[35m\u001b[1mUsing react-final-form at work? You can now donate to our open collective:\u001b[22m\u001b[39m\n > \u001b[34mhttps://opencollective.com/final-form/donate\u001b[0m')" Using react-final-form at work? You can now donate to our open collective: > https://opencollective.com/final-form/donate [?25l[ ......] / postinstall: info lifecycle yup@0.32.9~postinstall: yup@ [ .....] | prepare:akvo.rsr.spa: info lifecycle akvo.rsr.spa@0.0.1~ [ .....] | prepare:akvo.rsr.spa: info lifecycle akvo.rsr.spa@0.0.1~ [?25hnpm WARN akvo.rsr.spa@0.0.1 No repository field. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/watchpack/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})  added 1775 packages from 940 contributors and audited 1850 packages in 21.401s found 282 vulnerabilities (5 low, 85 moderate, 141 high, 51 critical) run `npm audit fix` to fix them, or `npm audit` for details > akvo.rsr.spa@0.0.1 lint /var/akvo/rsr/code/akvo/rsr/spa > eslint . --quiet --ext .jsx --ext .js /var/akvo/rsr/code Waiting for PostgreSQL ... PostgreSQL is ready! 06:08:28 - BUILD INFO - Running makemigrations No changes detected in app 'rsr' 06:08:33 - BUILD INFO - Building node environment /var/akvo/rsr/code/akvo/rsr/front-end /var/akvo/rsr/code [?25l[..................] | rollbackFailedOptional: verb npm-session f84f661bb02b5bf [ .................] | preinstall:static: info lifecycle static@1.0.0~preinstal [ .................] | preinstall:static: info lifecycle static@1.0.0~preinstal [ .................] | preinstall:static: info lifecycle static@1.0.0~preinstal [ .................] | preinstall:static: info lifecycle static@1.0.0~preinstal [ .................] | preinstall:static: info lifecycle static@1.0.0~preinstal [ .................] | preinstall:static: info lifecycle static@1.0.0~preinstal [ .................] | preinstall:static: info lifecycle static@1.0.0~preinstal [ .................] | preinstall:static: info lifecycle static@1.0.0~preinstal [ .................] | preinstall:static: info lifecycle static@1.0.0~preinstal [ .................] | preinstall:static: info lifecycle static@1.0.0~preinstal [ .................] | preinstall:static: info lifecycle static@1.0.0~preinstal [ .................] | preinstall:static: info lifecycle static@1.0.0~preinstal [ .................] | preinstall:static: info lifecycle static@1.0.0~preinstal [ .................] | preinstall:static: info lifecycle static@1.0.0~preinstal [ .................] | preinstall:static: info lifecycle static@1.0.0~preinstal [ .................] | preinstall:static: info lifecycle static@1.0.0~preinstal [ .................] | preinstall:static: info lifecycle static@1.0.0~preinstal [ .................] | preinstall:static: info lifecycle static@1.0.0~preinstal [ .................] | preinstall:static: info lifecycle static@1.0.0~preinstal [ .................] | preinstall:static: info lifecycle static@1.0.0~preinstal [ ................] \ loadDep:showdown: sill install loadAllDepsIntoIdealTree [ ................] \ loadDep:json-schema-traverse: sill install loadAllDepsIn [ ................] \ loadDep:word-wrap: sill install loadAllDepsIntoIdealTree [ ...............] \ loadDep:useragent: sill install loadAllDepsIntoIdealTree [ ...............] \ loadDep:util-deprecate: sill install loadAllDepsIntoIdea [ ...............] \ loadDep:yeast: sill install loadAllDepsIntoIdealTree [ ..............] \ loadDep:source-map: sill install loadAllDepsIntoIdealTre [ ..............] \ loadDep:trim-right: sill install loadAllDepsIntoIdealTre [ ..............] \ loadDep:lodash: sill install loadAllDepsIntoIdealTree [ ..............] \ loadDep:@babel/types: sill install loadAllDepsIntoIdealT [ ..............] \ loadDep:supports-color: sill install loadAllDepsIntoIdea [ ..............] \ loadDep:invert-kv: sill install loadAllDepsIntoIdealTree [ ..............] \ loadDep:type-detect: sill install loadAllDepsIntoIdealTr [ ..............] \ loadDep:uniqs: sill install loadAllDepsIntoIdealTree [ ..............] \ loadDep:webpack-sources: sill install loadAllDepsIntoIde [ .............] \ loadDep:trim-newlines: sill install loadAllDepsIntoIdeal [ .............] \ loadDep:mime-db: sill install loadAllDepsIntoIdealTree [ .............] \ loadDep:to-regex: sill install loadAllDepsIntoIdealTree [ .............] \ loadDep:ret: sill install loadAllDepsIntoIdealTree [ .............] \ loadDep:minimalistic-crypto-utils: sill install loadAllD [ .............] \ loadDep:util-deprecate: sill install loadAllDepsIntoIdea [ .............] \ loadDep:source-map: sill install loadAllDepsIntoIdealTre [ .............] \ loadDep:p-try: sill install loadAllDepsIntoIdealTree [ ...........] | diffTrees: sill install generateActionsToTake [ ...........] | diffTrees: sill install generateActionsToTake [ ...........] \ postinstall: sill install executeActions [ ...........] \ extract:fsevents: verb lock using /home/akvo/.npm/_locks [ ...........] \ extract:fsevents: verb lock using /home/akvo/.npm/_locks [ .........] | extract:fsevents: sill extract fsevents@2.3.2 extracted [ .........] | extract:fsevents: sill extract fsevents@2.3.2 extracted [ .......] - extract:fsevents: sill extract fsevents@1.2.13 extracted [ .......] - extract:fsevents: sill extract fsevents@1.2.13 extracted [ .......] - extract:fsevents: sill extract fsevents@1.2.13 extracted [ ......] \ finalize:console-control-strings: sill finalize /var/akv [ ......] - refresh-package-json:fsevents: timing action:finalize Co [ ......] - refresh-package-json:fsevents: timing action:finalize Co [ ......] - postinstall: sill doSerial postinstall 420 [ ......] \ postinstall: sill doSerial postinstall 420 [ .....] | prepare:static: info lifecycle static@1.0.0~prepare: sta [ .....] | prepare:static: info lifecycle static@1.0.0~prepare: sta [?25hnpm WARN eslint-plugin-react@6.10.3 requires a peer of eslint@^2.0.0 || ^3.0.0 but none is installed. You must install peer dependencies yourself. npm WARN extract-text-webpack-plugin@3.0.2 requires a peer of webpack@^3.1.0 but none is installed. You must install peer dependencies yourself. npm WARN react-mde@2.3.4 requires a peer of react@^16.0.0 but none is installed. You must install peer dependencies yourself. npm WARN react-mde@2.3.4 requires a peer of react-dom@^16.0.0 but none is installed. You must install peer dependencies yourself. npm WARN react-redux-alerts@1.5.8 requires a peer of react-redux@^4.0.0 but none is installed. You must install peer dependencies yourself. npm WARN static@1.0.0 No description npm WARN static@1.0.0 No repository field. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/watchpack/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/watchpack-chokidar2/node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules/fsevents): npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})  audited 1724 packages in 6.969s found 284 vulnerabilities (19 low, 65 moderate, 151 high, 49 critical) run `npm audit fix` to fix them, or `npm audit` for details > static@1.0.0 dev /var/akvo/rsr/code/akvo/rsr/front-end > webpack --mode development --config webpack.config.dev.js Browserslist: caniuse-lite is outdated. Please run next command `npm update caniuse-lite browserslist` files [ 'results.js', 'results.js.map' ] files [ 'vendors.js', 'vendors.js.map' ] files [ 'main.css', 'main.js', 'main.css.map', 'main.js.map' ] files [ 'akvoWordpress.css', 'akvoWordpress.js', 'akvoWordpress.css.map', 'akvoWordpress.js.map' ] files [ 'noUiSliderCss.css', 'noUiSliderCss.js', 'noUiSliderCss.css.map', 'noUiSliderCss.js.map' ] files [ 'datePicker.css', 'datePicker.js', 'datePicker.css.map', 'datePicker.js.map' ] files [ 'admin.css', 'admin.js', 'admin.css.map', 'admin.js.map' ] files [ 'widget.css', 'widget.js', 'widget.css.map', 'widget.js.map' ] files [ 'micromarkdown.js', 'micromarkdown.js.map' ] files [ 'noUiSlider.js', 'noUiSlider.js.map' ] files [ 'onClickOutside.js', 'onClickOutside.js.map' ] files [ 'polyfill.js', 'polyfill.js.map' ] files [ 'projectHierarchy.js', 'projectHierarchy.js.map' ] files [ 'reactTypeahead.js', 'reactTypeahead.js.map' ] files [ 'rsrUtils.js', 'rsrUtils.js.map' ] files [ 'smoothScroll.js', 'smoothScroll.js.map' ] files [ 'cookie.js', 'cookie.js.map' ] files [ 'directoryUtils.js', 'directoryUtils.js.map' ] files [ 'donatePopup.js', 'donatePopup.js.map' ] files [ 'morePartners.js', 'morePartners.js.map' ] files [ 'organisationDirectory.js', 'organisationDirectory.js.map' ] files [ 'passwordReset.js', 'passwordReset.js.map' ] files [ 'projectMain.js', 'projectMain.js.map' ] files [ 'projectMainPartners.js', 'projectMainPartners.js.map' ] files [ 'projectMainReport.js', 'projectMainReport.js.map' ] files [ 'updateDirectory.js', 'updateDirectory.js.map' ] Hash: 168456282bd2acd9d91c Version: webpack 4.46.0 Time: 7409ms Built at: 08/03/2022 6:08:48 AM Asset Size Chunks  Chunk Names admin.css 623 bytes admin [emitted] admin admin.css.map 1.02 KiB admin [emitted] [dev] admin akvoWordpress.css 631 bytes akvoWordpress [emitted] akvoWordpress akvoWordpress.css.map 911 bytes akvoWordpress [emitted] [dev] akvoWordpress cookie.js 5.88 KiB cookie [emitted] cookie cookie.js.map 7.5 KiB cookie [emitted] [dev] cookie datePicker.css 7.37 KiB datePicker [emitted] datePicker datePicker.css.map 10.3 KiB datePicker [emitted] [dev] datePicker directoryUtils.js 28.8 KiB directoryUtils [emitted] directoryUtils directoryUtils.js.map 60.5 KiB directoryUtils [emitted] [dev] directoryUtils donatePopup.js 6.31 KiB donatePopup [emitted] donatePopup donatePopup.js.map 9.56 KiB donatePopup [emitted] [dev] donatePopup main.css 189 KiB main [emitted] main main.css.map 261 KiB main [emitted] [dev] main micromarkdown.js 17.5 KiB micromarkdown [emitted] micromarkdown micromarkdown.js.map 44.5 KiB micromarkdown [emitted] [dev] micromarkdown morePartners.js 12.5 KiB morePartners [emitted] morePartners morePartners.js.map 22.7 KiB morePartners [emitted] [dev] morePartners noUiSlider.js 24 KiB noUiSlider [emitted] noUiSlider noUiSlider.js.map 53.8 KiB noUiSlider [emitted] [dev] noUiSlider noUiSliderCss.css 3.76 KiB noUiSliderCss [emitted] noUiSliderCss noUiSliderCss.css.map 4.92 KiB noUiSliderCss [emitted] [dev] noUiSliderCss onClickOutside.js 6.25 KiB onClickOutside [emitted] onClickOutside onClickOutside.js.map 7.74 KiB onClickOutside [emitted] [dev] onClickOutside organisationDirectory.js 4.97 KiB organisationDirectory [emitted] organisationDirectory organisationDirectory.js.map 5.63 KiB organisationDirectory [emitted] [dev] organisationDirectory passwordReset.js 7.67 KiB passwordReset [emitted] passwordReset passwordReset.js.map 12.9 KiB passwordReset [emitted] [dev] passwordReset polyfill.js 5.11 KiB polyfill [emitted] polyfill polyfill.js.map 5.92 KiB polyfill [emitted] [dev] polyfill projectHierarchy.js 8.25 KiB projectHierarchy [emitted] projectHierarchy projectHierarchy.js.map 13.3 KiB projectHierarchy [emitted] [dev] projectHierarchy projectMain.js 18.5 KiB projectMain [emitted] projectMain projectMain.js.map 35.2 KiB projectMain [emitted] [dev] projectMain projectMainPartners.js 11.6 KiB projectMainPartners [emitted] projectMainPartners projectMainPartners.js.map 20.1 KiB projectMainPartners [emitted] [dev] projectMainPartners projectMainReport.js 28 KiB projectMainReport [emitted] projectMainReport projectMainReport.js.map 57.9 KiB projectMainReport [emitted] [dev] projectMainReport reactTypeahead.js 37.2 KiB reactTypeahead [emitted] reactTypeahead reactTypeahead.js.map 81.5 KiB reactTypeahead [emitted] [dev] reactTypeahead results.js 2.34 MiB results [emitted] results results.js.map 2.4 MiB results [emitted] [dev] results rsrUtils.js 15.5 KiB rsrUtils [emitted] rsrUtils rsrUtils.js.map 30.4 KiB rsrUtils [emitted] [dev] rsrUtils smoothScroll.js 11.9 KiB smoothScroll [emitted] smoothScroll smoothScroll.js.map 20.7 KiB smoothScroll [emitted] [dev] smoothScroll updateDirectory.js 4.92 KiB updateDirectory [emitted] updateDirectory updateDirectory.js.map 5.59 KiB updateDirectory [emitted] [dev] updateDirectory vendors.js 675 KiB vendors [emitted] vendors vendors.js.map 606 KiB vendors [emitted] [dev] vendors widget.css 25.7 KiB widget [emitted] widget widget.css.map 36.6 KiB widget [emitted] [dev] widget Entrypoint results = results.js results.js.map Entrypoint vendors = vendors.js vendors.js.map Entrypoint main = main.css main.css.map Entrypoint akvoWordpress = akvoWordpress.css akvoWordpress.css.map Entrypoint noUiSliderCss = noUiSliderCss.css noUiSliderCss.css.map Entrypoint datePicker = datePicker.css datePicker.css.map Entrypoint admin = admin.css admin.css.map Entrypoint widget = widget.css widget.css.map Entrypoint micromarkdown = micromarkdown.js micromarkdown.js.map Entrypoint noUiSlider = noUiSlider.js noUiSlider.js.map Entrypoint onClickOutside = onClickOutside.js onClickOutside.js.map Entrypoint polyfill = polyfill.js polyfill.js.map Entrypoint projectHierarchy = projectHierarchy.js projectHierarchy.js.map Entrypoint reactTypeahead = reactTypeahead.js reactTypeahead.js.map Entrypoint rsrUtils = rsrUtils.js rsrUtils.js.map Entrypoint smoothScroll = smoothScroll.js smoothScroll.js.map Entrypoint cookie = cookie.js cookie.js.map Entrypoint directoryUtils = directoryUtils.js directoryUtils.js.map Entrypoint donatePopup = donatePopup.js donatePopup.js.map Entrypoint morePartners = morePartners.js morePartners.js.map Entrypoint organisationDirectory = organisationDirectory.js organisationDirectory.js.map Entrypoint passwordReset = passwordReset.js passwordReset.js.map Entrypoint projectMain = projectMain.js projectMain.js.map Entrypoint projectMainPartners = projectMainPartners.js projectMainPartners.js.map Entrypoint projectMainReport = projectMainReport.js projectMainReport.js.map Entrypoint updateDirectory = updateDirectory.js updateDirectory.js.map [2] multi babel-polyfill react redux redux-logger redux-thunk reselect isomorphic-fetch 100 bytes {vendors} [built] [3] multi ./styles-src/admin/akvo_admin.css ./styles-src/admin/budget_item.css 40 bytes {admin} [built] [4] multi ./styles-src/widgets/projectList.css ./styles-src/widgets/rsrWidgets.css ./styles-src/widgets/w170px.css ./styles-src/widgets/w170pxSmall.css ./styles-src/widgets/w202px.css ./styles-src/widgets/w468px.css 88 bytes {widget} [built] [./lib/scripts/micromarkdown-0.3.4.js] 13.3 KiB {micromarkdown} [built] [./lib/scripts/nouislider-8.0.2.min.js] 20 KiB {noUiSlider} [built] [./lib/scripts/react-onclickoutside.js] 2.38 KiB {onClickOutside} [built] [./lib/scripts/react-typeahead.js] 33.1 KiB {reactTypeahead} [built] [./lib/scripts/smooth-scroll-9.1.4.min.js] 6.79 KiB {smoothScroll} [built] [./lib/styles/nouislider-8.0.2.min.css] 39 bytes {noUiSliderCss} [built] [./lib/styles/react-datepicker-0.27.0.css] 39 bytes {datePicker} [built] [./scripts-src/classic/js/polyfill.js] 1.25 KiB {polyfill} [built] [./scripts-src/classic/js/project-hierarchy.js] 4.34 KiB {projectHierarchy} [built] [./scripts-src/classic/js/rsr-utils.js] 11.7 KiB {rsrUtils} [built] [./scripts-src/classic/jsx/cookie.jsx] 2.02 KiB {cookie} [built] [./scripts-src/classic/jsx/directory-utils.jsx] 24.9 KiB {directoryUtils} [built] + 960 hidden modules WARNING in ./scripts-src/my-results/components/updates/UpdateForm.jsx 1140:13-32 "export 'FILTER_SHOW_DRAFT' (imported as 'c') was not found in '../../const.js' @ ./scripts-src/my-results/components/App.jsx @ ./scripts-src/my-results/app.js Child mini-css-extract-plugin node_modules/css-loader/index.js??ref--5-1!node_modules/sass-loader/lib/loader.js??ref--5-2!lib/styles/nouislider-8.0.2.min.css: Entrypoint mini-css-extract-plugin = * [./node_modules/css-loader/index.js?!./node_modules/sass-loader/lib/loader.js?!./lib/styles/nouislider-8.0.2.min.css] ./node_modules/css-loader??ref--5-1!./node_modules/sass-loader/lib/loader.js??ref--5-2!./lib/styles/nouislider-8.0.2.min.css 13 KiB {mini-css-extract-plugin} [built] + 1 hidden module Child mini-css-extract-plugin node_modules/css-loader/index.js??ref--5-1!node_modules/sass-loader/lib/loader.js??ref--5-2!lib/styles/react-datepicker-0.27.0.css: Entrypoint mini-css-extract-plugin = * [./node_modules/css-loader/index.js?!./node_modules/sass-loader/lib/loader.js?!./lib/styles/react-datepicker-0.27.0.css] ./node_modules/css-loader??ref--5-1!./node_modules/sass-loader/lib/loader.js??ref--5-2!./lib/styles/react-datepicker-0.27.0.css 18.1 KiB {mini-css-extract-plugin} [built] + 1 hidden module Child mini-css-extract-plugin node_modules/css-loader/index.js??ref--5-1!node_modules/sass-loader/lib/loader.js??ref--5-2!styles-src/admin/akvo_admin.css: Entrypoint mini-css-extract-plugin = * [./node_modules/css-loader/index.js?!./node_modules/sass-loader/lib/loader.js?!./styles-src/admin/akvo_admin.css] ./node_modules/css-loader??ref--5-1!./node_modules/sass-loader/lib/loader.js??ref--5-2!./styles-src/admin/akvo_admin.css 1.37 KiB {mini-css-extract-plugin} [built] + 1 hidden module Child mini-css-extract-plugin node_modules/css-loader/index.js??ref--5-1!node_modules/sass-loader/lib/loader.js??ref--5-2!styles-src/admin/budget_item.css: Entrypoint mini-css-extract-plugin = * [./node_modules/css-loader/index.js?!./node_modules/sass-loader/lib/loader.js?!./styles-src/admin/budget_item.css] ./node_modules/css-loader??ref--5-1!./node_modules/sass-loader/lib/loader.js??ref--5-2!./styles-src/admin/budget_item.css 731 bytes {mini-css-extract-plugin} [built] + 1 hidden module Child mini-css-extract-plugin node_modules/css-loader/index.js??ref--5-1!node_modules/sass-loader/lib/loader.js??ref--5-2!styles-src/akvo-wordpress.css: Entrypoint mini-css-extract-plugin = * [./node_modules/css-loader/index.js?!./node_modules/sass-loader/lib/loader.js?!./styles-src/akvo-wordpress.css] ./node_modules/css-loader??ref--5-1!./node_modules/sass-loader/lib/loader.js??ref--5-2!./styles-src/akvo-wordpress.css 1.66 KiB {mini-css-extract-plugin} [built] + 1 hidden module Child mini-css-extract-plugin node_modules/css-loader/index.js??ref--5-1!node_modules/sass-loader/lib/loader.js??ref--5-2!styles-src/main.scss: Entrypoint mini-css-extract-plugin = * [./node_modules/css-loader/index.js?!./node_modules/sass-loader/lib/loader.js?!./styles-src/main.scss] ./node_modules/css-loader??ref--5-1!./node_modules/sass-loader/lib/loader.js??ref--5-2!./styles-src/main.scss 380 KiB {mini-css-extract-plugin} [built] + 6 hidden modules Child mini-css-extract-plugin node_modules/css-loader/index.js??ref--5-1!node_modules/sass-loader/lib/loader.js??ref--5-2!styles-src/widgets/projectList.css: Entrypoint mini-css-extract-plugin = * [./node_modules/css-loader/index.js?!./node_modules/sass-loader/lib/loader.js?!./styles-src/widgets/projectList.css] ./node_modules/css-loader??ref--5-1!./node_modules/sass-loader/lib/loader.js??ref--5-2!./styles-src/widgets/projectList.css 7.03 KiB {mini-css-extract-plugin} [built] + 1 hidden module Child mini-css-extract-plugin node_modules/css-loader/index.js??ref--5-1!node_modules/sass-loader/lib/loader.js??ref--5-2!styles-src/widgets/rsrWidgets.css: Entrypoint mini-css-extract-plugin = * [./node_modules/css-loader/index.js?!./node_modules/sass-loader/lib/loader.js?!./styles-src/widgets/rsrWidgets.css] ./node_modules/css-loader??ref--5-1!./node_modules/sass-loader/lib/loader.js??ref--5-2!./styles-src/widgets/rsrWidgets.css 48.8 KiB {mini-css-extract-plugin} [built] + 1 hidden module Child mini-css-extract-plugin node_modules/css-loader/index.js??ref--5-1!node_modules/sass-loader/lib/loader.js??ref--5-2!styles-src/widgets/w170px.css: Entrypoint mini-css-extract-plugin = * [./node_modules/css-loader/index.js?!./node_modules/sass-loader/lib/loader.js?!./styles-src/widgets/w170px.css] ./node_modules/css-loader??ref--5-1!./node_modules/sass-loader/lib/loader.js??ref--5-2!./styles-src/widgets/w170px.css 3.26 KiB {mini-css-extract-plugin} [built] + 1 hidden module Child mini-css-extract-plugin node_modules/css-loader/index.js??ref--5-1!node_modules/sass-loader/lib/loader.js??ref--5-2!styles-src/widgets/w170pxSmall.css: Entrypoint mini-css-extract-plugin = * [./node_modules/css-loader/index.js?!./node_modules/sass-loader/lib/loader.js?!./styles-src/widgets/w170pxSmall.css] ./node_modules/css-loader??ref--5-1!./node_modules/sass-loader/lib/loader.js??ref--5-2!./styles-src/widgets/w170pxSmall.css 1.7 KiB {mini-css-extract-plugin} [built] + 1 hidden module Child mini-css-extract-plugin node_modules/css-loader/index.js??ref--5-1!node_modules/sass-loader/lib/loader.js??ref--5-2!styles-src/widgets/w202px.css: Entrypoint mini-css-extract-plugin = * [./node_modules/css-loader/index.js?!./node_modules/sass-loader/lib/loader.js?!./styles-src/widgets/w202px.css] ./node_modules/css-loader??ref--5-1!./node_modules/sass-loader/lib/loader.js??ref--5-2!./styles-src/widgets/w202px.css 3.19 KiB {mini-css-extract-plugin} [built] + 1 hidden module Child mini-css-extract-plugin node_modules/css-loader/index.js??ref--5-1!node_modules/sass-loader/lib/loader.js??ref--5-2!styles-src/widgets/w468px.css: Entrypoint mini-css-extract-plugin = * [./node_modules/css-loader/index.js?!./node_modules/sass-loader/lib/loader.js?!./styles-src/widgets/w468px.css] ./node_modules/css-loader??ref--5-1!./node_modules/sass-loader/lib/loader.js??ref--5-2!./styles-src/widgets/w468px.css 899 bytes {mini-css-extract-plugin} [built] + 1 hidden module > static@1.0.0 test /var/akvo/rsr/code/akvo/rsr/front-end > mocha --compilers js:@babel/register tests/**/*.test.js Browserslist: caniuse-lite is outdated. Please run next command `npm update caniuse-lite browserslist`   function distinct  ✓ expect to return an array with unique values  function identicalArrays  ✓ returns true if two arrays are identical  function isEmpty  ✓ expect to return true if empty  ✓ expect to return false if not empty  function isNumeric  ✓ expect to return true if value is numeric  ✓ expect to return false if values not numeric  function displayDate  ✓ expect to display an date string like "29 Nov 2017" when given a dateString  ✓ expect to return an string "Unknown date" if no dateString where given  function getCookie  ✓ returns the value of a named cookie  function _  ✓ it translates!  function idsToActiveKey  ✓ expect to return IDs as an array of strings  arrowFunction isNewUpdate  ✓ expect to return true if the update is new  ✓ expect to return true if we pass a string starting with "new-"  ✓ expect to return false if the update is not new  function collapseId  ✓ expect to create an collapsedId from the model name and parent object id  function childModelName  ✓ expect to return child model name  function parentModelName  ✓ expect to return parent model name  function levelAbove  ✓ expect to compare index of array to decide that level is above  function levelBelow  ✓ expect to compare index of array to decide that level is below  function fullUpdateVisibility  ✓ expect to return false if an update have filters and should not be full visible  ✓ expect to be true if an update have no filters and should be fully visible  function flatten  ✓ expect to return an flatten array of a nested original  function lineage  ✓ returns a model with id and its ancestors with ids as an array of objects  ✓ return a model with id as an array of a singel object if theres no ancestors  function getAncestor  ✓ returns a specified ancestor object for an object given the ancestorModel  function lineageKeys  ✓ return an array of collapse activeKey keys for the model and its ancestors  function fieldValueOrSpinner  ✓ expect to return an object with a key "value" from object, if objects defined  ✓ expect to return an object with a key "icon", if objects not defined  function setHash  ✓ expect to set hash if hash is defined  ✓ expect to set an empty string if hash is undefined  function computePercentage  ✓ computes the percentage of integer numbers  ✓ computes the percentage of decimal numbers  ✓ computes the percentage of decimal and integer numbers  ✓ expect to return 0 if the denominator is 0   34 passing (68ms) /var/akvo/rsr/code /var/akvo/rsr/code/akvo/rsr/spa /var/akvo/rsr/code > akvo.rsr.spa@0.0.1 test /var/akvo/rsr/code/akvo/rsr/spa > jest "--ci" "--passWithNoTests" Browserslist: caniuse-lite is outdated. Please run: npx browserslist@latest --update-db Why you should do it regularly: https://github.com/browserslist/browserslist#browsers-data-updating  PASS  app/modules/editor/section5/periods/defaults-context.test.js  PASS  app/utils/misc.test.js  PASS  app/modules/projects/conditional-link.test.jsx  PASS  app/modules/results/filters.test.js  PASS  app/modules/editor/reducer.test.js (5.171s)  PASS  app/modules/results-overview/components/FilterBar.test.js ● Console console.warn node_modules/react-i18next/dist/commonjs/utils.js:22  react-i18next:: You will need pass in an i18next instance by using initReactI18next  PASS  app/utils/auto-save.test.js  PASS  app/modules/editor/section5/section5.test.js  Test Suites: 8 passed, 8 total Tests: 70 passed, 70 total Snapshots: 0 total Time: 8.195s Ran all test suites. /var/akvo/rsr/code /var/akvo/rsr/code/akvo/rsr/dir /var/akvo/rsr/code > akvo.rsr.dir@0.0.1 test /var/akvo/rsr/code/akvo/rsr/dir > jest "--ci" "--passWithNoTests" No tests found, exiting with code 0 /var/akvo/rsr/code 06:09:01 - BUILD INFO - Building assets 820 static files copied to '/var/akvo/rsr/staticroot'. 06:09:02 - BUILD INFO - Running tests /usr/local/lib/python3.8/site-packages/pytz/lazy.py:5: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop working from collections import Mapping as DictMixin /usr/local/lib/python3.8/site-packages/django/apps/registry.py:91: RemovedInDjango41Warning: 'rules' defines default_app_config = 'rules.apps.RulesConfig'. However, Django's automatic detection did not find this configuration. You should move the default config class to the apps submodule of your application and, if this module defines several config classes, mark the default one with default = True. app_config = AppConfig.create(entry) /usr/local/lib/python3.8/site-packages/django/apps/registry.py:91: RemovedInDjango41Warning: 'django_pgviews' defines default_app_config = 'django_pgviews.apps.ViewConfig'. Django now detects this configuration automatically. You can remove default_app_config. app_config = AppConfig.create(entry) /usr/local/lib/python3.8/site-packages/django/apps/registry.py:91: RemovedInDjango41Warning: 'request_token' defines default_app_config = 'request_token.apps.RequestTokenAppConfig'. Django now detects this configuration automatically. You can remove default_app_config. app_config = AppConfig.create(entry) /var/akvo/rsr/code/akvo/codelists/models/base_codelist.py:13: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). code = models.CharField(_('code'), max_length=100, blank=True, null=False, db_index=True) /var/akvo/rsr/code/akvo/codelists/models/base_codelist.py:14: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). version = models.ForeignKey('Version', on_delete=models.CASCADE, verbose_name=_('version'), blank=False, null=False, /var/akvo/rsr/code/akvo/codelists/models/activity_date_type.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/activity_date_type.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/activity_date_type.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('activity date type') /var/akvo/rsr/code/akvo/codelists/models/activity_date_type.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('activity date types') /var/akvo/rsr/code/akvo/codelists/models/activity_scope.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/activity_scope.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/activity_scope.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('activity scope') /var/akvo/rsr/code/akvo/codelists/models/activity_scope.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('activity scopes') /var/akvo/rsr/code/akvo/codelists/models/activity_status.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/activity_status.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/activity_status.py:17: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). language = models.CharField(_('language'), max_length=2, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/activity_status.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('activity status') /var/akvo/rsr/code/akvo/codelists/models/activity_status.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('activity statuses') /var/akvo/rsr/code/akvo/codelists/models/aid_type.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). category = models.CharField(_('category'), max_length=2, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/aid_type.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/aid_type.py:17: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/aid_type.py:18: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). language = models.CharField(_('language'), max_length=2, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/aid_type.py:19: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). category_name = models.CharField(_('category name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/aid_type.py:20: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). category_description = models.TextField(_('category description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/aid_type.py:28: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('aid type') /var/akvo/rsr/code/akvo/codelists/models/aid_type.py:29: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('aid types') /var/akvo/rsr/code/akvo/codelists/models/aid_type_category.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/aid_type_category.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/aid_type_category.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('aid type category') /var/akvo/rsr/code/akvo/codelists/models/aid_type_category.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('aid type categories') /var/akvo/rsr/code/akvo/codelists/models/aid_type_vocabulary.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/aid_type_vocabulary.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/aid_type_vocabulary.py:17: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). url = models.URLField(_('url'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/aid_type_vocabulary.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('aid type vocabulary') /var/akvo/rsr/code/akvo/codelists/models/aid_type_vocabulary.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('aid type vocabularies') /var/akvo/rsr/code/akvo/codelists/models/aid_type_flag.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/aid_type_flag.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('aid type flag') /var/akvo/rsr/code/akvo/codelists/models/aid_type_flag.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('aid type flags') /var/akvo/rsr/code/akvo/codelists/models/budget_identifier.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). category = models.CharField(_('category'), max_length=100, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/budget_identifier.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/budget_identifier.py:17: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). sector = models.CharField(_('sector'), max_length=100, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/budget_identifier.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('budget identifier') /var/akvo/rsr/code/akvo/codelists/models/budget_identifier.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('budget identifiers') /var/akvo/rsr/code/akvo/codelists/models/budget_identifier_sector.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). category = models.CharField(_('category'), max_length=2, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/budget_identifier_sector.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/budget_identifier_sector.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('budget identifier sector') /var/akvo/rsr/code/akvo/codelists/models/budget_identifier_sector.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('budget identifier sectors') /var/akvo/rsr/code/akvo/codelists/models/budget_identifier_sector_category.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/budget_identifier_sector_category.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('budget identifier sector category') /var/akvo/rsr/code/akvo/codelists/models/budget_identifier_sector_category.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('budget identifier sector categories') /var/akvo/rsr/code/akvo/codelists/models/budget_identifier_vocabulary.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/budget_identifier_vocabulary.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/budget_identifier_vocabulary.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('budget identifier vocabulary') /var/akvo/rsr/code/akvo/codelists/models/budget_identifier_vocabulary.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('budget identifier vocabularies') /var/akvo/rsr/code/akvo/codelists/models/budget_not_provided.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/budget_not_provided.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('budget not provided') /var/akvo/rsr/code/akvo/codelists/models/budget_not_provided.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('budget not provideds') /var/akvo/rsr/code/akvo/codelists/models/budget_status.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/budget_status.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/budget_status.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('budget status') /var/akvo/rsr/code/akvo/codelists/models/budget_status.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('budget statuses') /var/akvo/rsr/code/akvo/codelists/models/budget_type.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/budget_type.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/budget_type.py:17: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). language = models.CharField(_('language'), max_length=2, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/budget_type.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('budget types') /var/akvo/rsr/code/akvo/codelists/models/budget_type.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('budget types') /var/akvo/rsr/code/akvo/codelists/models/cashand_voucher_modalities.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/cashand_voucher_modalities.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/cashand_voucher_modalities.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('cashand voucher modalities') /var/akvo/rsr/code/akvo/codelists/models/cashand_voucher_modalities.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('cashand voucher modalities') /var/akvo/rsr/code/akvo/codelists/models/collaboration_type.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/collaboration_type.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/collaboration_type.py:17: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). language = models.CharField(_('language'), max_length=2, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/collaboration_type.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('collaboration type') /var/akvo/rsr/code/akvo/codelists/models/collaboration_type.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('collaboration types') /var/akvo/rsr/code/akvo/codelists/models/condition_type.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/condition_type.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/condition_type.py:17: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). language = models.CharField(_('language'), max_length=2, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/condition_type.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('condition type') /var/akvo/rsr/code/akvo/codelists/models/condition_type.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('condition types') /var/akvo/rsr/code/akvo/codelists/models/contact_type.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/contact_type.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/contact_type.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('contact type') /var/akvo/rsr/code/akvo/codelists/models/contact_type.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('contact types') /var/akvo/rsr/code/akvo/codelists/models/country.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/country.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). language = models.CharField(_('language'), max_length=2, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/country.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('country') /var/akvo/rsr/code/akvo/codelists/models/country.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('countries') /var/akvo/rsr/code/akvo/codelists/models/crs_add_other_flags.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/crs_add_other_flags.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/crs_add_other_flags.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('crs add other flag') /var/akvo/rsr/code/akvo/codelists/models/crs_add_other_flags.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('crs add other flags') /var/akvo/rsr/code/akvo/codelists/models/crs_channel_code.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/crs_channel_code.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/crs_channel_code.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('crs channel code') /var/akvo/rsr/code/akvo/codelists/models/crs_channel_code.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('crs channel codes') /var/akvo/rsr/code/akvo/codelists/models/currency.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/currency.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). language = models.CharField(_('language'), max_length=2, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/currency.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('currency') /var/akvo/rsr/code/akvo/codelists/models/currency.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('currencies') /var/akvo/rsr/code/akvo/codelists/models/description_type.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/description_type.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/description_type.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('decription type') /var/akvo/rsr/code/akvo/codelists/models/description_type.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('description types') /var/akvo/rsr/code/akvo/codelists/models/disbursement_channel.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/disbursement_channel.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/disbursement_channel.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('disbursement channel') /var/akvo/rsr/code/akvo/codelists/models/disbursement_channel.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('disbursement channels') /var/akvo/rsr/code/akvo/codelists/models/document_category.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). category = models.CharField(_('category'), max_length=2, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/document_category.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/document_category.py:17: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/document_category.py:18: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). category_name = models.CharField(_('description name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/document_category.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('document category') /var/akvo/rsr/code/akvo/codelists/models/document_category.py:27: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('document categories') /var/akvo/rsr/code/akvo/codelists/models/document_category_category.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/document_category_category.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/document_category_category.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('document category category') /var/akvo/rsr/code/akvo/codelists/models/document_category_category.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('document category categories') /var/akvo/rsr/code/akvo/codelists/models/earmarking_category.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/earmarking_category.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/earmarking_category.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('earmarking category') /var/akvo/rsr/code/akvo/codelists/models/earmarking_category.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('earmarking categories') /var/akvo/rsr/code/akvo/codelists/models/file_format.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). category = models.CharField(_('category'), max_length=20, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/file_format.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('category'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/file_format.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('file format') /var/akvo/rsr/code/akvo/codelists/models/file_format.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('file formats') /var/akvo/rsr/code/akvo/codelists/models/finance_type.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). category = models.CharField(_('category'), max_length=3, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/finance_type.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/finance_type.py:17: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). category_name = models.CharField(_('category name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/finance_type.py:18: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). category_description = models.TextField(_('category description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/finance_type.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('finance type') /var/akvo/rsr/code/akvo/codelists/models/finance_type.py:27: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('finance types') /var/akvo/rsr/code/akvo/codelists/models/finance_type_category.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/finance_type_category.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/finance_type_category.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('finance type category') /var/akvo/rsr/code/akvo/codelists/models/finance_type_category.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('finance type categories') /var/akvo/rsr/code/akvo/codelists/models/flow_type.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/flow_type.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/flow_type.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('flow type') /var/akvo/rsr/code/akvo/codelists/models/flow_type.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('flow types') /var/akvo/rsr/code/akvo/codelists/models/gazetteer_agency.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/gazetteer_agency.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('gazetteer agency') /var/akvo/rsr/code/akvo/codelists/models/gazetteer_agency.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('gazetteer agency') /var/akvo/rsr/code/akvo/codelists/models/geographic_exactness.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/geographic_exactness.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/geographic_exactness.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('geographic exactness') /var/akvo/rsr/code/akvo/codelists/models/geographic_exactness.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('geographic exactnesses') /var/akvo/rsr/code/akvo/codelists/models/geographic_location_class.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/geographic_location_class.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/geographic_location_class.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('geographic location class') /var/akvo/rsr/code/akvo/codelists/models/geographic_location_class.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('geographic location classes') /var/akvo/rsr/code/akvo/codelists/models/geographic_location_reach.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/geographic_location_reach.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/geographic_location_reach.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('geographic location reach') /var/akvo/rsr/code/akvo/codelists/models/geographic_location_reach.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('geographic location reach') /var/akvo/rsr/code/akvo/codelists/models/geographic_vocabulary.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). url = models.URLField(_('url'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/geographic_vocabulary.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/geographic_vocabulary.py:17: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/geographic_vocabulary.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('geographic vocabulary') /var/akvo/rsr/code/akvo/codelists/models/geographic_vocabulary.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('geographic vocabularies') /var/akvo/rsr/code/akvo/codelists/models/geographical_precision.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/geographical_precision.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/geographical_precision.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('geographical precision') /var/akvo/rsr/code/akvo/codelists/models/geographical_precision.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('geographical precisions') /var/akvo/rsr/code/akvo/codelists/models/humanitarian_scope_type.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/humanitarian_scope_type.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('humanitarian scope type') /var/akvo/rsr/code/akvo/codelists/models/humanitarian_scope_type.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('humanitarian scope types') /var/akvo/rsr/code/akvo/codelists/models/humanitarian_scope_vocabulary.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/humanitarian_scope_vocabulary.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). url = models.URLField(_('url'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/humanitarian_scope_vocabulary.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('humanitarian scope vocabulary') /var/akvo/rsr/code/akvo/codelists/models/humanitarian_scope_vocabulary.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('humanitarian scope vocabularies') /var/akvo/rsr/code/akvo/codelists/models/indicator_measure.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/indicator_measure.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/indicator_measure.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('indicator measure') /var/akvo/rsr/code/akvo/codelists/models/indicator_measure.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('indicator measures') /var/akvo/rsr/code/akvo/codelists/models/indicator_vocabulary.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/indicator_vocabulary.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). url = models.URLField(_('url'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/indicator_vocabulary.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('indicator vocabulary') /var/akvo/rsr/code/akvo/codelists/models/indicator_vocabulary.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('indicator vocabularies') /var/akvo/rsr/code/akvo/codelists/models/language.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/language.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('language') /var/akvo/rsr/code/akvo/codelists/models/language.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('languages') /var/akvo/rsr/code/akvo/codelists/models/loan_repayment_period.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/loan_repayment_period.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/loan_repayment_period.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('loan repayment period') /var/akvo/rsr/code/akvo/codelists/models/loan_repayment_period.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('loan repayment periods') /var/akvo/rsr/code/akvo/codelists/models/loan_repayment_type.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/loan_repayment_type.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/loan_repayment_type.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('loan repayment type') /var/akvo/rsr/code/akvo/codelists/models/loan_repayment_type.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('loan repayment types') /var/akvo/rsr/code/akvo/codelists/models/location_type.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). category = models.CharField(_('category'), max_length=2, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/location_type.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/location_type.py:17: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/location_type.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('location type') /var/akvo/rsr/code/akvo/codelists/models/location_type.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('location types') /var/akvo/rsr/code/akvo/codelists/models/location_type_category.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/location_type_category.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('location type category') /var/akvo/rsr/code/akvo/codelists/models/location_type_category.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('location type categories') /var/akvo/rsr/code/akvo/codelists/models/organisation_identifier.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/organisation_identifier.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). abbreviation = models.CharField(_('abbreviation'), max_length=100, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/organisation_identifier.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('organisation identifier') /var/akvo/rsr/code/akvo/codelists/models/organisation_identifier.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('organisation identifiers') /var/akvo/rsr/code/akvo/codelists/models/organisation_registration_agency.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). category = models.CharField(_('category'), max_length=2, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/organisation_registration_agency.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). url = models.URLField(_('url'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/organisation_registration_agency.py:17: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/organisation_registration_agency.py:18: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/organisation_registration_agency.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('organisation registration agency') /var/akvo/rsr/code/akvo/codelists/models/organisation_registration_agency.py:27: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('organisation registration agencies') /var/akvo/rsr/code/akvo/codelists/models/organisation_role.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/organisation_role.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/organisation_role.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('organisation role') /var/akvo/rsr/code/akvo/codelists/models/organisation_role.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('organisation role') /var/akvo/rsr/code/akvo/codelists/models/organisation_type.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/organisation_type.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('organisation type') /var/akvo/rsr/code/akvo/codelists/models/organisation_type.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('organisation types') /var/akvo/rsr/code/akvo/codelists/models/other_identifier_type.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/other_identifier_type.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/other_identifier_type.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('other identifier type') /var/akvo/rsr/code/akvo/codelists/models/other_identifier_type.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('other identifier types') /var/akvo/rsr/code/akvo/codelists/models/policy_marker.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/policy_marker.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('policy marker') /var/akvo/rsr/code/akvo/codelists/models/policy_marker.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('policy markers') /var/akvo/rsr/code/akvo/codelists/models/policy_marker_vocabulary.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/policy_marker_vocabulary.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/policy_marker_vocabulary.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('policy marker vocabulary') /var/akvo/rsr/code/akvo/codelists/models/policy_marker_vocabulary.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('policy marker vocabularies') /var/akvo/rsr/code/akvo/codelists/models/policy_significance.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/policy_significance.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/policy_significance.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('policy significance') /var/akvo/rsr/code/akvo/codelists/models/policy_significance.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('policy significances') /var/akvo/rsr/code/akvo/codelists/models/publisher_type.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/publisher_type.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/publisher_type.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('publisher type') /var/akvo/rsr/code/akvo/codelists/models/publisher_type.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('publisher types') /var/akvo/rsr/code/akvo/codelists/models/region.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/region.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('region') /var/akvo/rsr/code/akvo/codelists/models/region.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('regions') /var/akvo/rsr/code/akvo/codelists/models/region_vocabulary.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/region_vocabulary.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/region_vocabulary.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('region vocabulary') /var/akvo/rsr/code/akvo/codelists/models/region_vocabulary.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('region vocabularies') /var/akvo/rsr/code/akvo/codelists/models/related_activity_type.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/related_activity_type.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/related_activity_type.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('related activity type') /var/akvo/rsr/code/akvo/codelists/models/related_activity_type.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('related activity types') /var/akvo/rsr/code/akvo/codelists/models/result_type.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/result_type.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/result_type.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('result type') /var/akvo/rsr/code/akvo/codelists/models/result_type.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('result types') /var/akvo/rsr/code/akvo/codelists/models/result_vocabulary.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/result_vocabulary.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('result vocabulary') /var/akvo/rsr/code/akvo/codelists/models/result_vocabulary.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('result vocabularies') /var/akvo/rsr/code/akvo/codelists/models/sector.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). category = models.CharField(_('category'), max_length=3, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/sector.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/sector.py:17: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/sector.py:18: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). category_name = models.CharField(_('category name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/sector.py:19: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). category_description = models.TextField(_('category description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/sector.py:27: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('sector') /var/akvo/rsr/code/akvo/codelists/models/sector.py:28: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('sectors') /var/akvo/rsr/code/akvo/codelists/models/sector_category.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/sector_category.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/sector_category.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('sector category') /var/akvo/rsr/code/akvo/codelists/models/sector_category.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('sector categories') /var/akvo/rsr/code/akvo/codelists/models/sector_vocabulary.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). url = models.URLField(_('url'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/sector_vocabulary.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/sector_vocabulary.py:17: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/sector_vocabulary.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('sector vocabulary') /var/akvo/rsr/code/akvo/codelists/models/sector_vocabulary.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('sector vocabulary') /var/akvo/rsr/code/akvo/codelists/models/tag_vocabulary.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/tag_vocabulary.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('tag vocabulary') /var/akvo/rsr/code/akvo/codelists/models/tag_vocabulary.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('tag vocabularies') /var/akvo/rsr/code/akvo/codelists/models/tied_status.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/tied_status.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/tied_status.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('tied status') /var/akvo/rsr/code/akvo/codelists/models/tied_status.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('tied statuses') /var/akvo/rsr/code/akvo/codelists/models/transaction_type.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/transaction_type.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/transaction_type.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('transaction type') /var/akvo/rsr/code/akvo/codelists/models/transaction_type.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('transaction types') /var/akvo/rsr/code/akvo/codelists/models/unsdg_goals.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/unsdg_goals.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('unsdg goals') /var/akvo/rsr/code/akvo/codelists/models/unsdg_goals.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('unsdg goals') /var/akvo/rsr/code/akvo/codelists/models/unsdg_targets.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.TextField(_('name'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/unsdg_targets.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('unsdg targets') /var/akvo/rsr/code/akvo/codelists/models/unsdg_targets.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('unsdg targets') /var/akvo/rsr/code/akvo/codelists/models/value_type.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/value_type.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/value_type.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('value type') /var/akvo/rsr/code/akvo/codelists/models/value_type.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('value types') /var/akvo/rsr/code/akvo/codelists/models/verification_status.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/verification_status.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = models.TextField(_('description'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/verification_status.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('verification status') /var/akvo/rsr/code/akvo/codelists/models/verification_status.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('verification statuses') /var/akvo/rsr/code/akvo/codelists/models/version.py:13: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). code = models.CharField(_('code'), max_length=4) /var/akvo/rsr/code/akvo/codelists/models/version.py:14: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). url = models.URLField(_('url'), blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/version.py:22: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('version') /var/akvo/rsr/code/akvo/codelists/models/version.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('versions') /var/akvo/rsr/code/akvo/codelists/models/vocabulary.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.CharField(_('name'), max_length=300, blank=True, null=False) /var/akvo/rsr/code/akvo/codelists/models/vocabulary.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('vocabulary') /var/akvo/rsr/code/akvo/codelists/models/vocabulary.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('vocabulary') /var/akvo/rsr/code/akvo/rsr/iso3166.py:14: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("af", _("Afghanistan")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ax", _("Åland Islands")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("al", _("Albania")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:17: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("dz", _("Algeria")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:18: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("as", _("American Samoa")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:19: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ad", _("Andorra")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:20: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ao", _("Angola")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:21: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ai", _("Anguilla")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:22: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("aq", _("Antarctica")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ag", _("Antigua and Barbuda")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ar", _("Argentina")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("am", _("Armenia")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("aw", _("Aruba")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:27: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("au", _("Australia")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:28: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("at", _("Austria")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:29: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("az", _("Azerbaijan")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:30: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("bs", _("Bahamas")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:31: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("bh", _("Bahrain")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:32: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("bd", _("Bangladesh")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:33: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("bb", _("Barbados")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:34: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("by", _("Belarus")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:35: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("be", _("Belgium")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:36: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("bz", _("Belize")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:37: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("bj", _("Benin")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:38: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("bm", _("Bermuda")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:39: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("bt", _("Bhutan")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:40: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("bo", _("Bolivia, Plurinational State of")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:41: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("bq", _("Bonaire, Sint Eustatius and Saba")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:42: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ba", _("Bosnia and Herzegovina")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:43: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("bw", _("Botswana")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:44: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("bv", _("Bouvet Island")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:45: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("br", _("Brazil")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:46: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("io", _("British Indian Ocean Territory")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:47: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("bn", _("Brunei Darussalam")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:48: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("bg", _("Bulgaria")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:49: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("bf", _("Burkina Faso")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:50: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("bi", _("Burundi")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:51: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("kh", _("Cambodia")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:52: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("cm", _("Cameroon")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:53: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ca", _("Canada")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:54: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("cv", _("Cape Verde")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:55: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ky", _("Cayman Islands")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:56: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("cf", _("Central African Republic")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:57: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("td", _("Chad")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:58: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("cl", _("Chile")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:59: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("cn", _("China")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:60: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("cx", _("Christmas Island")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:61: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("cc", _("Cocos (keeling) Islands")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:62: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("co", _("Colombia")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:63: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("km", _("Comoros")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:64: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("cg", _("Congo")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:65: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("cd", _("Congo, The Democratic Republic of the")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:66: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ck", _("Cook Islands")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:67: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("cr", _("Costa Rica")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:68: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ci", _("Côte D'ivoire")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:69: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("hr", _("Croatia")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:70: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("cu", _("Cuba")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:71: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("cw", _("Curaçao")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:72: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("cy", _("Cyprus")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:73: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("cz", _("Czech Republic")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:74: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("dk", _("Denmark")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:75: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("dj", _("Djibouti")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:76: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("dm", _("Dominica")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:77: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("do", _("Dominican Republic")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:78: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ec", _("Ecuador")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:79: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("eg", _("Egypt")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:80: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("sv", _("El Salvador")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:81: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("gq", _("Equatorial Guinea")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:82: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("er", _("Eritrea")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:83: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ee", _("Estonia")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:84: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("et", _("Ethiopia")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:85: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("fk", _("Falkland Islands (Malvinas)")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:86: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("fo", _("Faroe Islands")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:87: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("fj", _("Fiji")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:88: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("fi", _("Finland")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:89: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("fr", _("France")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:90: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("gf", _("French Guiana")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:91: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("pf", _("French Polynesia")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:92: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("tf", _("French Southern Territories")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:93: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ga", _("Gabon")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:94: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("gm", _("Gambia")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:95: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ge", _("Georgia")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:96: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("de", _("Germany")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:97: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("gh", _("Ghana")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:98: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("gi", _("Gibraltar")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:99: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("gr", _("Greece")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:100: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("gl", _("Greenland")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:101: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("gd", _("Grenada")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:102: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("gp", _("Guadeloupe")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:103: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("gu", _("Guam")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:104: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("gt", _("Guatemala")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:105: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("gg", _("Guernsey")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:106: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("gn", _("Guinea")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:107: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("gw", _("Guinea-bissau")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:108: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("gy", _("Guyana")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:109: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ht", _("Haiti")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:110: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("hm", _("Heard Island and Mcdonald Islands")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:111: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("va", _("Holy See (Vatican City State)")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:112: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("hn", _("Honduras")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:113: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("hk", _("Hong Kong")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:114: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("hu", _("Hungary")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:115: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("is", _("Iceland")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:116: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("in", _("India")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:117: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("id", _("Indonesia")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:118: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ir", _("Iran, Islamic Republic of")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:119: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("iq", _("Iraq")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:120: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ie", _("Ireland")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:121: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("im", _("Isle of Man")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:122: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("il", _("Israel")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:123: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("it", _("Italy")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:124: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("jm", _("Jamaica")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:125: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("jp", _("Japan")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:126: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("je", _("Jersey")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:127: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("jo", _("Jordan")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:128: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("kz", _("Kazakhstan")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:129: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ke", _("Kenya")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:130: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ki", _("Kiribati")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:131: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("kp", _("Korea, Democratic People's Republic of")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:132: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("kr", _("Korea, Republic of")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:133: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("xk", _("Kosovo")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:134: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("kw", _("Kuwait")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:135: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("kg", _("Kyrgyzstan")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:136: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("la", _("Lao People's Democratic Republic")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:137: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("lv", _("Latvia")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:138: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("lb", _("Lebanon")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:139: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ls", _("Lesotho")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:140: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("lr", _("Liberia")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:141: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ly", _("Libyan Arab Jamahiriya")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:142: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("li", _("Liechtenstein")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:143: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("lt", _("Lithuania")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:144: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("lu", _("Luxembourg")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:145: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("mo", _("Macao")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:146: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("mk", _("Macedonia, The Former Yugoslav Republic of")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:147: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("mg", _("Madagascar")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:148: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("mw", _("Malawi")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:149: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("my", _("Malaysia")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:150: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("mv", _("Maldives")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:151: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ml", _("Mali")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:152: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("mt", _("Malta")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:153: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("mh", _("Marshall Islands")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:154: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("mq", _("Martinique")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:155: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("mr", _("Mauritania")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:156: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("mu", _("Mauritius")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:157: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("yt", _("Mayotte")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:158: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("mx", _("Mexico")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:159: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("fm", _("Micronesia, Federated States of")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:160: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("md", _("Moldova, Republic of")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:161: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("mc", _("Monaco")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:162: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("mn", _("Mongolia")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:163: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("me", _("Montenegro")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:164: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ms", _("Montserrat")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:165: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ma", _("Morocco")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:166: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("mz", _("Mozambique")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:167: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("mm", _("Myanmar")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:168: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("na", _("Namibia")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:169: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("nr", _("Nauru")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:170: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("np", _("Nepal")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:171: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("nl", _("Netherlands")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:172: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("nc", _("New Caledonia")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:173: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("nz", _("New Zealand")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:174: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ni", _("Nicaragua")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:175: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ne", _("Niger")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:176: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ng", _("Nigeria")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:177: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("nu", _("Niue")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:178: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("nf", _("Norfolk Island")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:179: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("mp", _("Northern Mariana Islands")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:180: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("no", _("Norway")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:181: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("om", _("Oman")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:182: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("pk", _("Pakistan")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:183: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("pw", _("Palau")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:184: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ps", _("Palestine, State of")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:185: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("pa", _("Panama")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:186: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("pg", _("Papua New Guinea")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:187: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("py", _("Paraguay")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:188: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("pe", _("Peru")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:189: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ph", _("Philippines")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:190: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("pn", _("Pitcairn")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:191: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("pl", _("Poland")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:192: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("pt", _("Portugal")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:193: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("pr", _("Puerto Rico")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:194: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("qa", _("Qatar")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:195: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("re", _("Réunion")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:196: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ro", _("Romania")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:197: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ru", _("Russian Federation")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:198: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("rw", _("Rwanda")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:199: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("bl", _("Saint Barthélemy")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:200: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("sh", _("Saint Helena, Ascension and Tristan Da Cunha")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:201: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("kn", _("Saint Kitts and Nevis")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:202: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("lc", _("Saint Lucia")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:203: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("mf", _("Saint Martin (French part)")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:204: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("pm", _("Saint Pierre and Miquelon")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:205: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("vc", _("Saint Vincent and the Grenadines")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:206: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ws", _("Samoa")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:207: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("sm", _("San Marino")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:208: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("st", _("Sao Tome and Principe")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:209: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("sa", _("Saudi Arabia")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:210: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("sn", _("Senegal")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:211: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("rs", _("Serbia")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:212: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("sc", _("Seychelles")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:213: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("sl", _("Sierra Leone")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:214: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("sg", _("Singapore")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:215: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("sx", _("Sint Maarten (Dutch part)")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:216: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("sk", _("Slovakia")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:217: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("si", _("Slovenia")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:218: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("sb", _("Solomon Islands")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:219: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("so", _("Somalia")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:220: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("za", _("South Africa")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:221: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("gs", _("South Georgia and the South Sandwich Islands")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:222: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ss", _("South Sudan")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:223: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("es", _("Spain")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:224: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("lk", _("Sri Lanka")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:225: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("sd", _("Sudan")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:226: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("sr", _("Suriname")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:227: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("sj", _("Svalbard and Jan Mayen")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:228: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("sz", _("Swaziland")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:229: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("se", _("Sweden")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:230: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ch", _("Switzerland")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:231: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("sy", _("Syrian Arab Republic")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:232: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("tw", _("Taiwan, Province of China")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:233: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("tj", _("Tajikistan")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:234: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("tz", _("Tanzania, United Republic of")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:235: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("th", _("Thailand")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:236: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("tl", _("Timor-leste")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:237: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("tg", _("Togo")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:238: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("tk", _("Tokelau")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:239: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("to", _("Tonga")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:240: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("tt", _("Trinidad and Tobago")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:241: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("tn", _("Tunisia")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:242: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("tr", _("Turkey")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:243: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("tm", _("Turkmenistan")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:244: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("tc", _("Turks and Caicos Islands")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:245: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("tv", _("Tuvalu")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:246: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ug", _("Uganda")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:247: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ua", _("Ukraine")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:248: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ae", _("United Arab Emirates")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:249: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("gb", _("United Kingdom")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:250: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("us", _("United States")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:251: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("um", _("United States Minor Outlying Islands")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:252: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("uy", _("Uruguay")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:253: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("uz", _("Uzbekistan")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:254: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("vu", _("Vanuatu")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:255: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ve", _("Venezuela, Bolivarian Republic of")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:256: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("vn", _("Vietnam")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:257: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("vg", _("Virgin Islands, British")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:258: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("vi", _("Virgin Islands, U.S.")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:259: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("wf", _("Wallis and Futuna")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:260: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("eh", _("Western Sahara")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:261: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("ye", _("Yemen")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:262: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("zm", _("Zambia")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:263: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("zw", _("Zimbabwe")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:525: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("af", _("Africa")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:526: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("as", _("Asia")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:527: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("eu", _("Europe")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:528: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("na", _("North America")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:529: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("sa", _("South America")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:530: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("oc", _("Oceania")), /var/akvo/rsr/code/akvo/rsr/iso3166.py:531: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("an", _("Antarctica")), /var/akvo/rsr/code/akvo/rsr/fields.py:35: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = _('Latitude coordinate.') /var/akvo/rsr/code/akvo/rsr/fields.py:44: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = _('Longitude coordinate.') /var/akvo/rsr/code/akvo/rsr/models/benchmark.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). project = models.ForeignKey('Project', on_delete=models.CASCADE, verbose_name=_('project'), related_name='benchmarks', ) /var/akvo/rsr/code/akvo/rsr/models/benchmark.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). category = models.ForeignKey('Category', on_delete=models.CASCADE, verbose_name=_('category'), ) /var/akvo/rsr/code/akvo/rsr/models/benchmark.py:17: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = models.ForeignKey('Benchmarkname', on_delete=models.CASCADE, verbose_name=_('benchmark name'), ) /var/akvo/rsr/code/akvo/rsr/models/benchmark.py:18: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). value = models.IntegerField(_('benchmark value'), ) /var/akvo/rsr/code/akvo/rsr/models/benchmark.py:32: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('benchmark') /var/akvo/rsr/code/akvo/rsr/models/benchmark.py:33: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('benchmarks') /var/akvo/rsr/code/akvo/rsr/models/benchmark.py:38: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('benchmark name'), max_length=80, /var/akvo/rsr/code/akvo/rsr/models/benchmark.py:39: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter a name for the benchmark. (80 characters).') /var/akvo/rsr/code/akvo/rsr/models/benchmark.py:42: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('order'), default=0, /var/akvo/rsr/code/akvo/rsr/models/benchmark.py:43: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Used to order the benchmarks when displayed. ' /var/akvo/rsr/code/akvo/rsr/models/benchmark.py:53: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('benchmark name') /var/akvo/rsr/code/akvo/rsr/models/benchmark.py:54: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('benchmark names') /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:102: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("1", _(u"Pipeline/identification"), _(u"The activity is being scoped or planned ")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:102: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("1", _(u"Pipeline/identification"), _(u"The activity is being scoped or planned ")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:103: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("2", _(u"Implementation"), _(u"The activity is currently being implemented")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:103: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("2", _(u"Implementation"), _(u"The activity is currently being implemented")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:104: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("3", _(u"Finalisation"), _(u"Physical activity is complete or the final disbursement has been made, but the activity remains open pending financial sign off or M&E")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:104: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("3", _(u"Finalisation"), _(u"Physical activity is complete or the final disbursement has been made, but the activity remains open pending financial sign off or M&E")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:105: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("4", _(u"Closed"), _(u"Physical activity is complete or the final disbursement has been made.")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:105: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("4", _(u"Closed"), _(u"Physical activity is complete or the final disbursement has been made.")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:106: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("5", _(u"Cancelled"), _(u"The activity has been cancelled")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:106: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("5", _(u"Cancelled"), _(u"The activity has been cancelled")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:107: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("6", _(u"Suspended"), _(u"The activity has been temporarily suspended")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:107: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("6", _(u"Suspended"), _(u"The activity has been temporarily suspended")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:850: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("1", _(u"General Enquiries"), _(u"General Enquiries")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:850: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("1", _(u"General Enquiries"), _(u"General Enquiries")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:851: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("2", _(u"Project Management"), _(u"Project Management")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:851: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("2", _(u"Project Management"), _(u"Project Management")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:852: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("3", _(u"Financial Management"), _(u"Financial Management")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:852: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("3", _(u"Financial Management"), _(u"Financial Management")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:853: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("4", _(u"Communications"), _(u"Communications")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:853: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("4", _(u"Communications"), _(u"Communications")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:3196: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("1", _(u"Unit"), _(u"The indicator is measured in units.")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:3196: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("1", _(u"Unit"), _(u"The indicator is measured in units.")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:3197: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("2", _(u"Percentage"), _(u"The indicator is measured in percentages")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:3197: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("2", _(u"Percentage"), _(u"The indicator is measured in percentages")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:3198: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("3", _(u"Nominal"), _(u"The indicator is measured as a quantitative nominal scale.")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:3198: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("3", _(u"Nominal"), _(u"The indicator is measured as a quantitative nominal scale.")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:3199: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("4", _(u"Ordinal"), _(u"The indicator is measured as a quantitative ordinal scale.")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:3199: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("4", _(u"Ordinal"), _(u"The indicator is measured as a quantitative ordinal scale.")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:3200: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("5", _(u"Qualitative"), _(u"The indicator is qualitative.")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:3200: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("5", _(u"Qualitative"), _(u"The indicator is qualitative.")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:4874: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("1", _(u"Parent"), _(u"An activity that contains sub-activities (sub-components) which are reported separately to IATI")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:4874: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("1", _(u"Parent"), _(u"An activity that contains sub-activities (sub-components) which are reported separately to IATI")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:4875: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("2", _(u"Child"), _(u"A sub-activity (or sub-component) that sits within a larger activity (parent) which is also reported to IATI")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:4875: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("2", _(u"Child"), _(u"A sub-activity (or sub-component) that sits within a larger activity (parent) which is also reported to IATI")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:4876: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("3", _(u"Sibling"), _(u"A sub-activity (or sub-component) that is related to another sub-activity with the same parent ")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:4876: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("3", _(u"Sibling"), _(u"A sub-activity (or sub-component) that is related to another sub-activity with the same parent ")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:4877: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("4", _(u"Co-funded"), _(u"An activity that receives funding from more than one organisation")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:4877: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("4", _(u"Co-funded"), _(u"An activity that receives funding from more than one organisation")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:4878: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("5", _(u"Third Party"), _(u"A report by another organisation on the same activity you are reporting (excluding activities reported as part of a financial transaction - e.g. provider-activity-id or a co-funded activity, using code 4)")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:4878: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("5", _(u"Third Party"), _(u"A report by another organisation on the same activity you are reporting (excluding activities reported as part of a financial transaction - e.g. provider-activity-id or a co-funded activity, using code 4)")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:4888: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (RESULT_TYPE_OUTPUT, _(u"Output"), _(u"Results of the activity that came about as a direct effect of your work and specific, what is done, and what communities are reached. For example, X number of individuals.")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:4888: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (RESULT_TYPE_OUTPUT, _(u"Output"), _(u"Results of the activity that came about as a direct effect of your work and specific, what is done, and what communities are reached. For example, X number of individuals.")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:4889: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (RESULT_TYPE_OUTCOME, _(u"Outcome"), _(u"Results of the activity that produce an effect on the overall communities or issues you serve. For example lower rate of infection after a vaccination programme.")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:4889: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (RESULT_TYPE_OUTCOME, _(u"Outcome"), _(u"Results of the activity that produce an effect on the overall communities or issues you serve. For example lower rate of infection after a vaccination programme.")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:4890: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (RESULT_TYPE_IMPACT, _(u"Impact"), _(u"The long term effects of the outcomes, that lead to larger, over arching results, such as improved life-expectancy.")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:4890: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (RESULT_TYPE_IMPACT, _(u"Impact"), _(u"The long term effects of the outcomes, that lead to larger, over arching results, such as improved life-expectancy.")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:4891: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (RESULT_TYPE_OTHER, _(u"Other"), _(u"Another type of result, not specified above.")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:4891: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (RESULT_TYPE_OTHER, _(u"Other"), _(u"Another type of result, not specified above.")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5280: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("1", _(u"OECD DAC CRS Purpose Codes (5 digit)"), _(u"The sector reported corresponds to an OECD DAC CRS 5-digit purpose code")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5280: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("1", _(u"OECD DAC CRS Purpose Codes (5 digit)"), _(u"The sector reported corresponds to an OECD DAC CRS 5-digit purpose code")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5281: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("2", _(u"OECD DAC CRS Purpose Codes (3 digit)"), _(u"The sector reported corresponds to an OECD DAC CRS 3-digit purpose code")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5281: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("2", _(u"OECD DAC CRS Purpose Codes (3 digit)"), _(u"The sector reported corresponds to an OECD DAC CRS 3-digit purpose code")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5282: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("3", _(u"Classification of the Functions of Government (UN)"), _(u"The sector reported corresponds to the UN Classification of the Functions of Government (CoFoG)")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5282: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("3", _(u"Classification of the Functions of Government (UN)"), _(u"The sector reported corresponds to the UN Classification of the Functions of Government (CoFoG)")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5283: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("4", _(u"Statistical classification of economic activities in the European Community"), _(u"The sector reported corresponds to the statistical classifications of economic activities in the European Community")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5283: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("4", _(u"Statistical classification of economic activities in the European Community"), _(u"The sector reported corresponds to the statistical classifications of economic activities in the European Community")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5284: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("5", _(u"National Taxonomy for Exempt Entities (USA)"), _(u"The sector reported corresponds to the National Taxonomy for Exempt Entities (NTEE) - USA")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5284: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("5", _(u"National Taxonomy for Exempt Entities (USA)"), _(u"The sector reported corresponds to the National Taxonomy for Exempt Entities (NTEE) - USA")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5285: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("6", _(u"AidData"), _(u"The sector reported corresponds to AidData classifications")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5285: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("6", _(u"AidData"), _(u"The sector reported corresponds to AidData classifications")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5286: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("7", _(u"SDG Goal"), _(u"A value from the top-level list of UN sustainable development goals (SDGs) (e.g. ‘1’)")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5286: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("7", _(u"SDG Goal"), _(u"A value from the top-level list of UN sustainable development goals (SDGs) (e.g. ‘1’)")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5287: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("8", _(u"SDG Target"), _(u"A value from the second-level list of UN sustainable development goals (SDGs) (e.g. ‘1.1’)")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5287: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("8", _(u"SDG Target"), _(u"A value from the second-level list of UN sustainable development goals (SDGs) (e.g. ‘1.1’)")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5288: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("9", _(u"SDG Indicator"), _(u"A value from the second-level list of UN sustainable development (SDG) indicators")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5288: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("9", _(u"SDG Indicator"), _(u"A value from the second-level list of UN sustainable development (SDG) indicators")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5289: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("10", _(u"Humanitarian Global Clusters (Inter-Agency Standing Committee)"), _(u"The sector reported corresponds to an Inter-Agency Standard Committee Humanitarian Global Cluster code")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5289: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("10", _(u"Humanitarian Global Clusters (Inter-Agency Standing Committee)"), _(u"The sector reported corresponds to an Inter-Agency Standard Committee Humanitarian Global Cluster code")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5290: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("11", _(u"North American Industry Classification System (NAICS)"), _(u"The sector reported corresponds to the NAICS codelist")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5290: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("11", _(u"North American Industry Classification System (NAICS)"), _(u"The sector reported corresponds to the NAICS codelist")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5291: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("99", _(u"Reporting Organisation"), _(u"The sector reported corresponds to a sector vocabulary maintained by the reporting organisation for this activity")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5291: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("99", _(u"Reporting Organisation"), _(u"The sector reported corresponds to a sector vocabulary maintained by the reporting organisation for this activity")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5292: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("98", _(u"Reporting Organisation 2"), _(u"The sector reported corresponds to a sector vocabulary maintained by the reporting organisation for this activity (if they are referencing more than one)")), /var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5292: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ("98", _(u"Reporting Organisation 2"), _(u"The sector reported corresponds to a sector vocabulary maintained by the reporting organisation for this activity (if they are referencing more than one)")), /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). label = ValidXMLCharField(_('label'), max_length=30, unique=True, db_index=True) /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:31: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('budget item label') /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:32: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('budget item labels') /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:39: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). project = models.ForeignKey('Project', on_delete=models.CASCADE, verbose_name=_('project'), related_name='budget_items') /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:41: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). BudgetItemLabel, on_delete=models.CASCADE, verbose_name=_('budget item'), null=True, blank=True, /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:42: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Select the budget item(s) to indicate how the project budget is divided. ' /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:46: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). max_length=30, null=True, blank=True, verbose_name=_('other label extra info'), /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:47: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter a description for an "other" budget item.'), /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:51: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('budget item value'), max_digits=14, decimal_places=2, null=True, blank=True, /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:52: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter the amount of budget that is set aside for this specific budget item. ' /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:58: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('budget type'), blank=True, max_length=1, choices=codelist_choices(BUDGET_TYPE), /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:59: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Select whether this is an original or revised budget of the project.') /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:62: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('budget item period start'), null=True, blank=True, /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:63: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter the start date (DD/MM/YYYY) for the budget period.') /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:66: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('budget item period end'), null=True, blank=True, /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:67: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter the end date (DD/MM/YYYY) for the budget period.') /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:70: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('budget item value date'), null=True, blank=True, /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:71: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter the date (DD/MM/YYYY) to be used for determining the exchange rate for ' /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:74: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). currency = ValidXMLCharField(_('currency'), max_length=3, blank=True, /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:77: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('status'), max_length=1, blank=True, choices=codelist_choices(BUDGET_STATUS), /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:78: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('The status explains whether the budget being reported is indicative or has ' /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:155: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('budget item') /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:156: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('budget items') /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:161: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). project = models.ForeignKey('Project', on_delete=models.CASCADE, verbose_name=_('project'), related_name='country_budget_items') /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:163: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('country budget item'), max_length=10, blank=True, /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:165: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('This item encodes the alignment of activities with both the functional and ' /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:170: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('country budget item description'), max_length=100, blank=True, /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:173: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('country budget item percentage'), blank=True, null=True, max_digits=4, decimal_places=1, /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:175: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('If more than one identifier is reported, the percentage share must be ' /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:191: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('country budget item') /var/akvo/rsr/code/akvo/rsr/models/budget_item.py:192: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('country budget items') /var/akvo/rsr/code/akvo/rsr/models/country.py:21: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = ValidXMLCharField(_('country name'), max_length=50, unique=True, db_index=True) /var/akvo/rsr/code/akvo/rsr/models/country.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('ISO 3166 code'), max_length=2, unique=True, db_index=True, choices=ISO_3166_COUNTRIES /var/akvo/rsr/code/akvo/rsr/models/country.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). continent = ValidXMLCharField(_('continent name'), max_length=20, db_index=True) /var/akvo/rsr/code/akvo/rsr/models/country.py:27: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('continent code'), max_length=2, db_index=True, choices=CONTINENTS /var/akvo/rsr/code/akvo/rsr/models/country.py:44: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('country') /var/akvo/rsr/code/akvo/rsr/models/country.py:45: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('countries') /var/akvo/rsr/code/akvo/rsr/models/country.py:51: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). 'Project', on_delete=models.CASCADE, verbose_name=_('project'), related_name='recipient_countries' /var/akvo/rsr/code/akvo/rsr/models/country.py:54: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('recipient country'), blank=True, max_length=2, choices=codelist_choices(COUNTRY, show_code=False), /var/akvo/rsr/code/akvo/rsr/models/country.py:55: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('The country that benefits from the project.') /var/akvo/rsr/code/akvo/rsr/models/country.py:58: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('recipient country percentage'), blank=True, null=True, max_digits=4, decimal_places=1, /var/akvo/rsr/code/akvo/rsr/models/country.py:60: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('The percentage of total commitments or total activity budget allocated to ' /var/akvo/rsr/code/akvo/rsr/models/country.py:66: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('recipient country description'), blank=True, max_length=50, /var/akvo/rsr/code/akvo/rsr/models/country.py:67: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter additional information about the recipient country, if necessary.') /var/akvo/rsr/code/akvo/rsr/models/country.py:92: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('recipient country') /var/akvo/rsr/code/akvo/rsr/models/country.py:93: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('recipient countries') /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:30: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (1, _('01 - General information')), /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:31: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (2, _('02 - Contact information')), /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:32: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (3, _('03 - Project partners')), /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:33: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (4, _('04 - Project descriptions')), /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:34: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (5, _('05 - Results and indicators')), /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:35: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (6, _('06 - Finance')), /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:36: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (7, _('07 - Project locations')), /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:37: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (8, _('08 - Project focus')), /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:38: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (9, _('09 - Links and documents')), /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:39: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (10, _('10 - Project comments')), /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:43: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ('text', _('Text')), /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:44: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ('boolean', _('Checkbox')), /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:45: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ('dropdown', _('Dropdown')), /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:48: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). project = models.ForeignKey('Project', on_delete=models.CASCADE, verbose_name=_('project'), related_name='custom_fields') /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:49: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = ValidXMLCharField(_('name'), max_length=255, help_text=_('(max 255 characters)')) /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:49: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = ValidXMLCharField(_('name'), max_length=255, help_text=_('(max 255 characters)')) /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:51: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('admin section'), choices=SECTIONS, /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:52: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Select the section of the admin where the custom field should be displayed') /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:55: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('maximum characters'), blank=True, null=True, /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:56: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Set the maximum amount of characters that the user is allowed to fill in. ' /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:60: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('help text'), max_length=1000, blank=True, /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:61: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('The help text to be displayed with the field in the admin. Leave empty if ' /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:64: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). value = ValidXMLTextField(_('value'), blank=True) /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:65: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). mandatory = models.BooleanField(_('mandatory'), default=False, /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:66: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Indicate whether this field is mandatory or not')) /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:68: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('order'), help_text=_('The order of the fields as they will be displayed in the ' /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:68: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('order'), help_text=_('The order of the fields as they will be displayed in the ' /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:73: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('type'), max_length=20, choices=TYPES, default='text', /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:74: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Select the type of custom field. Text will show a text area in the project ' /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:77: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). dropdown_options = JSONField(_('dropdown options'), null=True, blank=True) /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:78: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). dropdown_selection = JSONField(_('dropdown selection'), null=True, blank=True) /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:101: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (1, _('01 - General information')), /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:102: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (2, _('02 - Contact information')), /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:103: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (3, _('03 - Project partners')), /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:104: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (4, _('04 - Project descriptions')), /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:105: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (5, _('05 - Results and indicators')), /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:106: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (6, _('06 - Finance')), /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:107: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (7, _('07 - Project locations')), /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:108: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (8, _('08 - Project focus')), /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:109: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (9, _('09 - Links and documents')), /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:110: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (10, _('10 - Project comments')), /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:114: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ('text', _('Text')), /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:115: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ('boolean', _('Checkbox')), /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:116: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ('dropdown', _('Dropdown')), /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:120: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). 'Organisation', on_delete=models.CASCADE, verbose_name=_('organisation'), related_name='custom_fields' /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:122: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = ValidXMLCharField(_('name'), max_length=255, help_text=_('(max 255 characters)')) /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:122: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = ValidXMLCharField(_('name'), max_length=255, help_text=_('(max 255 characters)')) /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:124: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('admin section'), choices=SECTIONS, /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:125: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Select the section of the admin where the custom field should be displayed') /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:128: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('maximum characters'), blank=True, null=True, /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:129: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Set the maximum amount of characters that the user is allowed to fill in. ' /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:133: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('help text'), max_length=1000, blank=True, /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:134: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('The help text to be displayed with the field in the admin. Leave empty if ' /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:137: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). mandatory = models.BooleanField(_('mandatory'), default=False, /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:138: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Indicate whether this field is mandatory or not')) /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:140: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('order'), help_text=_('The order of the fields as they will be displayed in the ' /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:140: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('order'), help_text=_('The order of the fields as they will be displayed in the ' /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:145: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('type'), max_length=20, choices=TYPES, default='text', /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:146: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Select the type of custom field. Text will show a text area in the project ' /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:150: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). dropdown_options = JSONField(_('dropdown options'), /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:151: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('List of options for the dropdown fields. ' /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:157: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('show in searchbar'), default=False, /var/akvo/rsr/code/akvo/rsr/models/custom_field.py:158: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Indicate whether this field is show in the partner site search bar')) /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:28: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('loan terms rate 1'), blank=True, null=True, max_digits=5, decimal_places=2, /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:30: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Interest Rate. If an ODA loan with variable interest rate, report the ' /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:34: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('loan terms rate 2'), blank=True, null=True, max_digits=5, decimal_places=2, /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:36: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Second Interest Rate. If an ODA loan with variable interest rate, report the ' /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:40: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('loan terms repayment type'), max_length=1, /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:42: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('An IATI codelist tabulating CRS-specified values for the type of Repayment. ' /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:47: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('loan terms repayment plan'), max_length=2, /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:49: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('An IATI codelist tabulating CRS-specified values for the number of ' /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:54: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('loan terms commitment date'), null=True, blank=True, /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:55: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('The CRS++ reported commitment date.') /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:58: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('loan terms first repayment date'), null=True, blank=True, /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:59: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('The CRS++ reported first repayment date.') /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:62: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('loan terms final repayment date'), null=True, blank=True, /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:63: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('The CRS++ reported final repayment date.') /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:66: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('loan status year'), blank=True, null=True, /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:67: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('CRS reporting year (CRS++ Column 1).') /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:70: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('loan status currency'), blank=True, max_length=3, choices=codelist_choices(CURRENCY) /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:73: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('loan status value date'), blank=True, null=True, /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:74: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter the specific date (DD/MM/YYYY) for the loan status values.') /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:77: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('loan status interest received'), max_digits=10, decimal_places=2, blank=True, null=True, /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:78: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Interest received during the reporting year.') /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:81: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('loan status principal outstanding'), max_digits=10, decimal_places=2, blank=True, /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:82: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). null=True, help_text=_('The amount of principal owed on the loan at the end of the ' /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:86: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('loan status principal arrears'), max_digits=10, decimal_places=2, blank=True, null=True, /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:87: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Arrears of principal at the end of the year. Included in principal ' /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:91: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('loan status interest arrears'), max_digits=10, decimal_places=2, blank=True, null=True, /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:92: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Arrears of interest at the end of the year.') /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:95: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('channel code'), blank=True, max_length=5, choices=codelist_choices(C_R_S_CHANNEL_CODE), /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:96: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('The CRS channel code for this activity. The codelist contains both ' /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:132: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('CRS reporting') /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:133: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('CRS reporting') /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:143: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('code'), max_length=1, choices=codelist_choices(C_R_S_ADD_OTHER_FLAGS), /var/akvo/rsr/code/akvo/rsr/models/crs_add.py:144: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('An IATI code describing the equivalent CRS++ columns. See the ' /var/akvo/rsr/code/akvo/rsr/models/result/result.py:39: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('aggregation status'), blank=True, null=True, /var/akvo/rsr/code/akvo/rsr/models/result/result.py:40: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Indicate whether the data in the result set can be accumulated.') /var/akvo/rsr/code/akvo/rsr/models/result/result.py:43: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('result description'), blank=True, max_length=2000, /var/akvo/rsr/code/akvo/rsr/models/result/result.py:44: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('You can provide further information of the result here.') /var/akvo/rsr/code/akvo/rsr/models/result/result.py:47: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('The parent result of this result.'), /var/akvo/rsr/code/akvo/rsr/models/result/result.py:49: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). order = models.PositiveSmallIntegerField(_('result order'), null=True, blank=True) /var/akvo/rsr/code/akvo/rsr/models/result/result.py:178: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('result') /var/akvo/rsr/code/akvo/rsr/models/result/result.py:179: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('results') /var/akvo/rsr/code/akvo/rsr/models/partnership.py:35: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('Implementing partner'), /var/akvo/rsr/code/akvo/rsr/models/partnership.py:36: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('Funding partner'), /var/akvo/rsr/code/akvo/rsr/models/partnership.py:37: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('Sponsor partner'), /var/akvo/rsr/code/akvo/rsr/models/partnership.py:38: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('Accountable partner'), /var/akvo/rsr/code/akvo/rsr/models/partnership.py:39: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('Extending partner'), /var/akvo/rsr/code/akvo/rsr/models/partnership.py:57: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('Funding partner'), /var/akvo/rsr/code/akvo/rsr/models/partnership.py:58: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('Accountable partner'), /var/akvo/rsr/code/akvo/rsr/models/partnership.py:59: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('Extending partner'), /var/akvo/rsr/code/akvo/rsr/models/partnership.py:60: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('Implementing partner'), /var/akvo/rsr/code/akvo/rsr/models/partnership.py:61: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('Sponsor partner'), /var/akvo/rsr/code/akvo/rsr/models/partnership.py:62: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('Reporting organisation'), /var/akvo/rsr/code/akvo/rsr/models/partnership.py:91: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('Alliance'), /var/akvo/rsr/code/akvo/rsr/models/partnership.py:92: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('Knowledge'), /var/akvo/rsr/code/akvo/rsr/models/partnership.py:93: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('Network') /var/akvo/rsr/code/akvo/rsr/models/partnership.py:99: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). 'Organisation', on_delete=models.CASCADE, verbose_name=_('organisation'), related_name='partnerships', null=True, /var/akvo/rsr/code/akvo/rsr/models/partnership.py:101: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Select an organisation that is taking an active role in the project.') /var/akvo/rsr/code/akvo/rsr/models/partnership.py:103: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). project = models.ForeignKey('Project', on_delete=models.CASCADE, verbose_name=_('project'), related_name='partnerships') /var/akvo/rsr/code/akvo/rsr/models/partnership.py:105: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('organisation role'), choices=IATI_ROLES, db_index=True, null=True, blank=True, /var/akvo/rsr/code/akvo/rsr/models/partnership.py:106: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Select the role of the organisation within the project:
' /var/akvo/rsr/code/akvo/rsr/models/partnership.py:121: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('secondary reporter'), /var/akvo/rsr/code/akvo/rsr/models/partnership.py:123: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_( /var/akvo/rsr/code/akvo/rsr/models/partnership.py:129: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('funding amount'), max_digits=14, decimal_places=2, blank=True, null=True, db_index=True, /var/akvo/rsr/code/akvo/rsr/models/partnership.py:130: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('It’s only possible to indicate a funding amount for funding partners. Use a ' /var/akvo/rsr/code/akvo/rsr/models/partnership.py:134: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('partner type extra'), max_length=30, blank=True, null=True, choices=PARTNER_TYPE_EXTRAS, /var/akvo/rsr/code/akvo/rsr/models/partnership.py:135: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('RSR specific partner type.') /var/akvo/rsr/code/akvo/rsr/models/partnership.py:138: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('IATI activity ID'), max_length=100, blank=True, null=True, db_index=True, /var/akvo/rsr/code/akvo/rsr/models/partnership.py:139: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('A valid activity identifier published by the participating organisation ' /var/akvo/rsr/code/akvo/rsr/models/partnership.py:144: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('Internal ID'), max_length=75, blank=True, null=True, db_index=True, /var/akvo/rsr/code/akvo/rsr/models/partnership.py:145: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('This field can be used to indicate an internal identifier that is used by ' /var/akvo/rsr/code/akvo/rsr/models/partnership.py:150: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_( /var/akvo/rsr/code/akvo/rsr/models/partnership.py:157: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('related IATI activity ID'), max_length=100, blank=True /var/akvo/rsr/code/akvo/rsr/models/partnership.py:187: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('project partner') /var/akvo/rsr/code/akvo/rsr/models/partnership.py:188: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('project partners') /var/akvo/rsr/code/akvo/rsr/models/project_update.py:30: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ('W', _('web')), /var/akvo/rsr/code/akvo/rsr/models/project_update.py:31: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ('E', _('e-mail')), /var/akvo/rsr/code/akvo/rsr/models/project_update.py:32: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ('S', _('SMS')), /var/akvo/rsr/code/akvo/rsr/models/project_update.py:33: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ('M', _('mobile')), /var/akvo/rsr/code/akvo/rsr/models/project_update.py:37: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name=_('project')) /var/akvo/rsr/code/akvo/rsr/models/project_update.py:38: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). user = models.ForeignKey(settings.AUTH_USER_MODEL, on_delete=models.CASCADE, verbose_name=_('user')) /var/akvo/rsr/code/akvo/rsr/models/project_update.py:39: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). title = ValidXMLCharField(_('title'), max_length=1024, db_index=True, /var/akvo/rsr/code/akvo/rsr/models/project_update.py:40: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('1024 characters')) /var/akvo/rsr/code/akvo/rsr/models/project_update.py:41: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). text = ValidXMLTextField(_('text'), blank=True) /var/akvo/rsr/code/akvo/rsr/models/project_update.py:43: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('The language of the update')) /var/akvo/rsr/code/akvo/rsr/models/project_update.py:44: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). event_date = models.DateField(help_text=_('The date of the corresponding event'), /var/akvo/rsr/code/akvo/rsr/models/project_update.py:45: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name=_('event date'), /var/akvo/rsr/code/akvo/rsr/models/project_update.py:51: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). photo = ImageField(_('photo'), blank=True, upload_to=image_path, /var/akvo/rsr/code/akvo/rsr/models/project_update.py:52: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('The image should have 4:3 height:width ratio for best ' /var/akvo/rsr/code/akvo/rsr/models/project_update.py:54: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). photo_caption = ValidXMLTextField(_('photo caption'), blank=True) /var/akvo/rsr/code/akvo/rsr/models/project_update.py:55: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). photo_credit = ValidXMLTextField(_('photo credit'), blank=True) /var/akvo/rsr/code/akvo/rsr/models/project_update.py:56: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). video = EmbedVideoField(_('video URL'), blank=True, /var/akvo/rsr/code/akvo/rsr/models/project_update.py:57: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Supported providers: YouTube and Vimeo')) /var/akvo/rsr/code/akvo/rsr/models/project_update.py:58: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). video_caption = ValidXMLTextField(_('video caption'), blank=True) /var/akvo/rsr/code/akvo/rsr/models/project_update.py:59: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). video_credit = ValidXMLTextField(_('video credit'), blank=True) /var/akvo/rsr/code/akvo/rsr/models/project_update.py:60: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). update_method = ValidXMLCharField(_('update method'), blank=True, max_length=1, /var/akvo/rsr/code/akvo/rsr/models/project_update.py:62: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). user_agent = ValidXMLCharField(_('user agent'), blank=True, max_length=200, default='') /var/akvo/rsr/code/akvo/rsr/models/project_update.py:63: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). uuid = ValidXMLCharField(_('uuid'), blank=True, max_length=40, default='', db_index=True, /var/akvo/rsr/code/akvo/rsr/models/project_update.py:64: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Universally unique ID set by creating user agent')) /var/akvo/rsr/code/akvo/rsr/models/project_update.py:65: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). notes = ValidXMLTextField(verbose_name=_("Notes and comments"), blank=True, default='') /var/akvo/rsr/code/akvo/rsr/models/project_update.py:70: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('project update') /var/akvo/rsr/code/akvo/rsr/models/project_update.py:71: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('project updates') /var/akvo/rsr/code/akvo/rsr/models/project_update.py:118: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). photo = ImageField(_('photo'), upload_to=update_image_path, help_text=_( /var/akvo/rsr/code/akvo/rsr/models/project_update.py:118: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). photo = ImageField(_('photo'), upload_to=update_image_path, help_text=_( /var/akvo/rsr/code/akvo/rsr/models/project_update.py:120: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). caption = ValidXMLTextField(_('photo caption'), blank=True) /var/akvo/rsr/code/akvo/rsr/models/project_update.py:121: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). credit = ValidXMLTextField(_('photo credit'), blank=True) /var/akvo/rsr/code/akvo/rsr/models/project_editor_validation.py:17: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). name = CharField(_('name'), max_length=255) /var/akvo/rsr/code/akvo/rsr/models/project_editor_validation.py:18: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = TextField(_('description'), max_length=5000) /var/akvo/rsr/code/akvo/rsr/models/project_editor_validation.py:30: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('project editor validation set') /var/akvo/rsr/code/akvo/rsr/models/project_editor_validation.py:31: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('project editor validation sets') /var/akvo/rsr/code/akvo/rsr/models/project_editor_validation.py:56: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('Mandatory'), /var/akvo/rsr/code/akvo/rsr/models/project_editor_validation.py:57: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('Hidden'), /var/akvo/rsr/code/akvo/rsr/models/project_editor_validation.py:63: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ProjectEditorValidationSet, on_delete=models.CASCADE, verbose_name=_('validation set'), related_name='validations' /var/akvo/rsr/code/akvo/rsr/models/project_editor_validation.py:65: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). validation = CharField(_('validation'), max_length=255) /var/akvo/rsr/code/akvo/rsr/models/project_editor_validation.py:66: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). action = PositiveSmallIntegerField(_('action'), choices=ACTIONS, db_index=True) /var/akvo/rsr/code/akvo/rsr/models/project_editor_validation.py:73: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('project editor validation') /var/akvo/rsr/code/akvo/rsr/models/project_editor_validation.py:74: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('project editor validations') /var/akvo/rsr/code/akvo/rsr/models/publishing_status.py:20: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (STATUS_UNPUBLISHED, _('Unpublished')), /var/akvo/rsr/code/akvo/rsr/models/publishing_status.py:21: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (STATUS_PUBLISHED, _('Published')), /var/akvo/rsr/code/akvo/rsr/models/publishing_status.py:142: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('publishing status') /var/akvo/rsr/code/akvo/rsr/models/publishing_status.py:143: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('publishing statuses') /var/akvo/rsr/code/akvo/rsr/models/related_project.py:33: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('related project iati identifier'), max_length=100, blank=True, /var/akvo/rsr/code/akvo/rsr/models/related_project.py:34: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('In case you know the IATI identifier of a project that does not exist in ' /var/akvo/rsr/code/akvo/rsr/models/related_project.py:38: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('relation'), max_length=1, choices=codelist_choices(RELATED_ACTIVITY_TYPE), blank=True, /var/akvo/rsr/code/akvo/rsr/models/related_project.py:39: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('The relationship between a project and related project. There are five types ' /var/akvo/rsr/code/akvo/rsr/models/related_project.py:85: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('related project') /var/akvo/rsr/code/akvo/rsr/models/related_project.py:86: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('related projects') /var/akvo/rsr/code/akvo/rsr/models/related_project.py:100: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). message = _('A project can have only one parent.') /var/akvo/rsr/code/akvo/rsr/models/related_project.py:108: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). message = _("Cannot change a project's parent after importing results.") /var/akvo/rsr/code/akvo/rsr/models/project.py:88: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (1, _('Core Activity')), /var/akvo/rsr/code/akvo/rsr/models/project.py:89: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (2, _('Sub Activity')), /var/akvo/rsr/code/akvo/rsr/models/project.py:90: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (3, _('Lower Sub Activity')) /var/akvo/rsr/code/akvo/rsr/models/project.py:94: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ('de', _('German')), /var/akvo/rsr/code/akvo/rsr/models/project.py:95: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ('en', _('English')), /var/akvo/rsr/code/akvo/rsr/models/project.py:96: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ('es', _('Spanish')), /var/akvo/rsr/code/akvo/rsr/models/project.py:97: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ('fr', _('French')), /var/akvo/rsr/code/akvo/rsr/models/project.py:98: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ('nl', _('Dutch')), /var/akvo/rsr/code/akvo/rsr/models/project.py:99: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ('ru', _('Russian')) /var/akvo/rsr/code/akvo/rsr/models/project.py:103: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ('period', _('Period')), /var/akvo/rsr/code/akvo/rsr/models/project.py:104: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ('indicator', _('Indicator')), /var/akvo/rsr/code/akvo/rsr/models/project.py:105: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ('both', _('Both')) /var/akvo/rsr/code/akvo/rsr/models/project.py:116: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (STATUS_NEEDS_FUNDING, _('Needs funding')), /var/akvo/rsr/code/akvo/rsr/models/project.py:117: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (STATUS_ACTIVE, _('Active')), /var/akvo/rsr/code/akvo/rsr/models/project.py:118: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (STATUS_COMPLETE, _('Complete')), /var/akvo/rsr/code/akvo/rsr/models/project.py:119: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (STATUS_CANCELLED, _('Cancelled')), /var/akvo/rsr/code/akvo/rsr/models/project.py:120: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (STATUS_ARCHIVED, _('Archived')), /var/akvo/rsr/code/akvo/rsr/models/project.py:157: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). title = ValidXMLCharField(_('project title'), max_length=200, db_index=True, blank=True) /var/akvo/rsr/code/akvo/rsr/models/project.py:158: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). subtitle = ValidXMLCharField(_('project subtitle'), max_length=200, blank=True) /var/akvo/rsr/code/akvo/rsr/models/project.py:160: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('status'), max_length=1, choices=STATUSES, db_index=True, default=STATUS_NONE /var/akvo/rsr/code/akvo/rsr/models/project.py:163: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('status'), max_length=1, choices=(codelist_choices(ACTIVITY_STATUS)), db_index=True, /var/akvo/rsr/code/akvo/rsr/models/project.py:165: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('There are six different project statuses:
' /var/akvo/rsr/code/akvo/rsr/models/project.py:178: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). 'Category', verbose_name=_('categories'), related_name='projects', blank=True /var/akvo/rsr/code/akvo/rsr/models/project.py:181: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). 'Organisation', verbose_name=_('partners'), through='Partnership', related_name='projects', /var/akvo/rsr/code/akvo/rsr/models/project.py:185: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('summary of project plan'), max_length=2000, blank=True, /var/akvo/rsr/code/akvo/rsr/models/project.py:186: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter a brief summary, try to restrict the number of characters to 400 in ' /var/akvo/rsr/code/akvo/rsr/models/project.py:197: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('photo'), blank=True, upload_to=image_path, /var/akvo/rsr/code/akvo/rsr/models/project.py:198: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Add your project photo here. You can only add one photo. If you have more, ' /var/akvo/rsr/code/akvo/rsr/models/project.py:204: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('photo caption'), blank=True, max_length=60, /var/akvo/rsr/code/akvo/rsr/models/project.py:205: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Briefly describe who or what you see in the photo.') /var/akvo/rsr/code/akvo/rsr/models/project.py:208: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('photo credit'), blank=True, max_length=60, /var/akvo/rsr/code/akvo/rsr/models/project.py:209: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter who took the photo.') /var/akvo/rsr/code/akvo/rsr/models/project.py:213: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('goals overview'), blank=True, /var/akvo/rsr/code/akvo/rsr/models/project.py:214: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Provide a brief description of the overall project goals. For links and ' /var/akvo/rsr/code/akvo/rsr/models/project.py:219: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('baseline situation'), blank=True, /var/akvo/rsr/code/akvo/rsr/models/project.py:220: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Describe the situation at the start of the project. For links and styling of ' /var/akvo/rsr/code/akvo/rsr/models/project.py:225: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('project plan'), blank=True, /var/akvo/rsr/code/akvo/rsr/models/project.py:226: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Detailed information about the implementation of the project: the what, how, ' /var/akvo/rsr/code/akvo/rsr/models/project.py:232: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('sustainability'), blank=True, /var/akvo/rsr/code/akvo/rsr/models/project.py:233: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Describe how you aim to guarantee sustainability of the project until 10 ' /var/akvo/rsr/code/akvo/rsr/models/project.py:242: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('background'), blank=True, /var/akvo/rsr/code/akvo/rsr/models/project.py:243: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('This should describe the geographical, political, environmental, social ' /var/akvo/rsr/code/akvo/rsr/models/project.py:250: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('target group'), blank=True, /var/akvo/rsr/code/akvo/rsr/models/project.py:251: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('This should include information about the people, organisations or resources ' /var/akvo/rsr/code/akvo/rsr/models/project.py:260: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('Aggregate results data from child projects'), default=True, /var/akvo/rsr/code/akvo/rsr/models/project.py:261: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('By selecting this option, the results data of child projects will be aggregated to this project. ' /var/akvo/rsr/code/akvo/rsr/models/project.py:265: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('Aggregate results data to parent project'), default=True, /var/akvo/rsr/code/akvo/rsr/models/project.py:266: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('By selecting this option, the results data of this project will be aggregated ' /var/akvo/rsr/code/akvo/rsr/models/project.py:272: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('is rsr impact project'), default=True, /var/akvo/rsr/code/akvo/rsr/models/project.py:273: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Determines whether the results framework is active for this project.') /var/akvo/rsr/code/akvo/rsr/models/project.py:278: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('is public project'), default=True, /var/akvo/rsr/code/akvo/rsr/models/project.py:279: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Determines whether this project is a public project.') /var/akvo/rsr/code/akvo/rsr/models/project.py:285: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter the language used when entering the details for this project.') /var/akvo/rsr/code/akvo/rsr/models/project.py:288: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('project comments'), blank=True, /var/akvo/rsr/code/akvo/rsr/models/project.py:289: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('The project comments are only for internal use and will not be displayed ' /var/akvo/rsr/code/akvo/rsr/models/project.py:293: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). 'Keyword', verbose_name=_('keyword'), related_name='projects', blank=True, /var/akvo/rsr/code/akvo/rsr/models/project.py:294: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Choose a keyword to link to this project.') /var/akvo/rsr/code/akvo/rsr/models/project.py:298: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Which project attributes that has a target value') /var/akvo/rsr/code/akvo/rsr/models/project.py:303: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('currency'), choices=CURRENCY_CHOICES, max_length=3, default='EUR', /var/akvo/rsr/code/akvo/rsr/models/project.py:304: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('The default currency for this project. Used in all financial ' /var/akvo/rsr/code/akvo/rsr/models/project.py:308: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('start date (planned)'), null=True, blank=True, /var/akvo/rsr/code/akvo/rsr/models/project.py:309: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter the original start date of the project (DD/MM/YYYY).') /var/akvo/rsr/code/akvo/rsr/models/project.py:312: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('start date (actual)'), null=True, blank=True, /var/akvo/rsr/code/akvo/rsr/models/project.py:313: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter the actual start date of the project (DD/MM/YYYY).') /var/akvo/rsr/code/akvo/rsr/models/project.py:316: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('end date (planned)'), null=True, blank=True, /var/akvo/rsr/code/akvo/rsr/models/project.py:317: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter the original end date of the project (DD/MM/YYYY).') /var/akvo/rsr/code/akvo/rsr/models/project.py:320: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('end date (actual)'), null=True, blank=True, /var/akvo/rsr/code/akvo/rsr/models/project.py:321: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter the actual end date of the project (DD/MM/YYYY).') /var/akvo/rsr/code/akvo/rsr/models/project.py:330: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('donate url'), null=True, blank=True, max_length=200, /var/akvo/rsr/code/akvo/rsr/models/project.py:331: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Add a donation url for this project. If no URL is added, it is not possible ' /var/akvo/rsr/code/akvo/rsr/models/project.py:338: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('The total sum of donations the project has already recieved.') /var/akvo/rsr/code/akvo/rsr/models/project.py:343: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('IATI identifier'), max_length=100, blank=True, db_index=True, null=True, unique=True, /var/akvo/rsr/code/akvo/rsr/models/project.py:344: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('This is a globally unique identifier for this activity. It is a requirement ' /var/akvo/rsr/code/akvo/rsr/models/project.py:355: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('hierarchy'), null=True, blank=True, choices=HIERARCHY_OPTIONS, /var/akvo/rsr/code/akvo/rsr/models/project.py:356: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('If you are reporting multiple levels of projects in RSR, you can specify ' /var/akvo/rsr/code/akvo/rsr/models/project.py:360: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('project scope'), blank=True, max_length=2, choices=codelist_choices(ACTIVITY_SCOPE), /var/akvo/rsr/code/akvo/rsr/models/project.py:361: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Select the geographical scope of the project.') /var/akvo/rsr/code/akvo/rsr/models/project.py:364: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('capital spend percentage'), blank=True, null=True, max_digits=4, decimal_places=1, /var/akvo/rsr/code/akvo/rsr/models/project.py:366: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('The percentage of the total commitment allocated to or planned for capital ' /var/akvo/rsr/code/akvo/rsr/models/project.py:371: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('collaboration type'), blank=True, max_length=1, /var/akvo/rsr/code/akvo/rsr/models/project.py:373: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('This is the IATI identifier for the type of collaboration involved. For ' /var/akvo/rsr/code/akvo/rsr/models/project.py:379: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('default aid type vocabulary'), blank=True, max_length=1, default='1', /var/akvo/rsr/code/akvo/rsr/models/project.py:381: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('This is the IATI identifier for the type of vocabulary being used for ' /var/akvo/rsr/code/akvo/rsr/models/project.py:388: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('default aid type'), /var/akvo/rsr/code/akvo/rsr/models/project.py:390: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('This is the IATI identifier for the type of aid being supplied or activity ' /var/akvo/rsr/code/akvo/rsr/models/project.py:398: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('default finance type'), blank=True, max_length=3, /var/akvo/rsr/code/akvo/rsr/models/project.py:400: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('This is the IATI identifier for the type of finance. This element specifies ' /var/akvo/rsr/code/akvo/rsr/models/project.py:407: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('default flow type'), blank=True, max_length=2, choices=codelist_choices(FLOW_TYPE), /var/akvo/rsr/code/akvo/rsr/models/project.py:408: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('This is the IATI identifier for how the activity (project) is funded. For ' /var/akvo/rsr/code/akvo/rsr/models/project.py:414: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('default tied status'), blank=True, max_length=10, choices=codelist_choices(TIED_STATUS), /var/akvo/rsr/code/akvo/rsr/models/project.py:415: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('This element specifies a default for all the activity’s financial ' /var/akvo/rsr/code/akvo/rsr/models/project.py:422: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('country budget vocabulary'), blank=True, max_length=1, /var/akvo/rsr/code/akvo/rsr/models/project.py:424: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter an IATI code for the common functional classification or country ' /var/akvo/rsr/code/akvo/rsr/models/project.py:432: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('humanitarian project'), null=True, /var/akvo/rsr/code/akvo/rsr/models/project.py:433: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Determines whether this project relates entirely or partially to humanitarian aid.'), /var/akvo/rsr/code/akvo/rsr/models/project.py:438: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). 'ProjectEditorValidationSet', verbose_name=_('validations'), related_name='projects' /var/akvo/rsr/code/akvo/rsr/models/project.py:442: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name=_(u"use project roles"), /var/akvo/rsr/code/akvo/rsr/models/project.py:444: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_(u'Toggle between using project roles and employment based permissions')) /var/akvo/rsr/code/akvo/rsr/models/project.py:447: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name=_(u"run iati checks"), /var/akvo/rsr/code/akvo/rsr/models/project.py:449: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_(u'Flag to indicate that the project has pending IATI checks to be run') /var/akvo/rsr/code/akvo/rsr/models/project.py:454: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('project budget'), max_digits=14, decimal_places=2, blank=True, null=True, /var/akvo/rsr/code/akvo/rsr/models/project.py:471: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('project') /var/akvo/rsr/code/akvo/rsr/models/project.py:472: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('projects') /var/akvo/rsr/code/akvo/rsr/models/iati_activity_import.py:47: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (LOG_ENTRY_TYPE.ACTION_CREATE, _('create')), /var/akvo/rsr/code/akvo/rsr/models/iati_activity_import.py:48: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (LOG_ENTRY_TYPE.ACTION_UPDATE, _('update')) /var/akvo/rsr/code/akvo/rsr/models/iati_activity_import.py:53: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). 'Project', on_delete=models.SET_NULL, verbose_name=_('project'), related_name='iati_project_imports', null=True) /var/akvo/rsr/code/akvo/rsr/models/iati_activity_import.py:54: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). activity_xml = models.TextField(verbose_name=_('activity xml')) /var/akvo/rsr/code/akvo/rsr/models/iati_activity_import.py:56: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). max_length=40, verbose_name=_('sha1 hexadecimal digest of the activity XML'), blank=True, ) /var/akvo/rsr/code/akvo/rsr/models/iati_activity_import.py:57: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). iati_identifier = models.CharField(max_length=100, verbose_name=_('IATI activity ID')) /var/akvo/rsr/code/akvo/rsr/models/iati_activity_import.py:72: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('IATI activity import') /var/akvo/rsr/code/akvo/rsr/models/iati_activity_import.py:73: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('IATI activity imports') /var/akvo/rsr/code/akvo/rsr/models/iati_export.py:28: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). STATUS_PENDING: _('pending'), /var/akvo/rsr/code/akvo/rsr/models/iati_export.py:29: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). STATUS_IN_PROGRESS: _('in progress'), /var/akvo/rsr/code/akvo/rsr/models/iati_export.py:30: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). STATUS_COMPLETED: _('completed'), /var/akvo/rsr/code/akvo/rsr/models/iati_export.py:31: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). STATUS_CANCELLED: _('cancelled') /var/akvo/rsr/code/akvo/rsr/models/iati_export.py:35: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). 'Organisation', on_delete=models.CASCADE, verbose_name=_('reporting organisation'), related_name='iati_exports' /var/akvo/rsr/code/akvo/rsr/models/iati_export.py:38: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). settings.AUTH_USER_MODEL, on_delete=models.CASCADE, verbose_name=_('user'), related_name='iati_exports' /var/akvo/rsr/code/akvo/rsr/models/iati_export.py:40: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). projects = models.ManyToManyField('Project', verbose_name=_('projects')) /var/akvo/rsr/code/akvo/rsr/models/iati_export.py:41: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). version = ValidXMLCharField(_('version'), max_length=4, default='2.03') /var/akvo/rsr/code/akvo/rsr/models/iati_export.py:42: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). status = models.PositiveSmallIntegerField(_('status'), default=STATUS_PENDING) /var/akvo/rsr/code/akvo/rsr/models/iati_export.py:43: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). iati_file = models.FileField(_('IATI file'), blank=True, upload_to=file_path) /var/akvo/rsr/code/akvo/rsr/models/iati_export.py:44: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). latest = models.BooleanField(_('latest'), default=False) /var/akvo/rsr/code/akvo/rsr/models/iati_export.py:48: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('IATI export') /var/akvo/rsr/code/akvo/rsr/models/iati_export.py:49: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('IATI exports') /usr/local/lib/python3.8/site-packages/openpyxl/compat/numbers.py:41: DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`. To silence this warning, use `float` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.float64` here. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations numpy.float, /var/akvo/rsr/code/akvo/rsr/models/policy_marker.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). 'Project', on_delete=models.CASCADE, verbose_name=_('project'), related_name='policy_markers' /var/akvo/rsr/code/akvo/rsr/models/policy_marker.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('policy marker'), blank=True, max_length=25, choices=codelist_choices(POLICY_MARKER), /var/akvo/rsr/code/akvo/rsr/models/policy_marker.py:27: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('A policy or theme addressed by the activity, based on DAC policy markers. ' /var/akvo/rsr/code/akvo/rsr/models/policy_marker.py:32: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('policy marker significance'), max_length=2, blank=True, /var/akvo/rsr/code/akvo/rsr/models/policy_marker.py:34: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Each reported marker must contain the significance of the policy marker for ' /var/akvo/rsr/code/akvo/rsr/models/policy_marker.py:47: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). vocabulary = ValidXMLCharField(_('vocabulary'), blank=True, max_length=5, /var/akvo/rsr/code/akvo/rsr/models/policy_marker.py:49: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). vocabulary_uri = ValidXMLCharField(_('vocabulary URI'), blank=True, max_length=1000, /var/akvo/rsr/code/akvo/rsr/models/policy_marker.py:50: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('If the vocabulary is 99 (reporting ' /var/akvo/rsr/code/akvo/rsr/models/policy_marker.py:53: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = ValidXMLCharField(_('policy marker description'), max_length=255, blank=True) /var/akvo/rsr/code/akvo/rsr/models/policy_marker.py:84: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('policy marker') /var/akvo/rsr/code/akvo/rsr/models/policy_marker.py:85: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('policy markers') /var/akvo/rsr/code/akvo/rsr/models/sector.py:20: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). project = models.ForeignKey('Project', on_delete=models.CASCADE, verbose_name=_('project'), related_name='sectors') /var/akvo/rsr/code/akvo/rsr/models/sector.py:22: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('sector code'), blank=True, max_length=25, /var/akvo/rsr/code/akvo/rsr/models/sector.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('It is possible to specify a variety of sector codes, based on the selected ' /var/akvo/rsr/code/akvo/rsr/models/sector.py:31: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('sector description'), blank=True, max_length=100, /var/akvo/rsr/code/akvo/rsr/models/sector.py:32: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Optionally enter a description.') /var/akvo/rsr/code/akvo/rsr/models/sector.py:35: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('sector vocabulary'), blank=True, max_length=5, /var/akvo/rsr/code/akvo/rsr/models/sector.py:37: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('This is the code for the vocabulary used to describe the sector. Sectors ' /var/akvo/rsr/code/akvo/rsr/models/sector.py:41: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('sector vocabulary URI'), blank=True, max_length=1000, /var/akvo/rsr/code/akvo/rsr/models/sector.py:42: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('If the vocabulary is 99 (reporting organisation), the URI where this ' /var/akvo/rsr/code/akvo/rsr/models/sector.py:46: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('sector percentage'), blank=True, null=True, max_digits=4, decimal_places=1, /var/akvo/rsr/code/akvo/rsr/models/sector.py:48: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Percentages should add up to 100%% of the activity being reported if they are ' /var/akvo/rsr/code/akvo/rsr/models/sector.py:111: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('sector') /var/akvo/rsr/code/akvo/rsr/models/sector.py:112: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('sectors') /var/akvo/rsr/code/akvo/rsr/models/project_contact.py:19: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). project = models.ForeignKey('Project', on_delete=models.CASCADE, verbose_name=_('project'), related_name='contacts') /var/akvo/rsr/code/akvo/rsr/models/project_contact.py:21: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('contact type'), blank=True, max_length=1, choices=codelist_choices(CONTACT_TYPE), /var/akvo/rsr/code/akvo/rsr/models/project_contact.py:22: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('What types of enquiries this contact person is best-placed to handle.') /var/akvo/rsr/code/akvo/rsr/models/project_contact.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('contact name'), blank=True, max_length=100, /var/akvo/rsr/code/akvo/rsr/models/project_contact.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Please enter the name of the contact person for this project.') /var/akvo/rsr/code/akvo/rsr/models/project_contact.py:28: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). email = models.EmailField(_('contact email'), blank=True) /var/akvo/rsr/code/akvo/rsr/models/project_contact.py:30: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('job title'), max_length=100, blank=True, /var/akvo/rsr/code/akvo/rsr/models/project_contact.py:31: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Job title of the contact person.') /var/akvo/rsr/code/akvo/rsr/models/project_contact.py:34: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('contact organisation'), blank=True, max_length=100, /var/akvo/rsr/code/akvo/rsr/models/project_contact.py:35: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('The organisation that the contact person works for.') /var/akvo/rsr/code/akvo/rsr/models/project_contact.py:38: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('contact phone number'), blank=True, max_length=30, /var/akvo/rsr/code/akvo/rsr/models/project_contact.py:39: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Contact number for the contact person. Avoid giving personal contact ' /var/akvo/rsr/code/akvo/rsr/models/project_contact.py:43: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('contact address'), max_length=255, blank=True, /var/akvo/rsr/code/akvo/rsr/models/project_contact.py:44: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Address of the contact person. Avoid giving personal contact details.') /var/akvo/rsr/code/akvo/rsr/models/project_contact.py:46: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). state = ValidXMLCharField(_('state'), blank=True, max_length=100, /var/akvo/rsr/code/akvo/rsr/models/project_contact.py:47: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('(100 characters)')) /var/akvo/rsr/code/akvo/rsr/models/project_contact.py:48: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). country = models.ForeignKey('Country', on_delete=models.CASCADE, blank=True, null=True, verbose_name=_('country'), /var/akvo/rsr/code/akvo/rsr/models/project_contact.py:50: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). department = ValidXMLCharField(_('department'), blank=True, max_length=100) /var/akvo/rsr/code/akvo/rsr/models/project_contact.py:52: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('contact website'), blank=True, /var/akvo/rsr/code/akvo/rsr/models/project_contact.py:53: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('The contact web address, if available. The web address should start with ' /var/akvo/rsr/code/akvo/rsr/models/project_contact.py:65: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('contact') /var/akvo/rsr/code/akvo/rsr/models/project_contact.py:66: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('contacts') /var/akvo/rsr/code/akvo/rsr/models/project_condition.py:19: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). project = models.ForeignKey('Project', on_delete=models.CASCADE, verbose_name=_('project'), related_name='conditions') /var/akvo/rsr/code/akvo/rsr/models/project_condition.py:21: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('condition'), blank=True, max_length=100, /var/akvo/rsr/code/akvo/rsr/models/project_condition.py:22: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('The text of a specific condition attached to the Project. Organisation-wide ' /var/akvo/rsr/code/akvo/rsr/models/project_condition.py:28: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('condition type'), blank=True, max_length=1, choices=codelist_choices(CONDITION_TYPE), /var/akvo/rsr/code/akvo/rsr/models/project_condition.py:29: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Condition type – e.g. policy, performance.
' /var/akvo/rsr/code/akvo/rsr/models/project_condition.py:49: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('condition') /var/akvo/rsr/code/akvo/rsr/models/project_condition.py:50: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('conditions') /var/akvo/rsr/code/akvo/rsr/models/planned_disbursement.py:19: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). project = models.ForeignKey('Project', on_delete=models.CASCADE, verbose_name=_('project'), /var/akvo/rsr/code/akvo/rsr/models/planned_disbursement.py:22: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('planned disbursement value'), null=True, blank=True, max_digits=14, decimal_places=2, /var/akvo/rsr/code/akvo/rsr/models/planned_disbursement.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('This should only be used to report specific planned cash transfers. Use a ' /var/akvo/rsr/code/akvo/rsr/models/planned_disbursement.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('planned disbursement value date'), null=True, blank=True, /var/akvo/rsr/code/akvo/rsr/models/planned_disbursement.py:27: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter the specific date (DD/MM/YYYY) for the planned disbursement value.')) /var/akvo/rsr/code/akvo/rsr/models/planned_disbursement.py:28: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). currency = ValidXMLCharField(_('currency'), blank=True, max_length=3, /var/akvo/rsr/code/akvo/rsr/models/planned_disbursement.py:30: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). updated = models.DateField(_('updated'), null=True, blank=True) /var/akvo/rsr/code/akvo/rsr/models/planned_disbursement.py:32: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('planned disbursement period start'), null=True, blank=True, /var/akvo/rsr/code/akvo/rsr/models/planned_disbursement.py:33: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('The exact date of the planned disbursement OR the starting date for the ' /var/akvo/rsr/code/akvo/rsr/models/planned_disbursement.py:36: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('planned disbursement period end'), null=True, blank=True, /var/akvo/rsr/code/akvo/rsr/models/planned_disbursement.py:37: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter the end date (DD/MM/YYYY) for the disbursement period.')) /var/akvo/rsr/code/akvo/rsr/models/planned_disbursement.py:38: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). type = ValidXMLCharField(_('planned disbursement type'), blank=True, max_length=1, /var/akvo/rsr/code/akvo/rsr/models/planned_disbursement.py:41: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). 'Organisation', verbose_name=_('provider organisation'), /var/akvo/rsr/code/akvo/rsr/models/planned_disbursement.py:44: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('provider organisation activity id'), blank=True, max_length=100, /var/akvo/rsr/code/akvo/rsr/models/planned_disbursement.py:45: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('If incoming funds are being provided from the budget of another activity ' /var/akvo/rsr/code/akvo/rsr/models/planned_disbursement.py:49: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). 'Organisation', verbose_name=_('receiver organisation'), /var/akvo/rsr/code/akvo/rsr/models/planned_disbursement.py:52: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('receiver organisation activity id'), blank=True, max_length=100, /var/akvo/rsr/code/akvo/rsr/models/planned_disbursement.py:53: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('The internal identifier used by the receiver organisation for its activity ' /var/akvo/rsr/code/akvo/rsr/models/planned_disbursement.py:109: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('planned disbursement') /var/akvo/rsr/code/akvo/rsr/models/planned_disbursement.py:110: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('planned disbursements') /var/akvo/rsr/code/akvo/rsr/models/transaction.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). project = models.ForeignKey('Project', on_delete=models.CASCADE, verbose_name=_('project'), related_name='transactions') /var/akvo/rsr/code/akvo/rsr/models/transaction.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('transaction reference'), blank=True, max_length=25, /var/akvo/rsr/code/akvo/rsr/models/transaction.py:27: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter a reference for the transaction (eg. transaction number).') /var/akvo/rsr/code/akvo/rsr/models/transaction.py:30: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('transaction aid type vocabulary'), blank=True, max_length=1, default='1', /var/akvo/rsr/code/akvo/rsr/models/transaction.py:32: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter the type of vocabulary being used to describe the aid type ' /var/akvo/rsr/code/akvo/rsr/models/transaction.py:38: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('transaction aid type'), blank=True, max_length=3, /var/akvo/rsr/code/akvo/rsr/models/transaction.py:39: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter the type of aid being supplied. For reference, please visit: ' /var/akvo/rsr/code/akvo/rsr/models/transaction.py:44: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('transaction description'), max_length=255, blank=True, /var/akvo/rsr/code/akvo/rsr/models/transaction.py:45: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter additional information for the transaction, if necessary.') /var/akvo/rsr/code/akvo/rsr/models/transaction.py:48: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('transaction disbursement channel'), blank=True, max_length=1, /var/akvo/rsr/code/akvo/rsr/models/transaction.py:50: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter the channel through which the funds will flow for this transaction, ' /var/akvo/rsr/code/akvo/rsr/models/transaction.py:57: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('transaction finance type'), max_length=3, blank=True, /var/akvo/rsr/code/akvo/rsr/models/transaction.py:59: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('For reference, please visit: ' /var/akvo/rsr/code/akvo/rsr/models/transaction.py:64: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('transaction flow type'), max_length=2, blank=True, choices=codelist_choices(FLOW_TYPE), /var/akvo/rsr/code/akvo/rsr/models/transaction.py:65: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('For reference, please visit: ' /var/akvo/rsr/code/akvo/rsr/models/transaction.py:70: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('transaction tied status'), blank=True, max_length=1, /var/akvo/rsr/code/akvo/rsr/models/transaction.py:72: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Whether the aid is untied, tied, or partially tied. For reference visit ' /var/akvo/rsr/code/akvo/rsr/models/transaction.py:77: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('transaction date'), blank=True, null=True, /var/akvo/rsr/code/akvo/rsr/models/transaction.py:78: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter the financial reporting date that the transaction was/will be ' /var/akvo/rsr/code/akvo/rsr/models/transaction.py:82: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('transaction type'), blank=True, max_length=2, /var/akvo/rsr/code/akvo/rsr/models/transaction.py:84: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Select the type of the transaction (e.g. commitment, disbursement, ' /var/akvo/rsr/code/akvo/rsr/models/transaction.py:88: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('transaction value'), blank=True, null=True, max_digits=14, decimal_places=2, /var/akvo/rsr/code/akvo/rsr/models/transaction.py:89: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter the transaction amount. Use a period to denote decimals.') /var/akvo/rsr/code/akvo/rsr/models/transaction.py:92: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('transaction value date'), blank=True, null=True, /var/akvo/rsr/code/akvo/rsr/models/transaction.py:93: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('The date to be used for determining the exchange rate for currency ' /var/akvo/rsr/code/akvo/rsr/models/transaction.py:97: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('currency'), blank=True, max_length=3, choices=codelist_choices(CURRENCY) /var/akvo/rsr/code/akvo/rsr/models/transaction.py:100: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). 'Organisation', verbose_name=_('provider organisation'), /var/akvo/rsr/code/akvo/rsr/models/transaction.py:104: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('provider organisation activity id'), blank=True, max_length=100, /var/akvo/rsr/code/akvo/rsr/models/transaction.py:105: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('If incoming funds are being provided from the budget of another activity ' /var/akvo/rsr/code/akvo/rsr/models/transaction.py:110: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). 'Organisation', verbose_name=_('receiver organisation'), /var/akvo/rsr/code/akvo/rsr/models/transaction.py:114: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('receiver organisation activity id'), blank=True, max_length=100, /var/akvo/rsr/code/akvo/rsr/models/transaction.py:115: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('The internal identifier used by the receiver organisation for its activity ' /var/akvo/rsr/code/akvo/rsr/models/transaction.py:120: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('transaction recipient country'), blank=True, max_length=2, /var/akvo/rsr/code/akvo/rsr/models/transaction.py:122: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter the country that will benefit from this transaction. It can only be ' /var/akvo/rsr/code/akvo/rsr/models/transaction.py:128: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('transaction recipient region'), blank=True, max_length=25, /var/akvo/rsr/code/akvo/rsr/models/transaction.py:130: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter the supranational geopolitical region (a geographical or ' /var/akvo/rsr/code/akvo/rsr/models/transaction.py:137: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('recipient region vocabulary'), blank=True, max_length=2, /var/akvo/rsr/code/akvo/rsr/models/transaction.py:141: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('recipient region vocabulary URI'), blank=True, max_length=1000, /var/akvo/rsr/code/akvo/rsr/models/transaction.py:142: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('If the vocabulary is 99 (reporting organisation), the URI where this ' /var/akvo/rsr/code/akvo/rsr/models/transaction.py:145: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('humanitarian transaction'), /var/akvo/rsr/code/akvo/rsr/models/transaction.py:147: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Determines whether this transaction relates entirely or partially to humanitarian aid.'), /var/akvo/rsr/code/akvo/rsr/models/transaction.py:242: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('transaction') /var/akvo/rsr/code/akvo/rsr/models/transaction.py:243: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('transactions') /var/akvo/rsr/code/akvo/rsr/models/transaction.py:252: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). 'Transaction', on_delete=models.CASCADE, verbose_name=_('transaction'), related_name='sectors' /var/akvo/rsr/code/akvo/rsr/models/transaction.py:255: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('transaction sector'), blank=True, max_length=25, /var/akvo/rsr/code/akvo/rsr/models/transaction.py:256: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('A recognised code, from a recognised vocabulary, classifying the purpose of ' /var/akvo/rsr/code/akvo/rsr/models/transaction.py:262: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). text = ValidXMLCharField(_('transaction sector description'), blank=True, max_length=100) /var/akvo/rsr/code/akvo/rsr/models/transaction.py:264: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('transaction sector vocabulary'), blank=True, max_length=5, /var/akvo/rsr/code/akvo/rsr/models/transaction.py:266: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('An IATI code for the vocabulary (codelist) used for sector classifications. ' /var/akvo/rsr/code/akvo/rsr/models/transaction.py:270: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('transaction sector vocabulary URI'), blank=True, max_length=1000, /var/akvo/rsr/code/akvo/rsr/models/transaction.py:271: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('If the vocabulary is 99 (reporting organisation), the URI where this ' /var/akvo/rsr/code/akvo/rsr/models/transaction.py:305: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('transaction sector') /var/akvo/rsr/code/akvo/rsr/models/transaction.py:306: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('transaction sectors') /var/akvo/rsr/code/akvo/rsr/models/link.py:18: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (LINK_AKVOPEDIA, _('Akvopedia entry')), /var/akvo/rsr/code/akvo/rsr/models/link.py:19: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (LINK_EXTRNAL, _('External link')), /var/akvo/rsr/code/akvo/rsr/models/link.py:22: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). kind = ValidXMLCharField(_('kind'), max_length=1, choices=LINK_KINDS, default='E') /var/akvo/rsr/code/akvo/rsr/models/link.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('link url'), /var/akvo/rsr/code/akvo/rsr/models/link.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter the link to an external website you wish to redirect to from your ' /var/akvo/rsr/code/akvo/rsr/models/link.py:29: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('link caption'), max_length=50, blank=True, help_text=_('Enter a name for the link.') /var/akvo/rsr/code/akvo/rsr/models/link.py:29: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('link caption'), max_length=50, blank=True, help_text=_('Enter a name for the link.') /var/akvo/rsr/code/akvo/rsr/models/link.py:31: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). project = models.ForeignKey('Project', on_delete=models.CASCADE, verbose_name=_('project'), related_name='links') /var/akvo/rsr/code/akvo/rsr/models/link.py:51: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('link') /var/akvo/rsr/code/akvo/rsr/models/link.py:52: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('links') /var/akvo/rsr/code/akvo/rsr/models/project_document.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). project = models.ForeignKey('Project', on_delete=models.CASCADE, related_name='documents', verbose_name=_('project')) /var/akvo/rsr/code/akvo/rsr/models/project_document.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('document url'), blank=True, /var/akvo/rsr/code/akvo/rsr/models/project_document.py:27: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter the online location of your document. The URL should start with ' /var/akvo/rsr/code/akvo/rsr/models/project_document.py:31: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('document'), blank=True, upload_to=document_path, /var/akvo/rsr/code/akvo/rsr/models/project_document.py:32: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('You can upload a document to your project. To upload multiple documents, ' /var/akvo/rsr/code/akvo/rsr/models/project_document.py:39: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('document format'), max_length=85, blank=True, choices=codelist_choices(FILE_FORMAT), /var/akvo/rsr/code/akvo/rsr/models/project_document.py:40: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('This provides the code for the Internet Media Type ("MIME type") of the ' /var/akvo/rsr/code/akvo/rsr/models/project_document.py:48: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('document title'), max_length=100, blank=True, default=_('Untitled document'), /var/akvo/rsr/code/akvo/rsr/models/project_document.py:48: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('document title'), max_length=100, blank=True, default=_('Untitled document'), /var/akvo/rsr/code/akvo/rsr/models/project_document.py:49: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter the title of your document.') /var/akvo/rsr/code/akvo/rsr/models/project_document.py:52: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('title language'), max_length=2, blank=True, choices=codelist_choices(LANGUAGE), /var/akvo/rsr/code/akvo/rsr/models/project_document.py:53: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Select the language of the document title.') /var/akvo/rsr/code/akvo/rsr/models/project_document.py:56: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('document language'), max_length=2, blank=True, choices=codelist_choices(LANGUAGE), /var/akvo/rsr/code/akvo/rsr/models/project_document.py:57: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Select the language that the document is written in.') /var/akvo/rsr/code/akvo/rsr/models/project_document.py:60: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('document date'), null=True, blank=True, /var/akvo/rsr/code/akvo/rsr/models/project_document.py:61: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter the date (DD/MM/YYYY) to be used for the production or publishing date ' /var/akvo/rsr/code/akvo/rsr/models/project_document.py:114: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('project document') /var/akvo/rsr/code/akvo/rsr/models/project_document.py:115: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('project documents') /var/akvo/rsr/code/akvo/rsr/models/project_document.py:121: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name=_('document')) /var/akvo/rsr/code/akvo/rsr/models/project_document.py:122: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). category = ValidXMLCharField(_('document category'), max_length=3, blank=True, /var/akvo/rsr/code/akvo/rsr/models/project_document.py:124: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('The description of the type of content contained ' /var/akvo/rsr/code/akvo/rsr/models/project_document.py:129: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name = _('project document category') /var/akvo/rsr/code/akvo/rsr/models/project_document.py:130: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). verbose_name_plural = _('project document categories') /var/akvo/rsr/code/akvo/rsr/models/location.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('latitude'), null=True, blank=True, db_index=True, default=None, /var/akvo/rsr/code/akvo/rsr/models/location.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Use a period to denote decimals.') /var/akvo/rsr/code/akvo/rsr/models/location.py:29: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('longitude'), null=True, blank=True, db_index=True, default=None, /var/akvo/rsr/code/akvo/rsr/models/location.py:30: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Use a period to denote decimals.') /var/akvo/rsr/code/akvo/rsr/models/location.py:32: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). city = ValidXMLCharField(_('city'), blank=True, max_length=255) /var/akvo/rsr/code/akvo/rsr/models/location.py:33: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). state = ValidXMLCharField(_('state'), blank=True, max_length=255) /var/akvo/rsr/code/akvo/rsr/models/location.py:34: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). address_1 = ValidXMLCharField(_('address 1'), max_length=255, blank=True) /var/akvo/rsr/code/akvo/rsr/models/location.py:35: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). address_2 = ValidXMLCharField(_('address 2'), max_length=255, blank=True) /var/akvo/rsr/code/akvo/rsr/models/location.py:36: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). postcode = ValidXMLCharField(_('postal code'), max_length=10, blank=True) /var/akvo/rsr/code/akvo/rsr/models/location.py:37: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). country = models.ForeignKey('Country', on_delete=models.SET_NULL, null=True, blank=True, verbose_name=_('country')) /var/akvo/rsr/code/akvo/rsr/models/location.py:93: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('country'), blank=True, max_length=2, choices=codelist_choices(COUNTRY, show_code=False), /var/akvo/rsr/code/akvo/rsr/models/location.py:94: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('The country in which the organisation is located.') /var/akvo/rsr/code/akvo/rsr/models/location.py:112: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('reference'), blank=True, max_length=50, /var/akvo/rsr/code/akvo/rsr/models/location.py:113: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('An internal reference that describes the location in the reporting ' /var/akvo/rsr/code/akvo/rsr/models/location.py:121: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('code'), blank=True, max_length=25, /var/akvo/rsr/code/akvo/rsr/models/location.py:122: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Enter a code to identify the region. Codes are based on DAC region codes. ' /var/akvo/rsr/code/akvo/rsr/models/location.py:127: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). vocabulary = ValidXMLCharField(_('vocabulary'), blank=True, max_length=2, /var/akvo/rsr/code/akvo/rsr/models/location.py:130: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('name'), blank=True, max_length=100, /var/akvo/rsr/code/akvo/rsr/models/location.py:131: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('The human-readable name for the location.') /var/akvo/rsr/code/akvo/rsr/models/location.py:134: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('location description'), blank=True, max_length=2000, /var/akvo/rsr/code/akvo/rsr/models/location.py:135: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('This provides free text space for providing an additional description, if ' /var/akvo/rsr/code/akvo/rsr/models/location.py:140: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('activity description'), blank=True, max_length=2000, /var/akvo/rsr/code/akvo/rsr/models/location.py:141: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('A description that qualifies the activity taking place at the location. ' /var/akvo/rsr/code/akvo/rsr/models/location.py:147: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('location precision'), blank=True, max_length=1, /var/akvo/rsr/code/akvo/rsr/models/location.py:149: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Defines whether the location represents the most distinct point reasonably ' /var/akvo/rsr/code/akvo/rsr/models/location.py:154: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('reach'), blank=True, max_length=1, choices=codelist_choices(GEOGRAPHIC_LOCATION_REACH), /var/akvo/rsr/code/akvo/rsr/models/location.py:155: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Does this location describe where the activity takes place or where the ' /var/akvo/rsr/code/akvo/rsr/models/location.py:159: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('class'), blank=True, max_length=1, choices=codelist_choices(GEOGRAPHIC_LOCATION_CLASS), /var/akvo/rsr/code/akvo/rsr/models/location.py:160: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Does the location refer to a physical structure such as a building, a ' /var/akvo/rsr/code/akvo/rsr/models/location.py:168: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('feature designation'), blank=True, max_length=5, /var/akvo/rsr/code/akvo/rsr/models/location.py:170: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('A more refined coded classification of the type of feature referred to by ' /var/akvo/rsr/code/akvo/rsr/models/location.py:214: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ProjectLocation._meta.get_field('country').help_text = _( /var/akvo/rsr/code/akvo/rsr/models/location.py:235: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). 'ProjectLocation', on_delete=models.CASCADE, verbose_name=_('location'), related_name='administratives' /var/akvo/rsr/code/akvo/rsr/models/location.py:238: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('administrative code'), blank=True, max_length=25, /var/akvo/rsr/code/akvo/rsr/models/location.py:239: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('Coded identification of national and sub-national divisions according to ' /var/akvo/rsr/code/akvo/rsr/models/location.py:244: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _('administrative vocabulary'), blank=True, max_length=2, /var/akvo/rsr/code/akvo/rsr/models/location.py:246: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_('For reference:
%s

' % _( /var/akvo/rsr/code/akvo/rsr/admin.py:513: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). label=_("Username"), max_length=254, /var/akvo/rsr/code/akvo/rsr/admin.py:515: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_("Required. 254 characters or fewer. Letters, digits and " /var/akvo/rsr/code/akvo/rsr/admin.py:518: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). 'invalid': _("This value may contain only letters, numbers and " /var/akvo/rsr/code/akvo/rsr/admin.py:525: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). label=_("Username"), max_length=254, regex=r"^[\w.@+-]+$", /var/akvo/rsr/code/akvo/rsr/admin.py:526: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_("Required. 254 characters or fewer. Letters, digits and " /var/akvo/rsr/code/akvo/rsr/admin.py:529: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). 'invalid': _("This value may contain only letters, numbers and " /var/akvo/rsr/code/akvo/rsr/admin.py:537: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (_('Personal info'), {'fields': ('first_name', 'last_name')}), /var/akvo/rsr/code/akvo/rsr/admin.py:538: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (_('Permissions'), { /var/akvo/rsr/code/akvo/rsr/admin.py:541: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (_('Important dates'), {'fields': ('last_login', 'date_joined')}), /var/akvo/rsr/code/akvo/rsr/admin.py:622: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (_('General Information'), { /var/akvo/rsr/code/akvo/rsr/admin.py:625: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (_('Content'), { /var/akvo/rsr/code/akvo/rsr/admin.py:628: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (_('Image and video'), { /var/akvo/rsr/code/akvo/rsr/admin.py:667: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (_('Project selection'), { /usr/local/lib/python3.8/site-packages/django/core/cache/__init__.py:44: RemovedInDjango41Warning: MemcachedCache is deprecated in favor of PyMemcacheCache and PyLibMCCache. return backend_cls(location, params) /var/akvo/rsr/code/akvo/rsr/feeds.py:235: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). title = _('Last 25 RSR project updates') /var/akvo/rsr/code/akvo/rsr/feeds.py:240: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = _('Project updates for all Akvo RSR projects') /var/akvo/rsr/code/akvo/rsr/forms.py:93: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). label=_('Email'), /var/akvo/rsr/code/akvo/rsr/forms.py:96: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). attrs={'placeholder': _('Email')} /var/akvo/rsr/code/akvo/rsr/forms.py:100: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). label=_('First name'), /var/akvo/rsr/code/akvo/rsr/forms.py:103: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). attrs={'placeholder': _('First name')} /var/akvo/rsr/code/akvo/rsr/forms.py:107: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). label=_('Last name'), /var/akvo/rsr/code/akvo/rsr/forms.py:110: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). attrs={'placeholder': _('Last name')} /var/akvo/rsr/code/akvo/rsr/forms.py:114: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). label=_('Password'), /var/akvo/rsr/code/akvo/rsr/forms.py:116: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). attrs={'placeholder': _('Password')}, /var/akvo/rsr/code/akvo/rsr/forms.py:121: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). label=_('Repeat password'), /var/akvo/rsr/code/akvo/rsr/forms.py:123: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). attrs={'placeholder': _('Repeat password')}, /var/akvo/rsr/code/akvo/rsr/forms.py:202: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). label=_('First name'), /var/akvo/rsr/code/akvo/rsr/forms.py:205: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). attrs={'placeholder': _('First name')} /var/akvo/rsr/code/akvo/rsr/forms.py:209: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). label=_('Last name'), /var/akvo/rsr/code/akvo/rsr/forms.py:212: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). attrs={'placeholder': _('Last name')} /var/akvo/rsr/code/akvo/rsr/forms.py:216: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). label=_('Password'), /var/akvo/rsr/code/akvo/rsr/forms.py:218: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). attrs={'placeholder': _('Password')}, /var/akvo/rsr/code/akvo/rsr/forms.py:223: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). label=_('Repeat password'), /var/akvo/rsr/code/akvo/rsr/forms.py:225: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). attrs={'placeholder': _('Repeat password')}, /var/akvo/rsr/code/akvo/rsr/views/translations.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Related projects": _("Related projects"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Parent": _("Parent"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:17: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Child": _("Child"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:18: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Sibling": _("Sibling"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:19: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Co-founded": _("Co-founded"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:20: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Third-party": _("Third-party"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:21: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add another related project": _("Add another related project"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:22: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "relation": _("Relation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Project": _("Project"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Related project": _("Related RSR project"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Related project is not present in RSR": _("Related project is not present in RSR"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Related project tooltip": _("Check this box if you would like to indicate a related project that is not present in RSR. Instead, you will be able to fill in the IATI activity ID of the project."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:27: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Project photo": _("Project Photo"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:28: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Uploading": _("Uploading"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:29: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Upload New Image": _("Upload New Image"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:30: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Drag file here": _("Drag file here"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:31: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "or click to browse from computer": _("or click to browse from computer"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:32: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Photo": _("photo"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:33: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Project photo tooltip": _('Add your project photo here. You can only add one photo. If you have more, ' /var/akvo/rsr/code/akvo/rsr/views/translations.py:37: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "optional": _("optional"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:38: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add another contact": _("Add another contact"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:39: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Contact": _("Contact"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:40: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Yes": _("Yes"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:41: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "No": _("No"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:42: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add another participating organisation": _("Add another participating organisation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:43: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Accountable partner": _("Accountable partner"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:44: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Extending partner": _("Extending partner"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:45: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Funding partner": _("Funding partner"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:46: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Implementing partner": _("Implementing partner"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:47: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Reporting organisation": _("Reporting organisation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:48: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Sponsor partner": _("Sponsor partner"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:49: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add description": _("Add description"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:50: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add another contact": _("Add another contact"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:51: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Accountable partner": _("Accountable partner"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:52: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Extending partner": _("Extending partner"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:53: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Funding partner": _("Funding partner"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:54: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Implementing partner": _("Implementing partner"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:55: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Reporting organisation": _("Reporting organisation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:56: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Sponsor partner": _("Sponsor partner"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:57: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Yes": _("Yes"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:58: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "No": _("No"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:59: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add another participating organisation": _("Add another participating organisation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:60: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add description": _("Add description"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:61: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add result": _("Add result"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:62: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "No results": _("No results"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:63: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Import the results framework from parent project": _("Import the results framework from parent project"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:64: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Import results set": _("Import results set"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:65: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Copy the results framework from an existing project": _("Copy the results framework from an existing project"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:66: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "optional": _("optional"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:67: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Identification": _("Identification"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:68: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Implementation": _("Implementation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:69: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Completion": _("Completion"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:70: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Post-completion": _("Post-completion"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:71: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Canceled": _("Canceled"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:72: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Suspended": _("Suspended"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:73: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Bilateral": _("Bilateral"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:74: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Multilateral (inflows)": _("Multilateral (inflows)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:75: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Bilateral, core contributions to NGOs and other private bodies / PPPs": _("Bilateral, core contributions to NGOs and other private bodies / PPPs"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:76: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Multilateral outflows": _("Multilateral outflows"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:77: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Private sector outflows": _("Private sector outflows"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:78: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Bilateral, ex-post reporting on NGOs' activities funded through core contributions": _("Bilateral, ex-post reporting on NGOs' activities funded through core contributions"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:79: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "bilateral, triangular co-operation: activities where one or more bilateral providers of development co-operation or international organisations support South-South co-operation, joining forces with developing countries to facilitate a sharing of knowledge and experience among all partners involved.": _("bilateral, triangular co-operation: activities where one or more bilateral providers of development co-operation or international organisations support South-South co-operation, joining forces with developing countries to facilitate a sharing of knowledge and experience among all partners involved."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:80: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Core Activity": _("Core Activity"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:81: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Sub Activity": _("Sub Activity"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:82: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Lower Sub Activity": _("Lower Sub Activity"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:83: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "IATI Identifier": _("IATI Identifier"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:84: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Within each result indicators can be defined. Indicators should be items that can be counted and evaluated as the project continues and is completed.": _("Within each result indicators can be defined. Indicators should be items that can be counted and evaluated as the project continues and is completed."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:85: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add label": _("Add label"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:86: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Edit": _("Edit"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:87: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add": _("Add"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:88: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Are you sure to delete this?": _("Are you sure to delete this?"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:89: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Done": _("Done"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:90: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The term \"disaggregation\" is equivalent to the IATI term \"dimension\". For those reporting to IATI via RSR, disaggregations and their associated data are mapped accordingly as dimensions in your IATI export.": _('The term "disaggregation" is equivalent to the IATI term "dimension". For those reporting to IATI via RSR, disaggregations and their associated data are mapped accordingly as dimensions in your IATI export.'), /var/akvo/rsr/code/akvo/rsr/views/translations.py:91: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Disaggregations": _("Disaggregations"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:92: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Remove": _("Remove"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:93: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add disaggregation": _("Add disaggregation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:94: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add New Disaggregation": _("Add New Disaggregation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:95: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Cancel": _("Cancel"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:96: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Create new": _("Create new"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:97: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Disaggregation category": _("Disaggregation category"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:98: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Ex: Age": _("Ex: Age"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:99: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Label": _("Label"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:100: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Ex: Under 18": _("Ex: Under 18"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:101: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Ex: Above 18": _("Ex: Above 18"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:102: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Remove label": _("Remove label"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:103: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Indicator": _("Indicator"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:104: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Are you sure to delete this indicator?": _("Are you sure to delete this indicator?"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:105: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Title": _("Title"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:106: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Choose how the indicator will be measured (in percentage or units).": _("Choose how the indicator will be measured (in percentage or units)."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:107: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Measure": _("Measure"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:108: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Unit": _("Unit"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:109: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Percentage": _("Percentage"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:110: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Choose ascending if the target value of the indicator is higher than the baseline value (eg. people with access to sanitation). Choose descending if the target value of the indicator is lower than the baseline value (eg. people with diarrhea).": _("Choose ascending if the target value of the indicator is higher than the baseline value (eg. people with access to sanitation). Choose descending if the target value of the indicator is lower than the baseline value (eg. people with diarrhea)."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:111: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Order": _("Order"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:112: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Ascending": _("Ascending"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:113: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Descending": _("Descending"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:114: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "You can provide further information of the indicator here.": _("You can provide further information of the indicator here."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:115: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Description": _("Description"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:116: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Baseline year": _("Baseline year"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:117: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Baseline value": _("Baseline value"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:118: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Baseline comment": _("Baseline comment"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:119: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Quantitative": _("Quantitative"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:120: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Qualitative": _("Qualitative"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:121: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add indicator": _("Add indicator"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:122: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Copy results": _("Copy results"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:123: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Create a new results framework": _("Create a new results framework"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:124: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Full preview": _("Full preview"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:125: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Are you sure to delete this result?": _("Are you sure to delete this result?"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:126: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "You can provide further information of the result here.": _("You can provide further information of the result here."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:127: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enable aggregation": _("Enable aggregation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:128: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Indicators": _("Indicators"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:129: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Budget items": _("Budget items"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:130: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Total budget": _("Total Budget"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:131: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Budget item": _("Budget item"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:132: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Budget type": _("Budget type"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:133: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Original": _("Original"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:134: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Revised": _("Revised"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:135: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Status": _("Status"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:136: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Indicative": _("Indicative"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:137: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Committed": _("Committed"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:138: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add Budget Item": _("Add Budget Item"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:139: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add a donation url for this project. If no URL is added, it is not possible to donate to this project through RSR.": _("Add a donation url for this project. If no URL is added, it is not possible to donate to this project through RSR."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:140: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Donate URL": _("donate url"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:141: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The percentage of the total commitment allocated to or planned for capital expenditure. Content must be a positive decimal number between 0 and 100, with no percentage sign. Use a period to denote decimals.": _("The percentage of the total commitment allocated to or planned for capital expenditure. Content must be a positive decimal number between 0 and 100, with no percentage sign. Use a period to denote decimals."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:142: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Capital spend percentage": _("capital spend percentage"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:143: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Country budget items": _("Country budget items"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:144: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter an IATI code for the common functional classification or country system (this allows for common codes, country-specific codes, or any other classification agreed between countries and donors) see:
http://iatistandard.org/201/codelists/BudgetIdentifierVocabulary/.": _("Enter an IATI code for the common functional classification or country system (this allows for common codes, country-specific codes, or any other classification agreed between countries and donors) see: http://iatistandard.org/201/codelists/BudgetIdentifierVocabulary/."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:145: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Vocabulary": _("Vocabulary"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:146: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Country Chart of Accounts": _("Country Chart of Accounts"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:147: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Other Country System": _("Other Country System"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:148: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Reporting Organisation": _("Reporting Organisation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:149: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Other": _("Other"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:150: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Transactions": _("Transactions"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:151: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Planned disbursements": _("Planned disbursements"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:152: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "currency": _("currency"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:153: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Amount": _("Amount"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:154: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the amount of budget that is set aside for this specific budget item. Use a period to denote decimals.": _("Enter the amount of budget that is set aside for this specific budget item. Use a period to denote decimals."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:155: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Additional info": _("Additional info"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:156: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "budget type": _("budget type"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:157: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The status explains whether the budget being reported is indicative or has been formally committed.": _("The status explains whether the budget being reported is indicative or has been formally committed."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:158: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "period start": _("period start"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:159: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the start date (DD/MM/YYYY) for the budget period.": _("Enter the start date (DD/MM/YYYY) for the budget period."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:160: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "period end": _("period end"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:161: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the end date (DD/MM/YYYY) for the budget period.": _("Enter the end date (DD/MM/YYYY) for the budget period."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:162: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "value date": _("value date"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:163: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the date (DD/MM/YYYY) to be used for determining the exchange rate for currency conversions.": _("Enter the date (DD/MM/YYYY) to be used for determining the exchange rate for currency conversions."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:164: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Item code": _("Item code"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:165: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "If more than one identifier is reported, the percentage share must be reported and all percentages should add up to 100 percent. Use a period to denote decimals.": _("If more than one identifier is reported, the percentage share must be reported and all percentages should add up to 100 percent. Use a period to denote decimals."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:166: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add country budget item": _("Add country budget item"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:167: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Country budget item": _("Country budget item"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:168: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "value": _("value"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:169: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "type": _("type"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:170: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The exact date of the planned disbursement OR the starting date for the disbursement period (DD/MM/YYYY).": _("The exact date of the planned disbursement OR the starting date for the disbursement period (DD/MM/YYYY)."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:171: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the end date (DD/MM/YYYY) for the disbursement period.": _("Enter the end date (DD/MM/YYYY) for the disbursement period."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:172: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "provider organisation": _("provider organisation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:173: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Provider organisation": _("Provider organisation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:174: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "For incoming funds, this is the organisation from which the funds originated. It will default to the reporting organisation.": _("For incoming funds, this is the organisation from which the funds originated. It will default to the reporting organisation."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:175: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Activity ID": _("Activity ID"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:176: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "recipient organisation": _("recipient organisation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:177: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The organisation that receives the incoming funds.": _("The organisation that receives the incoming funds."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:178: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The internal identifier used by the receiver organisation for its activity that receives the funds from this disbursement (not to be confused with the IATI identifier for the target activity).": _("The internal identifier used by the receiver organisation for its activity that receives the funds from this disbursement (not to be confused with the IATI identifier for the target activity)."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:179: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add planned disbursement": _("Add planned disbursement"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:181: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "A recognised code, from a recognised vocabulary, classifying the purpose of this transaction. If this element is used then ALL transaction elements should contain a transaction/sector element and iati-activity/sector should NOT be used. This element can be used multiple times, but only one sector can be reported per vocabulary.": _("A recognised code, from a recognised vocabulary, classifying the purpose of this transaction. If this element is used then ALL transaction elements should contain a transaction/sector element and iati-activity/sector should NOT be used. This element can be used multiple times, but only one sector can be reported per vocabulary."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:182: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Name": _("Name"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:183: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "An IATI code for the vocabulary (codelist) used for sector classifications. If omitted, OECD DAC 5-digit Purpose Codes are assumed. Note that at transaction level, only one sector per vocabulary can be reported.": _("An IATI code for the vocabulary (codelist) used for sector classifications. If omitted, OECD DAC 5-digit Purpose Codes are assumed. Note that at transaction level, only one sector per vocabulary can be reported."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:184: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "vocabulary": _("vocabulary"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:185: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "If the vocabulary is 99 (reporting organisation), the URI where this internal vocabulary is defined.": _("If the vocabulary is 99 (reporting organisation), the URI where this internal vocabulary is defined."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:186: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add sector": _("Add sector"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:187: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Select the type of the transaction (e.g. commitment, disbursement, expenditure).": _("Select the type of the transaction (e.g. commitment, disbursement, expenditure)."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:188: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Transaction item": _("Transaction item"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:189: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the transaction amount. Use a period to denote decimals.": _("Enter the transaction amount. Use a period to denote decimals."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:190: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Determines whether this transaction relates entirely or partially to humanitarian aid.": _("Determines whether this transaction relates entirely or partially to humanitarian aid."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:191: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "humanitarian transaction": _("humanitarian transaction"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:192: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the financial reporting date that the transaction was/will be undertaken.": _("Enter the financial reporting date that the transaction was/will be undertaken."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:193: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "date": _("date"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:194: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The date to be used for determining the exchange rate for currency conversions of the transaction.": _("The date to be used for determining the exchange rate for currency conversions of the transaction."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:195: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "organisation": _("organisation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:196: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The internal identifier used by the receiver organisation for its activity that receives the funds from this transaction (not to be confused with the IATI identifier for the target activity).": _("The internal identifier used by the receiver organisation for its activity that receives the funds from this transaction (not to be confused with the IATI identifier for the target activity)."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:197: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "description": _("description"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:198: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter additional information for the transaction, if necessary.": _("Enter additional information for the transaction, if necessary."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:199: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "transaction reference": _("transaction reference"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:200: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter a reference for the transaction (eg. transaction number).": _("Enter a reference for the transaction (eg. transaction number)."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:201: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Transaction aid type vocabulary": _("Transaction aid type vocabulary"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:202: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the type of vocabulary being used to describe the aid type For reference, please visit: http://iatistandard.org/203/codelists/AidTypeVocabulary/.": _("Enter the type of vocabulary being used to describe the aid type For reference, please visit: http://iatistandard.org/203/codelists/AidTypeVocabulary/."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:203: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the type of aid being supplied. For reference, please visit: http://iatistandard.org/202/codelists/AidType/": _("Enter the type of aid being supplied. For reference, please visit: http://iatistandard.org/202/codelists/AidType/"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:204: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "aid type": _("aid type"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:205: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the channel through which the funds will flow for this transaction, from an IATI codelist. For reference, please visit: http://iatistandard.org/202/codelists/DisbursementChannel/": _("Enter the channel through which the funds will flow for this transaction, from an IATI codelist. For reference, please visit: http://iatistandard.org/202/codelists/DisbursementChannel/"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:206: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Disbursement channel": _("Disbursement channel"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:207: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "For reference, please visit: http://iatistandard.org/202/codelists/FinanceType/.": _("For reference, please visit: http://iatistandard.org/202/codelists/FinanceType/."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:208: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Finance type": _("Finance type"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:209: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "For reference, please visit: http://iatistandard.org/202/codelists/FlowType/.": _("For reference, please visit: http://iatistandard.org/202/codelists/FlowType/."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:210: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Flow type": _("Flow type"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:211: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Whether the aid is untied, tied, or partially tied. For reference visit http://iatistandard.org/202/codelists/TiedStatus/.": _("Whether the aid is untied, tied, or partially tied. For reference visit http://iatistandard.org/202/codelists/TiedStatus/."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:212: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Tied status": _("Tied status"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:213: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Recipient": _("Recipient"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:214: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the country that will benefit from this transaction. It can only be one country per transaction. For reference, please visit: http://iatistandard.org/202/codelists/Country/.": _("Enter the country that will benefit from this transaction. It can only be one country per transaction. For reference, please visit: http://iatistandard.org/202/codelists/Country/."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:215: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "country": _("country"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:216: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the supranational geopolitical region (a geographical or administrative grouping of countries into a region - e.g. Sub-Saharan Africa, Mekong Delta) that will benefit from this transaction. For reference, please visit: http://iatistandard.org/202/codelists/Region/.": _("Enter the supranational geopolitical region (a geographical or administrative grouping of countries into a region - e.g. Sub-Saharan Africa, Mekong Delta) that will benefit from this transaction. For reference, please visit: http://iatistandard.org/202/codelists/Region/."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:217: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "region": _("region"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:218: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "region vocabulary": _("region vocabulary"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:219: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Region vocabulary uri": _("Region vocabulary uri"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:220: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Transaction sectors": _("Transaction sectors"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:221: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add transaction": _("Add transaction"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:222: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "This should only be used to report specific planned cash transfers. Use a period to denote decimals.": _("This should only be used to report specific planned cash transfers. Use a period to denote decimals."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:223: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Are you sure to delete this sector?": _("Are you sure to delete this sector?"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:224: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the type of vocabulary being used to describe the aid type For reference, please visit: http://iatistandard.org/203/codelists/AidTypeVocabulary/.": _("Enter the type of vocabulary being used to describe the aid type For reference, please visit: http://iatistandard.org/203/codelists/AidTypeVocabulary/."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:225: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the type of aid being supplied. For reference, please visit: http://iatistandard.org/202/codelists/AidType/": _("Enter the type of aid being supplied. For reference, please visit: http://iatistandard.org/202/codelists/AidType/"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:226: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the channel through which the funds will flow for this transaction, from an IATI codelist. For reference, please visit: http://iatistandard.org/202/codelists/DisbursementChannel/": _("Enter the channel through which the funds will flow for this transaction, from an IATI codelist. For reference, please visit: http://iatistandard.org/202/codelists/DisbursementChannel/"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:227: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "For reference, please visit: http://iatistandard.org/202/codelists/FinanceType/.": _("For reference, please visit: http://iatistandard.org/202/codelists/FinanceType/."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:228: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "For reference, please visit: http://iatistandard.org/202/codelists/FlowType/.": _("For reference, please visit: http://iatistandard.org/202/codelists/FlowType/."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:229: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Whether the aid is untied, tied, or partially tied. For reference visit http://iatistandard.org/202/codelists/TiedStatus/.": _("Whether the aid is untied, tied, or partially tied. For reference visit http://iatistandard.org/202/codelists/TiedStatus/."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:230: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the country that will benefit from this transaction. It can only be one country per transaction. For reference, please visit: http://iatistandard.org/202/codelists/Country/.": _("Enter the country that will benefit from this transaction. It can only be one country per transaction. For reference, please visit: http://iatistandard.org/202/codelists/Country/."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:231: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the supranational geopolitical region (a geographical or administrative grouping of countries into a region - e.g. Sub-Saharan Africa, Mekong Delta) that will benefit from this transaction. For reference, please visit: http://iatistandard.org/202/codelists/Region/.": _("Enter the supranational geopolitical region (a geographical or administrative grouping of countries into a region - e.g. Sub-Saharan Africa, Mekong Delta) that will benefit from this transaction. For reference, please visit: http://iatistandard.org/202/codelists/Region/."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:232: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The aim of the project in one sentence. This doesn’t need to be something that can be directly counted, but it should describe an overall goal of the project. There can be multiple results for one project.": _("The aim of the project in one sentence. This doesn’t need to be something that can be directly counted, but it should describe an overall goal of the project. There can be multiple results for one project."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:233: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Select the budget item(s) to indicate how the project budget is divided. Use the ‘Other’ fields to add custom budget items.": _("Select the budget item(s) to indicate how the project budget is divided. Use the ‘Other’ fields to add custom budget items."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:234: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "This item encodes the alignment of activities with both the functional and administrative classifications used in the recipient country’s Chart of Accounts. This applies to both on- and off-budget activities.": _("This item encodes the alignment of activities with both the functional and administrative classifications used in the recipient country’s Chart of Accounts. This applies to both on- and off-budget activities."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:235: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the specific date (DD/MM/YYYY) for the planned disbursement value.": _("Enter the specific date (DD/MM/YYYY) for the planned disbursement value."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:236: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "If incoming funds are being provided from the budget of another activity that is reported to IATI, it is STRONGLY RECOMMENDED that this should record the provider’s unique IATI activity identifier for that activity.": _("If incoming funds are being provided from the budget of another activity that is reported to IATI, it is STRONGLY RECOMMENDED that this should record the provider’s unique IATI activity identifier for that activity."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:237: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Administrative": _("Administrative"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:238: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Are you sure to delete this administrative?": _("Are you sure to delete this administrative?"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:239: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "For reference: http://iatistandard.org/202/codelists/GeographicVocabulary/.": _("For reference: http://iatistandard.org/202/codelists/GeographicVocabulary/."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:240: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Coded identification of national and sub-national divisions according to recognised administrative boundary repositories. Multiple levels may be reported.": _("Coded identification of national and sub-national divisions according to recognised administrative boundary repositories. Multiple levels may be reported."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:241: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "administrative code": _("administrative code"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:242: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "administrative level": _("administrative level"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:243: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add administrative": _("Add administrative"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:244: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Locations": _("Locations"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:245: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "address 1": _("address 1"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:246: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "address 2": _("address 2"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:247: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "postal code": _("postal code"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:248: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "name": _("name"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:249: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The human-readable name for the location.": _("The human-readable name for the location."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:250: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "reference": _("reference"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:251: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "An internal reference that describes the location in the reporting organisation's own system.For reference see: http://iatistandard.org/202/activity-standard/iati-activities/iati-activity/location/#attributes.": _("An internal reference that describes the location in the reporting organisation's own system.For reference see: http://iatistandard.org/202/activity-standard/iati-activities/iati-activity/location/#attributes."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:252: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "code": _("code"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:253: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter a code to identify the region. Codes are based on DAC region codes. Where an activity is considered global, the code 998 can be used. For reference: http://www.oecd.org/dac/stats/dacandcrscodelists.htm.": _("Enter a code to identify the region. Codes are based on DAC region codes. Where an activity is considered global, the code 998 can be used. For reference: http://www.oecd.org/dac/stats/dacandcrscodelists.htm."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:254: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "location description": _("location description"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:255: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "This provides free text space for providing an additional description, if needed, of the actual target of the activity. A description that qualifies the location, not the activity.": _("This provides free text space for providing an additional description, if needed, of the actual target of the activity. A description that qualifies the location, not the activity."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:256: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "A description that qualifies the activity taking place at the location. This should not duplicate information provided in the main activity description, and should typically be used to distinguish between activities at multiple locations within a single iati-activity record.": _("A description that qualifies the activity taking place at the location. This should not duplicate information provided in the main activity description, and should typically be used to distinguish between activities at multiple locations within a single iati-activity record."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:257: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "location precision": _("location precision"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:258: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Defines whether the location represents the most distinct point reasonably possible for this type of activity or is an approximation due to lack of more detailed information.": _("Defines whether the location represents the most distinct point reasonably possible for this type of activity or is an approximation due to lack of more detailed information."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:259: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Activity": _("Activity"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:260: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Intended beneficiaries": _("Intended beneficiaries"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:261: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "reach": _("reach"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:262: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Does this location describe where the activity takes place or where the intended beneficiaries reside?": _("Does this location describe where the activity takes place or where the intended beneficiaries reside?"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:263: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Administrative Region": _("Administrative Region"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:264: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Populated Place": _("Populated Place"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:265: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Structure": _("Structure"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:266: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Other Topographical Feature": _("Other Topographical Feature"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:267: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "class": _("class"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:268: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Does the location refer to a physical structure such as a building, a populated place (e.g. city or village), an administrative division, or another topological feature (e.g. river, nature reserve)? For reference: http://iatistandard.org/202/codelists/GeographicLocationClass/.": _("Does the location refer to a physical structure such as a building, a populated place (e.g. city or village), an administrative division, or another topological feature (e.g. river, nature reserve)? For reference: http://iatistandard.org/202/codelists/GeographicLocationClass/."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:269: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "feature desgination": _("feature desgination"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:270: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Administratives": _("Administratives"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:271: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add location": _("Add location"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:272: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Type to search...": _("Type to search..."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:273: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Project Scope": _("Project Scope"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:274: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "recipient country": _("recipient country"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:275: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The percentage of total commitments or total activity budget allocated to this country. Content must be a positive decimal number between 0 and 100, with no percentage sign. Percentages for all reported countries and regions MUST add up to 100%. Use a period to denote decimals.": _("The percentage of total commitments or total activity budget allocated to this country. Content must be a positive decimal number between 0 and 100, with no percentage sign. Percentages for all reported countries and regions MUST add up to 100%. Use a period to denote decimals."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:276: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Percentage": _("Percentage"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:277: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter additional information about the recipient country, if necessary.": _("Enter additional information about the recipient country, if necessary."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:278: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add recipient country": _("Add recipient country"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:279: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Recipient region": _("Recipient region"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:280: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "recipient region": _("recipient region"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:281: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "This identifies the region in which the activity takes place. Regions can be supra-national (a geographical or administrative grouping of countries into a region - e.g. Sub-Saharan Africa, Mekong Delta) or 'global' (activities benefiting substantially all developing countries). For the codes to use, please see http://iatistandard.org/202/codelists/Region/.": _("This identifies the region in which the activity takes place. Regions can be supra-national (a geographical or administrative grouping of countries into a region - e.g. Sub-Saharan Africa, Mekong Delta) or 'global' (activities benefiting substantially all developing countries). For the codes to use, please see http://iatistandard.org/202/codelists/Region/."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:282: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The vocabulary from which the region code is drawn. If it is not present 1 – 'OECD DAC' is assumed. For more information, see http://iatistandard.org/202/codelists/RegionVocabulary/.": _("The vocabulary from which the region code is drawn. If it is not present 1 – 'OECD DAC' is assumed. For more information, see http://iatistandard.org/202/codelists/RegionVocabulary/."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:283: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "If the activity occurs in more than one region, the percentage of activity commitment allocated to each region should be provided if available. Percentages should add up to 100% of the activity being reported if they are shown for each region. Use a period to denote decimals.": _("If the activity occurs in more than one region, the percentage of activity commitment allocated to each region should be provided if available. Percentages should add up to 100% of the activity being reported if they are shown for each region. Use a period to denote decimals."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:284: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add recipient region": _("Add recipient region"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:285: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Determines whether this project relates entirely or partially to humanitarian aid.": _("Determines whether this project relates entirely or partially to humanitarian aid."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:286: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "humanitarian project": _("humanitarian project"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:287: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Policy markers": _("Policy markers"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:288: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "policy marker": _("policy marker"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:289: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "A policy or theme addressed by the activity, based on DAC policy markers. These indicators track key policy issues, like gender equality, environment, and trade development.": _("A policy or theme addressed by the activity, based on DAC policy markers. These indicators track key policy issues, like gender equality, environment, and trade development."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:290: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Each reported marker must contain the significance of the policy marker for this activity. Choices are:0 - Not targeted1 - Significant objective: the policy objectives are important, but were not the prime motivation for undertaking the activity. 2 - Principal objective: the policy objective was the primary reason to undertake this activity. 3 - Principal objective AND in support of an action programme: valid for the markers dealing with Desertification only. 4 - Explicit primary objective: only to be used in combination with policy marker.9 - reproductive, maternal, newborn and child health.": _("Each reported marker must contain the significance of the policy marker for this activity. Choices are:0 - Not targeted1 - Significant objective: the policy objectives are important, but were not the prime motivation for undertaking the activity. 2 - Principal objective: the policy objective was the primary reason to undertake this activity. 3 - Principal objective AND in support of an action programme: valid for the markers dealing with Desertification only. 4 - Explicit primary objective: only to be used in combination with policy marker.9 - reproductive, maternal, newborn and child health."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:291: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Significance": _("Significance"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:292: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add Policy Marker": _("Add Policy Marker"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:293: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Sectors": _("Sectors"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:294: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "sector": _("sector"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:295: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "This is the code for the vocabulary used to describe the sector. Sectors should be mapped to DAC sectors to enable international comparison.": _("This is the code for the vocabulary used to describe the sector. Sectors should be mapped to DAC sectors to enable international comparison."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:296: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "It is possible to specify a variety of sector codes, based on the selected vocabulary. The sector codes for the DAC-5 and DAC-3 vocabularies can be found here: DAC-5 sector codes and DAC-3 sector codes.": _("It is possible to specify a variety of sector codes, based on the selected vocabulary. The sector codes for the DAC-5 and DAC-3 vocabularies can be found here: DAC-5 sector codes and DAC-3 sector codes."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:297: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "sector code": _("sector code"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:298: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Percentages should add up to 100% of the activity being reported if they are shown for each sector. Fill in 100% if there's one sector.Use a period to denote decimals.": _("Percentages should add up to 100%% of the activity being reported if they are shown for each sector. Fill in 100%% if there's one sector.Use a period to denote decimals."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:299: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "city": _("city"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:300: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Select the geographical scope of the project.": _("Select the geographical scope of the project."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:301: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The country that benefits from the project.": _("The country that benefits from the project."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:302: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "vocabulary URI": _("vocabulary URI"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:303: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "humanitarian scopes": _("humanitarian scopes"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:304: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Humanitarian scope": _("Humanitarian scope"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:305: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The type of event or action being classified. See the IATI codelist.": _("The type of event or action being classified. See the IATI codelist."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:306: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Type": _("Type"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:307: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Emergency": _("Emergency"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:308: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Appeal": _("Appeal"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:309: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Code": _("Code"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:310: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Humanitarian plan": _("Humanitarian plan"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:311: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add Humanitarian Scope": _("Add Humanitarian Scope"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:312: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Documents": _("Documents"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:313: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Document": _("Document"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:314: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Upload": _("Upload"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:315: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the title of your document.": _("Enter the title of your document."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:316: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "title": _("title"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:317: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Select the language of the document title.": _("Select the language of the document title."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:318: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "title language": _("title language"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:319: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Select the language that the document is written in.": _("Select the language that the document is written in."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:320: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "document language": _("document language"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:321: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the date (DD/MM/YYYY) to be used for the production or publishing date of the relevant document to identify the specific document version.": _("Enter the date (DD/MM/YYYY) to be used for the production or publishing date of the relevant document to identify the specific document version."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:322: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "document date": _("document date"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:323: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "document format": _("document format"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:324: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The description of the type of content contained within the document.": _("The description of the type of content contained within the document."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:325: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Document categories": _("Document categories"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:326: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Please select...": _("Please select..."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:327: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add document": _("Add document"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:328: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Links": _("Links"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:329: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Link": _("Link"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:330: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the link to an external website you wish to redirect to from your project page. The URL should start with 'http://' or 'https://'.": _("Enter the link to an external website you wish to redirect to from your project page. The URL should start with 'http://' or 'https://'."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:331: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "link url": _("link url"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:332: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter a name for the link.": _("Enter a name for the link."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:333: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "link caption": _("link caption"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:334: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add another link": _("Add another link"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:335: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Max: 5MB": _("Max: 5MB"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:336: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The project comments are only for internal use and will not be displayed anywhere on the project page.": _("The project comments are only for internal use and will not be displayed anywhere on the project page."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:337: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Comments": _("Comments"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:338: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Select keywords in case you are using an Akvo Page. Keywords linked to a project will determine if a project appears on the Akvo Page or not.": _("Select keywords in case you are using an Akvo Page. Keywords linked to a project will determine if a project appears on the Akvo Page or not."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:339: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Keywords": _("Keywords"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:340: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "CRS++ other flag": _("CRS++ other flag"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:341: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "An IATI code describing the equivalent CRS++ columns. See the IATI codelist.": _("An IATI code describing the equivalent CRS++ columns. See the IATI codelist."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:342: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Indicate whether the flag applies or not.": _("Indicate whether the flag applies or not."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:343: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "significance": _("significance"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:344: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add CRS++ other flag": _("Add CRS++ other flag"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:345: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "CRS++ other forecast": _("CRS++ other forecast"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:346: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The forecast value for each year.": _("The forecast value for each year."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:347: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The calendar year that the forward spend covers.": _("The calendar year that the forward spend covers."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:348: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "year": _("year"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:349: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the specific date (DD/MM/YYYY) for the forecast value.": _("Enter the specific date (DD/MM/YYYY) for the forecast value."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:350: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Legacy data": _("Legacy data"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:351: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The original field name in the reporting organisation's system.": _("The original field name in the reporting organisation's system."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:352: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The original field value in the reporting organisation's system.": _("The original field value in the reporting organisation's system."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:353: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The name of the equivalent IATI element.": _("The name of the equivalent IATI element."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:354: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "IATI equivalent": _("IATI equivalent"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:355: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add legacy data": _("Add legacy data"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:356: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Loan terms": _("Loan terms"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:357: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "An IATI codelist tabulating CRS-specified values for the type of Repayment. See the IATI codelist.": _("An IATI codelist tabulating CRS-specified values for the type of Repayment. See the IATI codelist."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:358: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Repayment type": _("Repayment type"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:359: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "An IATI codelist tabulating CRS-specified values for the number of repayments per annum. See the IATI codelist.": _("An IATI codelist tabulating CRS-specified values for the number of repayments per annum. See the IATI codelist."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:360: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Repayment plan": _("Repayment plan"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:361: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The CRS++ reported commitment date.": _("The CRS++ reported commitment date."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:362: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Commitment date": _("Commitment date"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:363: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The CRS++ reported first repayment date.": _("The CRS++ reported first repayment date."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:364: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "First repayment date": _("First repayment date"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:365: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The CRS++ reported final repayment date.": _("The CRS++ reported final repayment date."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:366: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Final repayment date": _("Final repayment date"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:367: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Interest Rate. If an ODA loan with variable interest rate, report the variable rate here and the reference fixed rate as rate 2.": _("Interest Rate. If an ODA loan with variable interest rate, report the variable rate here and the reference fixed rate as rate 2."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:368: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Rate": _("Rate"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:369: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Second Interest Rate. If an ODA loan with variable interest rate, report the variable rate as rate 1 and the reference fixed rate here.": _("Second Interest Rate. If an ODA loan with variable interest rate, report the variable rate as rate 1 and the reference fixed rate here."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:370: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Loan Status": _("Loan Status"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:371: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "CRS reporting year (CRS++ Column 1).": _("CRS reporting year (CRS++ Column 1)."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:372: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Year": _("Year"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:373: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Currency": _("Currency"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:374: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the specific date (DD/MM/YYYY) for the loan status values.": _("Enter the specific date (DD/MM/YYYY) for the loan status values."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:375: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Interest received during the reporting year.": _("Interest received during the reporting year."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:376: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Interest received": _("Interest received"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:377: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The amount of principal owed on the loan at the end of the reporting year.": _("The amount of principal owed on the loan at the end of the reporting year."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:378: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Principal outstanding": _("Principal outstanding"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:379: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Arrears of principal at the end of the year. Included in principal outstanding.": _("Arrears of principal at the end of the year. Included in principal outstanding."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:380: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Principal arrears": _("Principal arrears"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:381: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Arrears of interest at the end of the year.": _("Arrears of interest at the end of the year."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:382: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Interest arrears": _("Interest arrears"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:383: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The CRS channel code for this activity. The codelist contains both organisation types and names of organisations. For non-CRS purposes these should be reported using participating organisations. See the IATI codelist.": _("The CRS channel code for this activity. The codelist contains both organisation types and names of organisations. For non-CRS purposes these should be reported using participating organisations. See the IATI codelist."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:384: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "channel code": _("channel code"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:385: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The exact date when the information was collected or extracted from donors' aid management systems.": _("The exact date when the information was collected or extracted from donors' aid management systems."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:386: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "extraction date": _("extraction date"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:387: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "If there are plans to phase out operations from the partner country, this shows the projected year of last disbursements.": _("If there are plans to phase out operations from the partner country, this shows the projected year of last disbursements."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:388: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "phaseout year": _("phaseout year"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:389: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "True if the partner country is a priority partner country.": _("True if the partner country is a priority partner country."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:390: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "priority": _("priority"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:391: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "FSS forecasts": _("FSS forecasts"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:392: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "General Inquiries": _("General Inquiries"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:393: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Project Management": _("Project Management"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:394: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Financial Management": _("Financial Management"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:395: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Communications": _("Communications"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:396: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "project partner": _("project partner"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:397: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Select an organisation that is playing a role in the project. If an organisation is not currently featured in RSR, please contact support@akvo.org to request to add it to the database.": _("Select an organisation that is playing a role in the project. If an organisation is not currently featured in RSR, please contact support@akvo.org to request to add it to the database."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:398: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "output": _("Output"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:399: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "outcome": _("Outcome"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:400: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "impact": _("Impact"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:401: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "other": _("Other"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:402: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Results framework preview": _("Results framework preview"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:403: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Saving...": _("Saving..."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:404: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Saved": _("Saved"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:405: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Something went wrong": _("Something went wrong"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:406: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Publish": _("Publish"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:407: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The project is unpublished": _("The project is unpublished"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:408: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Unpublish": _("Unpublish"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:409: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The project is published": _("The project is published"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:410: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Untitled project": _("Untitled project"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:411: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Start typing...": _("Start typing..."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:412: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Are you sure to delete this period?": _("Are you sure to delete this period?"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:413: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Minimum one required": _("Minimum one required"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:414: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Planned disbursement": _("Planned disbursement"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:415: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Location": _("Location"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:416: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Each reported marker must contain the significance of the policy marker for this activity. Choices are:0 - Not targeted1 - Significant objective: the policy objectives are important, but were not the prime motivation for undertaking the activity. 2 - Principal objective: the policy objective was the primary reason to undertake this activity. 3 - Principal objective AND in support of an action programme: valid for the markers dealing with Desertification only. 4 - Explicit primary objective: only to be used in combination with policy marker.9 - reproductive, maternal, newborn and child health.": _("Each reported marker must contain the significance of the policy marker for this activity. Choices are:0 - Not targeted1 - Significant objective: the policy objectives are important, but were not the prime motivation for undertaking the activity. 2 - Principal objective: the policy objective was the primary reason to undertake this activity. 3 - Principal objective AND in support of an action programme: valid for the markers dealing with Desertification only. 4 - Explicit primary objective: only to be used in combination with policy marker.9 - reproductive, maternal, newborn and child health."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:417: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Projects": _("Projects"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:418: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Date End (Planned)": _("Date End (Planned)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:419: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "My projects": _("My projects"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:420: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Find a project...": _("Find a project..."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:421: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Create new project": _("Create new project"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:422: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Periods": _("Periods"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:423: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Period": _("Period"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:424: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Target value": _("Target value"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:425: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Comment": _("Comment"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:426: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add period": _("Add period"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:427: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The default RSR validation set which indicates the mandatory fields to publish a project in RSR and hides all advanced IATI fields.": _("The default RSR validation set which indicates the mandatory fields to publish a project in RSR and hides all advanced IATI fields."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:428: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The validation set for publishing to IATI v2.02. The mandatory fields in this validation set are the minimum requirements to publish a valid IATI v2.02 file.": _("The validation set for publishing to IATI v2.02. The mandatory fields in this validation set are the minimum requirements to publish a valid IATI v2.02 file."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:429: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Private project": _("Private project"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:430: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Indicate whether this is a private project. Private projects do not appear in any public lists. These projects can only be viewed in the My Projects portfolio a user that has the permission rights to edit the project.": _("Indicate whether this is a private project. Private projects do not appear in any public lists. These projects can only be viewed in the My Projects portfolio a user that has the permission rights to edit the project."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:431: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Validation sets": _("Validation sets"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:432: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "It is possible to add or remove validation sets to your project. This determines which fields will be mandatory and which fields will be hidden. Only admins of partners with an RSR contract are able to edit this.": _("It is possible to add or remove validation sets to your project. This determines which fields will be mandatory and which fields will be hidden. Only admins of partners with an RSR contract are able to edit this."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:433: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "A validation set with specific requirements for the Netherlands Leprosy Relief.": _("A validation set with specific requirements for the Netherlands Leprosy Relief."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:434: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "To be used by all Gietrenk projects": _("To be used by all Gietrenk projects"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:435: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Validation set for The EU Emergency Trust Fund for Africa.": _("Validation set for The EU Emergency Trust Fund for Africa."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:436: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The validation set for publishing to IATI according to the guidelines of the Dutch Ministry of Foreign Affairs. These guidelines can be found here.": _("The validation set for publishing to IATI according to the guidelines of the Dutch Ministry of Foreign Affairs. These guidelines can be found here."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:437: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "DFID minimum IATI requirements based on the following government policy. Please note that contact and document are also mandatory.": _("DFID minimum IATI requirements based on the following government policy. Please note that contact and document are also mandatory."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:438: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Create New Project": _("Create New Project"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:439: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Next: Edit Project Info": _("Next: Edit Project Info"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:440: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Updated": _("Updated"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:441: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "by": _("by"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:442: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "View Project Page": _("View project page"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:443: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Date created": _("Date created"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:444: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Please upload an image": _("Please upload an image"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:445: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The uploaded file is too big": _("The uploaded file is too big"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:446: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Only the the mandatory fields, i.e. the minimum requirements, to publish a valid IATI v2.02 file.": _("Only the the mandatory fields, i.e. the minimum requirements, to publish a valid IATI v2.02 file."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:447: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Required fields:": _("Required fields:"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:448: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "more to fill": _("more to fill"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:449: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "All done": _("All done"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:450: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Show required": _("Show required"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:451: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "My details": _("My details"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:452: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Sign out": _("Sign out"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:453: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Results": _("Results"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:454: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Parent project": _("Parent project"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:455: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Project contacts": _("Project contacts"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:456: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Project partners": _("Project partners"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:457: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Disbursement": _("Disbursement"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:458: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Transaction": _("Transaction"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:459: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add another transaction": _("Add another transaction"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:460: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Each reported marker must contain the significance of the policy marker for this activity. Choices are:
0 - Not targeted
1 - Significant objective: the policy objectives are important, but were not the prime motivation for undertaking the activity.
2 - Principal objective: the policy objective was the primary reason to undertake this activity.
3 - Principal objective AND in support of an action programme: valid for the markers dealing with Desertification only.
4 - Explicit primary objective: only to be used in combination with policy marker.
9 - reproductive, maternal, newborn and child health.": _("Each reported marker must contain the significance of the policy marker for this activity. Choices are:
0 - Not targeted
1 - Significant objective: the policy objectives are important, but were not the prime motivation for undertaking the activity.
2 - Principal objective: the policy objective was the primary reason to undertake this activity.
3 - Principal objective AND in support of an action programme: valid for the markers dealing with Desertification only.
4 - Explicit primary objective: only to be used in combination with policy marker.
9 - reproductive, maternal, newborn and child health."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:461: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Users": _("Users"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:462: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Reports": _("Reports"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:463: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Validation set": _("Validation set"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:464: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "General information": _("General information"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:465: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Program Contacts": _("Program Contacts"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:466: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Partners": _("Partners"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:467: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Private": _("Private"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:468: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Descriptions": _("Descriptions"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:469: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). 'Results and indicators': _("Results and indicators"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:470: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Finance": _("Finance"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:471: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Locations": _("Locations"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:472: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Project focus": _("Project focus"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:473: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Links and documents": _("Links and documents"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:474: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Comments and keywords": _("Comments and keywords"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:475: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "CRS++ and FSS reporting": _("CRS++ and FSS reporting"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:476: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Preview": _("Preview"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:477: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "menu::settings": _("menu::settings"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:478: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "External project": _("External project"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:479: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Move up": _("Move up"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:480: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Move down": _("Move down"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:481: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Info": _("Info"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:482: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Baseline": _("Baseline"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:483: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Link copied!": _("Link copied!"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:484: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Get a link to this indicator": _("Get a link to this indicator"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:485: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Thematic labels for indicators": _("Thematic labels for indicators"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:486: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Get a link to this period": _("Get a link to this period"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:487: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Start": _("Start"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:488: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "End": _("End"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:489: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "You have insufficient permissions to import results from the selected parent project. Please choose a different parent project.": _("You have insufficient permissions to import results from the selected parent project. Please choose a different parent project."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:490: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "You have insufficient permissions to copy results from the selected project. Please choose a different project.": _("You have insufficient permissions to copy results from the selected project. Please choose a different project."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:491: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Open": _("Open"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:492: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Get a link to this result": _("Get a link to this result"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:493: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add new organisation": _("Add new organisation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:494: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add New Organization": _("Add New Organization"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:495: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Long name": _("Long name"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:496: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "IATI identifier": _("IATI identifier"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:497: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Organisation type": _("Organisation type"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:498: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Website": _("Website"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:499: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Contact name": _("Contact name"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:500: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Contact email": _("Contact email"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:501: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Organisation logo": _("Organisation logo"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:502: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Select Image": _("Select Image"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:503: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "settings": _("settings"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:504: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "External child projects": _("External child projects"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:505: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add external child project": _("Add external child project"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:506: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Parent project not in RSR": _("Parent project not in RSR"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:507: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Include in IATI export": _("Include in IATI export"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:508: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "(1){child project};(2-inf){child projects};": _("(1){child project};(2-inf){child projects};"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:509: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "(1){child project};(2-inf){child projects};_plural": _("(1){child project};(2-inf){child projects};_plural"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:510: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Go to selected": _("Go to selected"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:511: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Level {{level}} projects": _("Level {{level}} projects"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:512: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Programs": _("Programs"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:513: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Projects hierarchy": _("Projects hierarchy"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:514: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Filter": _("Filter"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:515: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Select a level {{level}} project with children": _("Select a level {{level}} project with children"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:516: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "All countries": _("All countries"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:517: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "All sectors": _("All sectors"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:518: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Filter:": _("Filter:"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:519: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Privacy": _("Privacy"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:520: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "public": _("public"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:521: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "private": _("private"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:522: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Sector": _("Sector"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:523: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "nperiods": _("{{count}} period"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:524: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "nperiods_plural": _("{{count}} periods"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:525: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "nindicators": _("{{count}} indicator"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:526: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "nindicators_plural": _("{{count}} indicators"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:527: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "ncontributors": _("{{count}} contributor"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:528: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "ncontributors_plural": _("{{count}} contributors"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:529: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "contributor_s": _("contributor"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:530: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "contributor_s_plural": _("contributors"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:531: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "nsubcontributors": _("{{count}} sub-contributor"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:532: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "nsubcontributors_plural": _("{{count}} sub-contributors"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:533: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "country_s": _("country"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:534: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "country_s_plural": _("countries"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:535: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Updates": _(u"Updates"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:536: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Editor": _(u"Editor"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:537: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Add external contributing project": _(u"Add external contributing project"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:538: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Remove Image": _(u"Remove Image"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:539: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Contributes to": _(u"Contributes to"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:540: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Project not in RSR": _(u"Project not in RSR"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:541: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Remove contribution": _(u"Remove contribution"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:542: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Subtitle": _(u"Subtitle"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:543: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Import": _(u"Import"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:544: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"from": _(u"from"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:545: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"to": _(u"to"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:546: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Remove period": _(u"Remove period"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:547: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Setup defaults": _(u"Setup defaults"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:548: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"View defaults": _(u"View defaults"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:549: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Copy defaults": _(u"Copy defaults"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:550: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Target Comment": _(u"Target Comment"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:551: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Import from parent": _(u"Import from parent"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:552: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Custom title": _(u"Custom title"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:553: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Untitled program": _(u"Untitled program"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:554: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Setting up your new program": _(u"Setting up your new program"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:555: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Setting up your new project": _(u"Setting up your new project"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:556: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"New Contributing Project": _(u"New Contributing Project"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:557: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Select a level {{level}} project to add a contributor": _(u"Select a level {{level}} project to add a contributor"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:558: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Standalone project": _(u"Standalone project"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:559: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Contributing project": _(u"Contributing project"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:560: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Which program do you want to add the project to": _(u"Which program do you want to add the project to"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:561: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Include value comments": _(u"Include value comments"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:562: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Start date": _(u"Start date"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:563: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"End date": _(u"End date"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:564: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Role": _(u"Role"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:565: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Add new user": _(u"Add new user"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:566: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Organisation Reports": _(u"Organisation Reports"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:567: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Change language": _(u"Change language"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:568: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"hierarchy": _(u"hierarchy"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:569: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Latest activity file": _(u"Latest activity file"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:570: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"View file": _(u"View file"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:571: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Copy link": _(u"Copy link"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:572: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Latest organisation file": _(u"Latest organisation file"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:573: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Show latest activity file on public page": _(u"Show latest activity file on public page"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:574: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"New IATI Export": _(u"New IATI Export"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:575: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"All projects": _(u"All projects"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:576: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Without errors": _(u"Without errors"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:577: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Included in last export": _(u"Included in last export"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:578: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Published": _(u"Published"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:579: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"in last export": _(u"in last export"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:580: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"errors": _(u"errors"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:581: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"warnings": _(u"warnings"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:582: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Programmes": _(u"Programmes"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:583: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"New Program": _(u"New Program"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:584: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Select a program to add a contributor": _(u"Select a program to add a contributor"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:585: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Only published projects can be exported": _(u"Only published projects can be exported"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:586: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Only published projects without errors can be exported": _(u"Only published projects without errors can be exported"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:587: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Export {{N}} selected": _(u"Export {{N}} selected"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:588: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"published & public": _(u"published & public"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:589: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"unpublished & public": _(u"unpublished & public"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:590: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Email address": _(u"Email address"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:591: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"First name": _(u"First name"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:592: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Last name": _(u"Last name"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:593: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Current password": _(u"Current password"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:594: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"New password": _(u"New password"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:595: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Repeat password": _(u"Repeat password"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:596: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Period start": _(u"Period start"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:597: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Period end": _(u"Period end"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:598: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"Filter updates": _(u"Filter updates"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:599: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"0 selected": _(u"0 selected"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:600: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"{{count}} indicators": _(u"{{count}} indicator"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:601: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). u"{{count}} indicators_plural": _(u"{{count}} indicators"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:604: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("project title"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:607: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("project subtitle"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:610: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("Status"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:611: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _('There are six different project statuses:
' /var/akvo/rsr/code/akvo/rsr/views/translations.py:624: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("IATI identifier"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:625: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _('This is a globally unique identifier for this activity. It is a requirement ' /var/akvo/rsr/code/akvo/rsr/views/translations.py:637: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("Hierarchy"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:638: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _('If you are reporting multiple levels of projects in RSR, you can specify ' /var/akvo/rsr/code/akvo/rsr/views/translations.py:642: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("Start date (planned)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:643: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _("Enter the original start date of the project (DD/MM/YYYY).") /var/akvo/rsr/code/akvo/rsr/views/translations.py:646: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("End date (planned)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:647: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _("Enter the original end date of the project (DD/MM/YYYY).") /var/akvo/rsr/code/akvo/rsr/views/translations.py:650: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("start date (actual)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:651: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _("Enter the actual start date of the project (DD/MM/YYYY).") /var/akvo/rsr/code/akvo/rsr/views/translations.py:654: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("end date (actual)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:655: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _("Enter the actual end date of the project (DD/MM/YYYY).") /var/akvo/rsr/code/akvo/rsr/views/translations.py:658: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("language"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:659: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _("Enter the language used when entering the details for this project."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:662: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("currency"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:663: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _("The default currency for this project. Used in all financial aspects of the project."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:666: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("Photo caption"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:667: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _("Briefly describe who or what you see in the photo."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:670: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("Photo credit"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:671: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _("Briefly describe who or what you see in the photo."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:674: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _('default aid type vocabulary'), /var/akvo/rsr/code/akvo/rsr/views/translations.py:675: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _('This is the IATI identifier for the type of vocabulary being used for ' /var/akvo/rsr/code/akvo/rsr/views/translations.py:682: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("default aid type"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:683: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _('This is the IATI identifier for the type of aid being supplied or activity ' /var/akvo/rsr/code/akvo/rsr/views/translations.py:691: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("default flow type"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:692: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _('This is the IATI identifier for how the activity (project) is funded. For ' /var/akvo/rsr/code/akvo/rsr/views/translations.py:698: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("default tied status"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:699: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _('This element specifies a default for all the activity’s financial ' /var/akvo/rsr/code/akvo/rsr/views/translations.py:706: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("collaboration type"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:707: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _('This is the IATI identifier for the type of collaboration involved. For ' /var/akvo/rsr/code/akvo/rsr/views/translations.py:713: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("default finance type"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:714: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _('This is the IATI identifier for the type of finance. This element specifies ' /var/akvo/rsr/code/akvo/rsr/views/translations.py:721: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("Amount"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:726: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("job title"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:727: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _("Job title of the contact person.") /var/akvo/rsr/code/akvo/rsr/views/translations.py:730: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("Name"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:731: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _("Please enter the name of the contact person for this project.") /var/akvo/rsr/code/akvo/rsr/views/translations.py:734: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("Type"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:735: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _("What types of enquiries this contact person is best-placed to handle.") /var/akvo/rsr/code/akvo/rsr/views/translations.py:738: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("contact address"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:739: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _("Address of the contact person. Avoid giving personal contact details.") /var/akvo/rsr/code/akvo/rsr/views/translations.py:742: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("contact email") /var/akvo/rsr/code/akvo/rsr/views/translations.py:745: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("department") /var/akvo/rsr/code/akvo/rsr/views/translations.py:748: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("Organisation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:749: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _("The organisation that the contact person works for.") /var/akvo/rsr/code/akvo/rsr/views/translations.py:752: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("contact phone number"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:753: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _("Contact number for the contact person. Avoid giving personal contact details.") /var/akvo/rsr/code/akvo/rsr/views/translations.py:756: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("contact website"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:757: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _('The contact web address, if available. The web address should start with ' /var/akvo/rsr/code/akvo/rsr/views/translations.py:763: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("Project partner"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:764: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _("Select an organisation that is playing a role in the project. If an organisation is not currently featured in RSR, please contact") /var/akvo/rsr/code/akvo/rsr/views/translations.py:767: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("funding amount"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:768: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _('It’s only possible to indicate a funding amount for funding partners. Use a ' /var/akvo/rsr/code/akvo/rsr/views/translations.py:772: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _('secondary reporter'), /var/akvo/rsr/code/akvo/rsr/views/translations.py:773: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _( /var/akvo/rsr/code/akvo/rsr/views/translations.py:779: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("organisation role"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:780: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _('Select the role of the organisation within the project:
' /var/akvo/rsr/code/akvo/rsr/views/translations.py:793: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("IATI activity ID"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:794: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _('A valid activity identifier published by the participating organisation ' /var/akvo/rsr/code/akvo/rsr/views/translations.py:801: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _('Project summary'), /var/akvo/rsr/code/akvo/rsr/views/translations.py:802: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "info": _('Enter a brief summary, try to restrict the number of characters to 400 in ' /var/akvo/rsr/code/akvo/rsr/views/translations.py:812: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _('Goals overview'), /var/akvo/rsr/code/akvo/rsr/views/translations.py:813: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "info": _('Provide a brief description of the overall project goals.') /var/akvo/rsr/code/akvo/rsr/views/translations.py:816: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _('Background'), /var/akvo/rsr/code/akvo/rsr/views/translations.py:817: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "info": _('This should describe the geographical, political, environmental, social ' /var/akvo/rsr/code/akvo/rsr/views/translations.py:822: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _('baseline situation'), /var/akvo/rsr/code/akvo/rsr/views/translations.py:823: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "info": _('Describe the situation at the start of the project.') /var/akvo/rsr/code/akvo/rsr/views/translations.py:826: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _('Target group'), /var/akvo/rsr/code/akvo/rsr/views/translations.py:827: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "info": _('This should include information about the people, organisations or resources ' /var/akvo/rsr/code/akvo/rsr/views/translations.py:831: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _('Project plan'), /var/akvo/rsr/code/akvo/rsr/views/translations.py:832: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "info": _('Detailed information about the implementation of the project: the what, how, ' /var/akvo/rsr/code/akvo/rsr/views/translations.py:836: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _('Sustainability'), /var/akvo/rsr/code/akvo/rsr/views/translations.py:837: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "info": _('Describe how you aim to guarantee sustainability of the project until 10 ' /var/akvo/rsr/code/akvo/rsr/views/translations.py:846: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "label": _("Title"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:847: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _('The aim of the project in one sentence. This doesn’t need to be something ' /var/akvo/rsr/code/akvo/rsr/views/translations.py:852: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "tooltip": _("You can provide further information of the result here.") /var/akvo/rsr/code/akvo/rsr/views/translations.py:888: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Login": _("Login"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:889: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Register": _("Register"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:890: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Filter projects": _("Filter projects"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:891: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "{{projects}} projects": _("{{projects}} projects"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:892: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "{{items}} selected": _("{{items}} selected"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:893: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Find an organisation...": _("Find an organisation..."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:894: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Filters": _("Filters"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:895: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Most active projects in RSR": _("Most active projects in RSR"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:896: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Most active projects": _("Most active projects"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:897: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "About": _("About"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:898: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Terms": _("Terms"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:899: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Support": _("Support"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:900: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Source": _("Source"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:901: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Find a project...": _("Find a project..."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:902: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "{{projects}} projects in this area": _("{{projects}} projects in this area"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:903: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "{{projects}} projects globally": _("{{projects}} projects globally"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:904: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "View All": _("View All"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:905: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Number of reported projects in country": _("Number of reported projects in country"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:906: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Countries": _("Countries") /var/akvo/rsr/code/akvo/rsr/views/translations.py:910: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "COBSEA": _("COBSEA"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:911: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "NOWPAP": _("NOWPAP"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:912: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Nairobi Convention": _("Nairobi Convention"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:913: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "MAP/Barcelona": _("MAP/Barcelona"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:914: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Abidjan": _("Abidjan"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:915: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Tehran": _("Tehran"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:916: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Wider Caribbean": _("Wider Caribbean"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:917: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Black Sea": _("Black Sea"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:918: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "OSPAR": _("OSPAR"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:919: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Red Sea and Gulf of Aden (PERSGA)": _("Red Sea and Gulf of Aden (PERSGA)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:920: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "ROPME Sea Area": _("ROPME Sea Area"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:921: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "South Asia Seas": _("South Asia Seas"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:922: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "South East Pacific": _("South East Pacific"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:923: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Pacific": _("Pacific"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:924: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Artic": _("Artic"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:925: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Antarctic": _("Antarctic"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:926: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Baltic Sea": _("Baltic Sea"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:927: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "North East Pacific": _("North East Pacific"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:928: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Small Island Developing States": _("Small Island Developing States"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:929: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Least Developed Countries": _("Least Developed Countries"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:930: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Afghanistan": _("Afghanistan"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:931: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Angola": _("Angola"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:932: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Albania": _("Albania"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:933: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Andorra": _("Andorra"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:934: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "United Arab Emirates": _("United Arab Emirates"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:935: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Argentina": _("Argentina"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:936: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Armenia": _("Armenia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:937: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Antigua and Barbuda": _("Antigua and Barbuda"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:938: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Australia": _("Australia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:939: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Austria": _("Austria"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:940: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Azerbaijan": _("Azerbaijan"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:941: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Burundi": _("Burundi"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:942: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Belgium": _("Belgium"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:943: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Benin": _("Benin"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:944: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Burkina Faso": _("Burkina Faso"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:945: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Bangladesh": _("Bangladesh"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:946: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Bulgaria": _("Bulgaria"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:947: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Bahrain": _("Bahrain"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:948: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Bahamas": _("Bahamas"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:949: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The Bahamas": _("Bahamas"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:950: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Bosnia and Herzegovina": _("Bosnia and Herzegovina"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:951: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Belarus": _("Belarus"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:952: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Belize": _("Belize"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:953: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Bolivia": _("Bolivia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:954: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Bolivia, Plurinational State of": _("Bolivia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:955: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Brazil": _("Brazil"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:956: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Barbados": _("Barbados"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:957: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Brunei Darussalam": _("Brunei Darussalam"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:958: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Brunei": _("Brunei Darussalam"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:959: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Bhutan": _("Bhutan"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:960: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Botswana": _("Botswana"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:961: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Central African Republic": _("Central African Republic"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:962: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Canada": _("Canada"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:963: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Switzerland": _("Switzerland"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:964: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Chile": _("Chile"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:965: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "China": _("China"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:966: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Côte d’Ivoire": _("Côte d’Ivoire"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:967: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Côte D'ivoire": _("Côte d’Ivoire"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:968: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Cote d'Ivoire": _("Côte d’Ivoire"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:969: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Cameroon": _("Cameroon"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:970: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Democratic Republic of the Congo": _("Democratic Republic of the Congo"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:971: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Congo, The Democratic Republic of the": _("Democratic Republic of the Congo"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:972: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Republic of the Congo": _("Democratic Republic of the Congo"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:973: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Congo": _("Congo"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:974: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Colombia": _("Colombia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:975: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Comoros": _("Comoros"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:976: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Cape Verde": _("Cape Verde"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:977: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Costa Rica": _("Costa Rica"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:978: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Cuba": _("Cuba"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:979: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Cuba, Republic of": _("Cuba"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:980: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Cyprus": _("Cyprus"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:981: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Czechia": _("Czechia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:982: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Czech Republic": _("Czechia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:983: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Germany": _("Germany"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:984: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Djibouti": _("Djibouti"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:985: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Dominica": _("Dominica"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:986: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Denmark": _("Denmark"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:987: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Dominican Republic": _("Dominican Republic"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:988: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Algeria": _("Algeria"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:989: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Ecuador": _("Ecuador"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:990: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Egypt": _("Egypt"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:991: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Eritrea": _("Eritrea"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:992: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Spain": _("Spain"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:993: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Estonia": _("Estonia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:994: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Ethiopia": _("Ethiopia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:995: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Finland": _("Finland"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:996: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Fiji": _("Fiji"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:997: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "France": _("France"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:998: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Micronesia (Federated States of)": _("Micronesia (Federated States of)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:999: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Micronesia, Federated States of": _("Micronesia (Federated States of)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1000: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Federated States of Micronesia": _("Micronesia (Federated States of)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1001: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Gabon": _("Gabon"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1002: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "U.K. of Great Britain and Northern Ireland": _("U.K. of Great Britain and Northern Ireland"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1003: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "United Kingdom": _("U.K. of Great Britain and Northern Ireland"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1004: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Georgia": _("Georgia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1005: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Ghana": _("Ghana"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1006: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Guinea": _("Guinea"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1007: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Gambia": _("Gambia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1008: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The Gambia": _("Gambia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1009: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Guinea-Bissau": _("Guinea-Bissau"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1010: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Guinea-bissau": _("Guinea-Bissau"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1011: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Equatorial Guinea": _("Equatorial Guinea"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1012: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Greece": _("Greece"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1013: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Grenada": _("Grenada"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1014: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Guatemala": _("Guatemala"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1015: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Guyana": _("Guyana"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1016: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Honduras": _("Honduras"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1017: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Croatia": _("Croatia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1018: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Haiti": _("Haiti"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1019: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Hungary": _("Hungary"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1020: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Indonesia": _("Indonesia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1021: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "India": _("India"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1022: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Ireland": _("Ireland"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1023: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Iran (Islamic Republic of)": _("Iran (Islamic Republic of)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1024: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Iran, Islamic Republic of": _("Iran (Islamic Republic of)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1025: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Iran": _("Iran (Islamic Republic of)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1026: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Iraq": _("Iraq"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1027: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Iceland": _("Iceland"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1028: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Israel": _("Israel"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1029: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Italy": _("Italy"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1030: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Jamaica": _("Jamaica"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1031: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Jordan": _("Jordan"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1032: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Japan": _("Japan"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1033: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Kazakhstan": _("Kazakhstan"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1034: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Kenya": _("Kenya"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1035: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Kyrgyzstan": _("Kyrgyzstan"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1036: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Cambodia": _("Cambodia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1037: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Kiribati": _("Kiribati"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1038: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Kiribati, Republic of": _("Kiribati"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1039: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Saint Kitts and Nevis": _("Saint Kitts and Nevis"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1040: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Republic of Korea": _("Republic of Korea"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1041: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "South Korea": _("Republic of Korea"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1042: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Kuwait": _("Kuwait"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1043: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Lao People's Democratic Republic": _("Lao People's Democratic Republic"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1044: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Laos": _("Lao People's Democratic Republic"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1045: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Lebanon": _("Lebanon"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1046: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Liberia": _("Liberia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1047: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Libya": _("Libya"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1048: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Libyan Arab Jamahiriya": _("Libya"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1049: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Saint Lucia": _("Saint Lucia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1050: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Liechtenstein": _("Liechtenstein"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1051: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Sri Lanka": _("Sri Lanka"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1052: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Lesotho": _("Lesotho"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1053: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Lithuania": _("Lithuania"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1054: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Luxembourg": _("Luxembourg"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1055: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Latvia": _("Latvia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1056: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Morocco": _("Morocco"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1057: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Monaco": _("Monaco"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1058: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Moldova, Republic of": _("Moldova, Republic of"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1059: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Madagascar": _("Madagascar"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1060: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Maldives": _("Maldives"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1061: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Mexico": _("Mexico"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1062: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Marshall Islands": _("Marshall Islands"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1063: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The former Yugoslav Republic of Macedonia": _("The former Yugoslav Republic of Macedonia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1064: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Macedonia, The Former Yugoslav Republic of": _("The former Yugoslav Republic of Macedonia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1065: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "North Macedonia": _("The former Yugoslav Republic of Macedonia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1066: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Mali": _("Mali"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1067: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Malta": _("Malta"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1068: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Myanmar": _("Myanmar"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1069: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Myanmar (Burma)": _("Myanmar"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1070: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Montenegro": _("Montenegro"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1071: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Mongolia": _("Mongolia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1072: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Mozambique": _("Mozambique"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1073: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Mauritania": _("Mauritania"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1074: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Mauritius": _("Mauritius"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1075: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Malawi": _("Malawi"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1076: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Malaysia": _("Malaysia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1077: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Namibia": _("Namibia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1078: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Niger": _("Niger"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1079: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Nigeria": _("Nigeria"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1080: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Nicaragua": _("Nicaragua"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1081: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Netherlands": _("Netherlands"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1082: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Norway": _("Norway"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1083: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Nepal": _("Nepal"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1084: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Nauru": _("Nauru"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1085: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "New Zealand": _("New Zealand"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1086: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Oman": _("Oman"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1087: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Pakistan": _("Pakistan"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1088: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Panama": _("Panama"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1089: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Peru": _("Peru"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1090: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Philippines": _("Philippines"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1091: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Palau": _("Palau"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1092: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Papua New Guinea": _("Papua New Guinea"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1093: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Poland": _("Poland"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1094: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Dem People's Rep of Korea": _("Dem People's Rep of Korea"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1095: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Korea, Democratic People's Republic of": _("Dem People's Rep of Korea"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1096: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "North Korea": _("Dem People's Rep of Korea"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1097: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Portugal": _("Portugal"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1098: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Paraguay": _("Paraguay"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1099: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Qatar": _("Qatar"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1100: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Romania": _("Romania"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1101: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Russian Federation": _("Russian Federation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1102: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Russia": _("Russian Federation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1103: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Rwanda": _("Rwanda"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1104: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Saudi Arabia": _("Saudi Arabia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1105: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Senegal": _("Senegal"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1106: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Singapore": _("Singapore"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1107: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Solomon Islands": _("Solomon Islands"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1108: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Sierra Leone": _("Sierra Leone"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1109: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "El Salvador": _("El Salvador"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1110: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "San Marino": _("San Marino"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1111: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Somalia": _("Somalia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1112: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Serbia": _("Serbia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1113: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Sao Tome and Principe": _("Sao Tome and Principe"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1114: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Suriname": _("Suriname"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1115: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Slovakia": _("Slovakia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1116: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Slovenia": _("Slovenia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1117: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Sweden": _("Sweden"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1118: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Eswatini": _("Eswatini"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1119: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Swaziland": _("Eswatini"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1120: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Seychelles": _("Seychelles"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1121: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Syrian Arab Republic": _("Syrian Arab Republic"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1122: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Syria": _("Syrian Arab Republic"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1123: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Chad": _("Chad"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1124: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Togo": _("Togo"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1125: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Thailand": _("Thailand"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1126: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Tadjikistan": _("Tadjikistan"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1127: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Turkmenistan": _("Turkmenistan"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1128: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Timor-Leste": _("Timor-Leste"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1129: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Tonga": _("Tonga"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1130: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Trinidad and Tobago": _("Trinidad and Tobago"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1131: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Tunisia": _("Tunisia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1132: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Turkey": _("Turkey"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1133: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Tuvalu": _("Tuvalu"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1134: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "United Republic of Tanzania": _("United Republic of Tanzania"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1135: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Tanzania, United Republic of": _("United Republic of Tanzania"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1136: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Tanzania": _("United Republic of Tanzania"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1137: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Uganda": _("Uganda"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1138: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Ukraine": _("Ukraine"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1139: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Uruguay": _("Uruguay"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1140: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "United States of America": _("United States of America"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1141: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "United States": _("United States of America"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1142: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Uzbekistan": _("Uzbekistan"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1143: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Saint Vincent and the Grenadines": _("Saint Vincent and the Grenadines"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1144: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Venezuela (Bolivarian Republic of)": _("Venezuela (Bolivarian Republic of)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1145: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Venezuela, Bolivarian Republic of": _("Venezuela (Bolivarian Republic of)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1146: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Venezuela": _("Venezuela (Bolivarian Republic of)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1147: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Viet Nam": _("Viet Nam"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1148: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Vietnam": _("Viet Nam"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1149: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Vanuatu": _("Vanuatu"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1150: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Samoa": _("Samoa"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1151: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Western Samoa": _("Samoa"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1152: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Yemen": _("Yemen"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1153: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "South Africa": _("South Africa"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1154: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Zambia": _("Zambia"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1155: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Zimbabwe": _("Zimbabwe"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1156: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Sudan": _("Sudan"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1157: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "South Sudan": _("South Sudan"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1158: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "All": _("All"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1159: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Other": _("Other"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1160: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Reporting": _("Reporting"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1161: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "As an individual": _("As an individual"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1162: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "On behalf of an organisation": _("On behalf of an organisation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1163: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Type of Action": _("Type of Action"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1164: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Type of action": _("Type of Action"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1165: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "LEGISLATION, STANDARDS, RULES: e.g. agreeing new or changing rules or standards that others should comply with, new regulation, agreements, policies, economic instruments etc. including voluntary commitments.": _("LEGISLATION, STANDARDS, RULES: e.g. agreeing new or changing rules or standards that others should comply with, new regulation, agreements, policies, economic instruments etc. including voluntary commitments."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1166: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "WORKING WITH PEOPLE: Encouraging or enabling others (e.g., education, training, communication, awareness raising, behaviour change programmes": _("WORKING WITH PEOPLE: Encouraging or enabling others (e.g., education, training, communication, awareness raising, behaviour change programmes"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1167: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "TECHNOLOGY and PROCESSES: New technical developments/innovation (e.g., research and development, new product design, new materials, processes etc.) changes in practice, operations, environmental management and planning.": _("TECHNOLOGY and PROCESSES: New technical developments/innovation (e.g., research and development, new product design, new materials, processes etc.) changes in practice, operations, environmental management and planning."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1168: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "MONITORING and ANALYSIS: Collecting evidence around plastic discharge to the ocean/waterways? (e.g. monitoring, analysis)": _("MONITORING and ANALYSIS: Collecting evidence around plastic discharge to the ocean/waterways? (e.g. monitoring, analysis)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1169: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Official agreements": _("Official agreements"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1170: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Policy change or development": _("Policy change or development"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1171: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "High-level strategy": _("High-level strategy"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1172: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Legislation or regulations": _("Legislation or regulations"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1173: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Voluntary commitments": _("Voluntary commitments"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1174: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "New standard(s) or guideline(s)": _("New standard(s) or guideline(s)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1175: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Change in Taxes/Subsidies": _("Change in Taxes/Subsidies"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1176: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Subsidy/financial incentives": _("Subsidy/financial incentives"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1177: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Ban(s)": _("Ban(s)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1178: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Package of measures combining incentives and infrastructure (e.g. deposit reward schemes)": _("Package of measures combining incentives and infrastructure (e.g. deposit reward schemes)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1179: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Awareness raising and Behaviour change": _("Awareness raising and Behaviour change"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1180: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Education/Training": _("Education/Training"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1181: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Workshops": _("Workshops"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1182: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Conferences": _("Conferences"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1183: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Information campaign": _("Information campaign"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1184: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Behaviour change campaign/programme": _("Behaviour change campaign/programme"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1185: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Community Engagement": _("Community Engagement"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1186: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Stakeholder Engagement": _("Stakeholder Engagement"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1187: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Citizen Science": _("Citizen Science"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1188: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Creative/arts event; exhibition": _("Creative/arts event; exhibition"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1189: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Curriculum development": _("Curriculum development"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1190: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Professional skills training": _("Professional skills training"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1191: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Other training programmes": _("Other training programmes"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1192: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Life-long learning": _("Life-long learning"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1193: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Institutional development": _("Institutional development"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1194: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Primary school": _("Primary school"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1195: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Secondary school": _("Secondary school"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1196: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Tertiary higher education": _("Tertiary higher education"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1197: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "New product design": _("New product design"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1198: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Change in service provision": _("Change in service provision"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1199: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Environmental social planning": _("Environmental social planning"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1200: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Change in practice": _("Change in practice"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1201: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Change in operations": _("Change in operations"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1202: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Industrial or production standard": _("Industrial or production standard"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1203: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Different environmental management of land based environments": _("Different environmental management of land based environments"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1204: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Different environmental management of aquatic environments": _("Different environmental management of aquatic environments"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1205: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Research and Development": _("Research and Development"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1206: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "New infrastructure": _("New infrastructure"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1207: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The use of compostable plastic": _("The use of compostable plastic"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1208: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The use of bio-based plastic": _("The use of bio-based plastic"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1209: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The use of biodegradable plastic": _("The use of biodegradable plastic"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1210: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Reducing the environmental impact": _("Reducing the environmental impact"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1211: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Developing a new material": _("Developing a new material"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1212: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Developing a new process": _("Developing a new process"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1213: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Manufacturing and Production": _("Manufacturing and Production"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1214: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Standards": _("Standards"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1215: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Waste Management": _("Waste Management"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1216: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Compostable plastic": _("Compostable plastic"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1217: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Bio-based plastic": _("Bio-based plastic"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1218: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Bio-degradable pastic": _("Bio-degradable pastic"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1219: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Monitoring: On or near ocean surface": _("Monitoring: On or near ocean surface"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1220: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Monitoring: Water column": _("Monitoring: Water column"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1221: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Monitoring: On the seafloor": _("Monitoring: On the seafloor"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1222: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Monitoring: On the shoreline": _("Monitoring: On the shoreline"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1223: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Monitoring: In Biota": _("Monitoring: In Biota"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1224: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Monitoring: Air": _("Monitoring: Air"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1225: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Review and synthesis :Environmental": _("Review and synthesis :Environmental"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1226: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Review and synthesis: Economic": _("Review and synthesis: Economic"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1227: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Review and synthesis: Materials": _("Review and synthesis: Materials"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1228: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Role Organisation": _("Role Organisation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1229: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Role organisation": _("Role Organisation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1230: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "We are only reporting it here": _("We are only reporting it here"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1231: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "I/We developed it": _("I/We developed it"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1232: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "I/We are implementing it": _("I/We are implementing it"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1233: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "We are the funding body": _("We are the funding body"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1234: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Responsible Actor": _("Responsible Actor"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1235: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Responsible actor": _("Responsible Actor"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1236: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "PUBLIC ADMINISTRATION (organisations concerned with government policies and programmes)": _("PUBLIC ADMINISTRATION (organisations concerned with government policies and programmes)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1237: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "PRIVATE SECTOR ORGANISATION (for-profit organisations run by individuals and groups, free from government ownership).": _("PRIVATE SECTOR ORGANISATION (for-profit organisations run by individuals and groups, free from government ownership)."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1238: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "THIRD SECTOR (e.g. non-governmental and non-profit-making organisations, including charity groups, community groups etc).": _("THIRD SECTOR (e.g. non-governmental and non-profit-making organisations, including charity groups, community groups etc)."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1239: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "International body": _("International body"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1240: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "National ministry/agency": _("National ministry/agency"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1241: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Sub-national ministry/agency": _("Sub-national ministry/agency"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1242: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Multinational Corporation": _("Multinational Corporation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1243: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "National Corporation": _("National Corporation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1244: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Small-medium sized enterprise": _("Small-medium sized enterprise"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1245: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Non-governmental organisation": _("Non-governmental organisation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1246: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Community based organisation": _("Community based organisation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1247: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Educational sector": _("Educational sector"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1248: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Reporting and Evaluations": _("Reporting and Evaluations"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1249: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Yes": _("Yes"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1250: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "No": _("No"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1251: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Not applicable": _("Not applicable"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1252: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "There is a mandatory reporting mechanism": _("There is a mandatory reporting mechanism"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1253: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Reporting is voluntary": _("Reporting is voluntary"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1254: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "There is no reporting mechanism": _("There is no reporting mechanism"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1255: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "There is not enough resource to support reporting": _("There is not enough resource to support reporting"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1256: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Reporting is too effortful": _("Reporting is too effortful"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1257: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Outcome Evaluated": _("Outcome Evaluated"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1258: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Geography": _("Geography"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1259: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Global (it covers the whole world)": _("Global (it covers the whole world)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1260: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Regional (UN Regions)": _("Regional (UN Regions)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1261: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Transnational (several countries are involved, including bilateral)": _("Transnational (several countries are involved, including bilateral)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1262: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "National (it covers one entire country)": _("National (it covers one entire country)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1263: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Sub-national (it covers parts of one country)": _("Sub-national (it covers parts of one country)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1264: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Global with elements in specific areas": _("Global with elements in specific areas"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1265: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Source to Sea": _("Source to Sea"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1266: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Source to sea": _("Source to Sea"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1267: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Mountains and upland area": _("Mountains and upland area"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1268: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Agricultural land/soils": _("Agricultural land/soils"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1269: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Entire water catchment": _("Entire water catchment"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1270: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Forests or Mangroves": _("Forests or Mangroves"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1271: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Freshwater rivers and lakes": _("Freshwater rivers and lakes"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1272: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Urban environment": _("Urban environment"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1273: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Waste disposal sites": _("Waste disposal sites"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1274: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Coastal zone": _("Coastal zone"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1275: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Maritime area within national jurisdiction": _("Maritime area within national jurisdiction"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1276: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Areas beyond national jurisdiction": _("Areas beyond national jurisdiction"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1277: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Open ocean and high seas": _("Open ocean and high seas"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1278: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Air": _("Air"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1279: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "All of the above": _("All of the above"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1280: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Lifecycle of Plastics": _("Lifecycle of Plastics"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1281: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Lifecycle of plastics": _("Lifecycle of Plastics"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1282: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Raw materials": _("Raw materials"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1283: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Design": _("Design"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1284: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Production / Manufacture": _("Production / Manufacture"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1285: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Use / consumption": _("Use / consumption"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1286: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Collection / sorting of plastics after use": _("Collection / sorting of plastics after use"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1287: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Management of collected plastics": _("Management of collected plastics"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1288: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Clean-up of plastic from the environment": _("Clean-up of plastic from the environment"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1289: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Target Action": _("Target Action"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1290: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Target action": _("Target Action"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1291: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Reducing plastics": _("Reducing plastics"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1292: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Reusing plastic": _("Reusing plastic"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1293: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Recycling plastics": _("Recycling plastics"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1294: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Not Applicable": _("Not Applicable"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1295: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Impact": _("Impact"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1296: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Human health and wellbeing": _("Human health and wellbeing"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1297: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Biodiversity": _("Biodiversity"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1298: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Marine organisms": _("Marine organisms"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1299: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Ecosystem Services": _("Ecosystem Services"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1300: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Food chain": _("Food chain"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1301: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Economics and Trade": _("Economics and Trade"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1302: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Pollutant Targeted": _("Pollutant Targeted"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1303: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Pollutant targeted": _("Pollutant Targeted"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1304: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Macroplastic (large, more than 20 mm, e.g. plastic bottles)": _("Macroplastic (large, more than 20 mm, e.g. plastic bottles)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1305: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Microplastics (tiny plastic particles less than 5 mm in diameter, e.g., found in personal care products/synthetic textiles)": _("Microplastics (tiny plastic particles less than 5 mm in diameter, e.g., found in personal care products/synthetic textiles)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1306: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Additives incorporated into plastic items": _("Additives incorporated into plastic items"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1307: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Bottles": _("Bottles"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1308: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Plastic bags": _("Plastic bags"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1309: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Food packaging (containers, wrappers etc.)": _("Food packaging (containers, wrappers etc.)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1310: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Non-food packaging (containers, wrappers etc.)": _("Non-food packaging (containers, wrappers etc.)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1311: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Smoking related litter (cigarette butts and packets)": _("Smoking related litter (cigarette butts and packets)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1312: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Fishing related items": _("Fishing related items"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1313: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Shipping related items": _("Shipping related items"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1314: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Cups (e.g., disposable coffee cups)": _("Cups (e.g., disposable coffee cups)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1315: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Plastic straws, stirrers, cutlery": _("Plastic straws, stirrers, cutlery"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1316: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Sewage-related items (this could include cotton bud sticks, feminine hygiene items and others disposed of via toilets)": _("Sewage-related items (this could include cotton bud sticks, feminine hygiene items and others disposed of via toilets)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1317: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Natural disaster/hazard related debris": _("Natural disaster/hazard related debris"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1318: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Polystyrene items": _("Polystyrene items"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1319: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Microbeads used in cosmetics": _("Microbeads used in cosmetics"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1320: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Microplastics used in other products e.g. paints": _("Microplastics used in other products e.g. paints"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1321: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Sector": _("Sector"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1322: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Packaging": _("Packaging"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1323: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Textiles": _("Textiles"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1324: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Transportation": _("Transportation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1325: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Building, Construction, Demolition": _("Building, Construction, Demolition"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1326: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Industrial Machinery": _("Industrial Machinery"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1327: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Automotive": _("Automotive"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1328: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Electrical and Electronics": _("Electrical and Electronics"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1329: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Agriculture": _("Agriculture"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1330: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Fisheries": _("Fisheries"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1331: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Aquaculture": _("Aquaculture"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1332: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Food & Beverages": _("Food & Beverages"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1333: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Personal Healthcare": _("Personal Healthcare"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1334: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Medical": _("Medical"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1335: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Retail": _("Retail"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1336: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Tourism": _("Tourism"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1337: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Wastewater/Sewage management": _("Wastewater/Sewage management"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1338: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Funding": _("Funding"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1339: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Crowdfunded": _("Crowdfunded"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1340: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Voluntary donations": _("Voluntary donations"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1341: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Public Financing": _("Public Financing"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1342: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Private Sector": _("Private Sector"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1343: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Mixed": _("Mixed"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1344: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Duration": _("Duration"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1345: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Single event": _("Single event"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1346: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Continuous activity less than one year": _("Continuous activity less than one year"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1347: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Continuous activity 1-3 Years": _("Continuous activity 1-3 Years"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1348: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Continuous activity more than 3 Years long": _("Continuous activity more than 3 Years long"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1349: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Giving information to stakeholders (e.g., leaflets, posters)": _("Giving information to stakeholders (e.g., leaflets, posters)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1350: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Consulting with stakeholders interactively (e.g., workshops)": _("Consulting with stakeholders interactively (e.g., workshops)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1351: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Seeking feedback from stakeholders (e.g. online)": _("Seeking feedback from stakeholders (e.g. online)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1352: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Co-creating the action with stakeholders from the start": _("Co-creating the action with stakeholders from the start"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1353: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Industry": _("Industry"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1354: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Government": _("Government"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1355: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Non Governmental Organisations (NGO's)": _("Non Governmental Organisations (NGO's)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1356: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "United Nations Agency": _("United Nations Agency"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1357: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Community/citizen group(s)": _("Community/citizen group(s)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1358: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Above": _("Above"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1359: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Action": _("Action"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1360: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Action Details": _("Action Details"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1361: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Action Target": _("Action Target"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1362: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Actions": _("Actions"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1363: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Actions Reported": _("Actions Reported"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1364: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add new": _("Add new"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1365: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Back to Chart": _("Back to Chart"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1366: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Click to Download": _("Click to Download"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1367: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Close": _("Close"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1368: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Compare": _("Compare"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1369: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Contribution": _("Contribution"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1370: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "contactUs": _("contactUs"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1371: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Count": _("Count"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1372: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Countries": _("Countries"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1373: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Country": _("Country"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1374: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Country Actions": _("Country Actions"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1375: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Download": _("Download"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1376: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Evaluation of Actual Outcomes": _("Evaluation of Actual Outcomes"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1377: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Email address": _("Email address"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1378: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter subject": _("Enter subject"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1379: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter value": _("Enter value"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1380: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Frequently Asked Questions": _("Frequently Asked Questions"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1381: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Filters": _("Filters"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1382: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Funds Generate": _("Funds Generate"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1383: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Generating": _("Generating"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1384: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Glossary": _("Glossary"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1385: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Group": _("Group"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1386: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "in USD": _("in USD"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1387: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Include in-kind contribution": _("Include in-kind contribution"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1388: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Indicator": _("Indicator"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1389: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Keep Filter": _("Keep Filter"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1390: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Less than": _("Less than"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1391: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Loading": _("Loading"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1392: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Loading Content": _("Loading Content"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1393: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Million": _("Million"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1394: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "More than": _("More than"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1395: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Multi-Country": _("Multi-Country"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1396: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Multi-Country Actions": _("Multi-Country Actions"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1397: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "No Data": _("No Data"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1398: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "No Funding": _("No Funding"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1399: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Number of Reported Actions": _("Number of Reported Actions"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1400: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Overviews": _("Overviews"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1401: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Page Tour": _("Page Tour"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1402: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Please click on the table view of the adjacent map for all countries": _("Please click on the table view of the adjacent map for all countries"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1403: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Please enter correct value": _("Please enter correct value"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1404: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Action Countries": _("Action Countries"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1405: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Region": _("Region"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1406: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Reports": _("Reports"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1407: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Report Title": _("Report Title"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1408: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "reported by": _("reported by"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1409: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Reporting and Evaluation": _("Reporting and Evaluation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1410: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Reset": _("Reset"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1411: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Reset Zoom": _("Reset Zoom"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1412: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Responsible Actors": _("Responsible Actors"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1413: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Role of Organisation": _("Role of Organisation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1414: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Rows per page": _("Rows per page"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1415: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Save Image": _("Save Image"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1416: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Search": _("Search"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1417: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Select all": _("Select all"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1418: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Subject": _("Subject"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1419: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Sort by": _("Sort by"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1420: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Source Funding": _("Source Funding"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1421: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Submit": _("Submit"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1422: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Summary": _("Summary"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1423: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Support": _("Support"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1424: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Table View": _("Table View"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1425: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Thousand": _("Thousand"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1426: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Top Countries": _("Top Countries"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1427: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Total": _("Total"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1428: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Total Actions": _("Total Actions"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1429: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "View additional details of the reported actions": _("View additional details of the reported actions"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1430: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Compare reported actions across countries/groups": _("Compare reported actions across countries/groups"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1431: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Filter reported actions using various attribute combination.": _("Filter reported actions using various attribute combination."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1432: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Shows the overview of the reported actions": _("Shows the overview of the reported actions"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1433: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Download data about the reported actions": _("Download data about the reported actions"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1434: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Get in touch with queries / suggestions": _("Get in touch with queries / suggestions"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1435: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Include/Exclude actions imbeing implemetnted across multiple countries": _("Include/Exclude actions imbeing implemetnted across multiple countries"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1436: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Ensures that current filter is applicable to all the tabs": _("Ensures that current filter is applicable to all the tabs"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1437: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Type of Actions": _("Type of Actions"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1438: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Value": _("Value"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1439: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Your Message": _("Your Message"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1440: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Zoom-in": _("Zoom-in"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1441: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Zoom-out": _("Zoom-out"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1442: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "About": _("About"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1443: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Terms": _("Terms"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1444: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "API": _("API"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1445: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Source": _("Source"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1446: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Most active projects": _("Most active projects"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1447: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Filter projects": _("Filter projects"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1448: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Find a project": _("Find a project"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1449: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "View Demo Video": _("View Demo Video"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1450: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Go to Interactive Dashboard": _("Go to Interactive Dashboard"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1451: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Projects": _("Projects"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1452: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "{{projects}} projects": format_lazy('{{{{projects}}}} {name}', name=_('Projects')), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1453: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "{{items}} selected": format_lazy('{{{{items}}}} {name}', name=_('selected')), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1454: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Number of reported projects in country": _("Number of reported projects in country"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1455: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Project Summary": _("Project Summary"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1456: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "No recipient countries specified": _("No recipient countries specified"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1457: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Show map": _("Show map"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1458: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Related Documents": _("Related Documents"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1459: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Related Links": _("Related Links"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1460: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "No Related Documents": _("No Related Documents"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1461: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "No Related Links": _("No Related Links"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1462: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Widgets": _("Widgets"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:1463: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Export Data": _("Export Data"), /usr/local/lib/python3.8/site-packages/docx/section.py:7: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop working from collections import Sequence /var/akvo/rsr/code/akvo/urls.py:43: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^admin/', admin.site.urls), /var/akvo/rsr/code/akvo/urls.py:46: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^$', /var/akvo/rsr/code/akvo/urls.py:50: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^projects/$', /var/akvo/rsr/code/akvo/urls.py:53: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^project/(?P\d+)/$', /var/akvo/rsr/code/akvo/urls.py:56: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^project/(?P\d+)/hierarchy/$', /var/akvo/rsr/code/akvo/urls.py:59: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^project/(?P\d+)/report/$', /var/akvo/rsr/code/akvo/urls.py:62: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^project/(?P\d+)/widgets/$', /var/akvo/rsr/code/akvo/urls.py:65: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^project/(?P\d+)/updates/$', /var/akvo/rsr/code/akvo/urls.py:68: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^project/(?P\d+)/partners/$', /var/akvo/rsr/code/akvo/urls.py:71: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^project/(?P\d+)/finance/$', /var/akvo/rsr/code/akvo/urls.py:75: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^organisations/$', /var/akvo/rsr/code/akvo/urls.py:79: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^organisation/(?P\d+)/$', /var/akvo/rsr/code/akvo/urls.py:83: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^updates/$', /var/akvo/rsr/code/akvo/urls.py:86: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^project/(?P\d+)/update/(?P\d+)/$', /var/akvo/rsr/code/akvo/urls.py:90: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^register/$', /var/akvo/rsr/code/akvo/urls.py:93: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^activate/(?P[-:\w]+)/$', /var/akvo/rsr/code/akvo/urls.py:96: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^activate_invite/(?P\d+)/(?P\d+)/(?P\d+)/(?P[0-9A-Za-z_\-]+)/(?P[0-9A-Za-z_\-]+)/$', /var/akvo/rsr/code/akvo/urls.py:99: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^sign_in/$', /var/akvo/rsr/code/akvo/urls.py:102: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^sign_out/$', /var/akvo/rsr/code/akvo/urls.py:105: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^reset_password/(?P[0-9A-Za-z_\-]+)/(?P[0-9A-Za-z]{1,13}-[0-9A-Za-z]{1,32})/$', /var/akvo/rsr/code/akvo/urls.py:109: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^reset_password/complete/$', /var/akvo/rsr/code/akvo/urls.py:113: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^logo/$', /var/akvo/rsr/code/akvo/urls.py:115: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^css/$', /var/akvo/rsr/code/akvo/urls.py:119: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^myrsr/$', /var/akvo/rsr/code/akvo/urls.py:122: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^myrsr/my_project/(?P\d+)/$', /var/akvo/rsr/code/akvo/urls.py:125: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^myrsr/details/$', /var/akvo/rsr/code/akvo/urls.py:128: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^myrsr/projects/$', /var/akvo/rsr/code/akvo/urls.py:132: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^myrsr/project_editor/(?P\d+)/$', /var/akvo/rsr/code/akvo/urls.py:136: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^translations.json$', translations.myrsr, name='myrsr-translations'), /var/akvo/rsr/code/akvo/urls.py:137: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^project-dir-translations.json$', /var/akvo/rsr/code/akvo/urls.py:148: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^py-reports/checkz/$', /var/akvo/rsr/code/akvo/urls.py:151: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^py-reports/project/(?P\d+)/results-indicators-map-overview/$', /var/akvo/rsr/code/akvo/urls.py:155: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^py-reports/program/(?P\d+)/projects-results-indicators-map-overview/$', /var/akvo/rsr/code/akvo/urls.py:159: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^py-reports/project/(?P\d+)/results-indicators-table/$', /var/akvo/rsr/code/akvo/urls.py:163: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^py-reports/project/(?P\d+)/updates-table/$', /var/akvo/rsr/code/akvo/urls.py:167: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^py-reports/project/(?P\d+)/results-indicators-overview/$', /var/akvo/rsr/code/akvo/urls.py:171: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^py-reports/project/(?P\d+)/eutf-results-indicators-table/$', /var/akvo/rsr/code/akvo/urls.py:175: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^py-reports/project/(?P\d+)/kickstart-report/$', /var/akvo/rsr/code/akvo/urls.py:179: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^py-reports/project/(?P\d+)/eutf-narrative-report/$', /var/akvo/rsr/code/akvo/urls.py:183: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^py-reports/project/(?P\d+)/overview-report/$', /var/akvo/rsr/code/akvo/urls.py:187: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^py-reports/organisation/(?P\d+)/data-quality-overview/$', /var/akvo/rsr/code/akvo/urls.py:191: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^py-reports/program/(?P\d+)/eutf-results-indicators-table/$', /var/akvo/rsr/code/akvo/urls.py:195: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^py-reports/program/(?P\d+)/eutf-common-output-indicators-table/(?P\d+)/$', /var/akvo/rsr/code/akvo/urls.py:199: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^py-reports/organisation/(?P\d+)/results-indicators-table/$', /var/akvo/rsr/code/akvo/urls.py:203: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^py-reports/organisation/(?P\d+)/org-projects-overview/$', /var/akvo/rsr/code/akvo/urls.py:207: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^py-reports/program/(?P\d+)/program-overview-table/$', /var/akvo/rsr/code/akvo/urls.py:211: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^py-reports/program/(?P\d+)/program-overview/$', /var/akvo/rsr/code/akvo/urls.py:215: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^py-reports/program/(?P\d+)/program-labeled-periods-overview/$', /var/akvo/rsr/code/akvo/urls.py:218: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^py-reports/program/(?P\d+)/nuffic-country-level-report/$', /var/akvo/rsr/code/akvo/urls.py:223: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^project/(?P\d+)/iati/$', /var/akvo/rsr/code/akvo/urls.py:226: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^organisation/(?P\d+)/iati/$', /var/akvo/rsr/code/akvo/urls.py:230: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^organisation/(?P\d+)/iati-org/$', /var/akvo/rsr/code/akvo/rsr/m49.py:14: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("World") /var/akvo/rsr/code/akvo/rsr/m49.py:18: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sAfrica") % (4 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:22: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sEastern Africa") % (8 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sBurundi") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:30: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sComoros") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:34: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sDjibouti") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:38: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sEritrea") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:42: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sEthiopia") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:46: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sKenya") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:50: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sMadagascar") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:54: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sMalawi") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:58: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sMauritius") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:62: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sMayotte") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:66: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sMozambique") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:70: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sRéunion") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:74: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sRwanda") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:78: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSeychelles") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:82: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSomalia") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:86: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSouth Sudan") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:90: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sUganda") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:94: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sUnited Republic of Tanzania") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:98: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sZambia") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:102: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sZimbabwe") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:106: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sMiddle Africa") % (8 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:110: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sAngola") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:114: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sCameroon") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:118: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sCentral African Republic") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:122: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sChad") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:126: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sCongo") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:130: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sDemocratic Republic of the Congo") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:134: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sEquatorial Guinea") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:138: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sGabon") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:142: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSao Tome and Principe") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:146: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sNorthern Africa") % (8 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:150: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sAlgeria") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:154: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sEgypt") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:158: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sLibya") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:162: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sMorocco") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:166: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSudan") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:170: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sTunisia") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:174: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sWestern Sahara") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:178: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSouthern Africa") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:182: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sBotswana") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:186: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sLesotho") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:190: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sNamibia") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:194: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSouth Africa") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:198: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSwaziland") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:202: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sWestern Africa") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:206: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sBenin") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:210: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sBurkina Faso") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:214: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sCabo Verde") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:218: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sCote d'Ivoire") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:222: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sGambia") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:226: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sGhana") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:230: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sGuinea") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:234: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sGuinea-Bissau") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:238: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sLiberia") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:242: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sMali") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:246: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sMauritania") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:250: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sNiger") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:254: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sNigeria") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:258: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSaint Helena") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:262: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSenegal") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:266: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSierra Leone") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:270: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sTogo") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:274: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sAmericas") % (4 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:278: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sLatin America and the Caribbean") % (8 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:282: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sCaribbean") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:286: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sAnguilla") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:290: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sAntigua and Barbuda") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:294: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sAruba") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:298: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sBahamas") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:302: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sBarbados") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:306: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sBonaire, Sint Eustatius and Saba") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:310: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sBritish Virgin Islands") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:314: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sCayman Islands") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:318: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sCuba") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:322: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sCuraçao") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:326: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sDominica") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:330: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sDominican Republic") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:334: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sGrenada") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:338: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sGuadeloupe") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:342: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sHaiti") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:346: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sJamaica") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:350: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sMartinique") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:354: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sMontserrat") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:358: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sPuerto Rico") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:362: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSaint-Barthélemy") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:366: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSaint Kitts and Nevis") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:370: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSaint Lucia") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:374: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSaint Martin (French part)") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:378: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSaint Vincent and the Grenadines") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:382: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSint Maarten (Dutch part)") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:386: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sTrinidad and Tobago") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:390: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sTurks and Caicos Islands") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:394: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sUnited States Virgin Islands") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:398: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sCentral America") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:402: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sBelize") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:406: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sCosta Rica") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:410: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sEl Salvador") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:414: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sGuatemala") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:418: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sHonduras") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:422: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sMexico") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:426: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sNicaragua") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:430: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sPanama") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:434: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSouth America") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:438: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sArgentina") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:442: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sBolivia (Plurinational State of)") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:446: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sBrazil") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:450: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sChile") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:454: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sColombia") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:458: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sEcuador") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:462: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sFalkland Islands (Malvinas)") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:466: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sFrench Guiana") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:470: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sGuyana") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:474: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sParaguay") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:478: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sPeru") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:482: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSuriname") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:486: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sUruguay") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:490: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sVenezuela (Bolivarian Republic of)") % (16 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:494: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sNorthern America") % (8 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:498: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sBermuda") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:502: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sCanada") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:506: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sGreenland") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:510: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSaint Pierre and Miquelon") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:514: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sUnited States of America") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:518: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sAsia") % (4 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:522: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sCentral Asia") % (8 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:526: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sKazakhstan") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:530: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sKyrgyzstan") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:534: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sTajikistan") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:538: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sTurkmenistan") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:542: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sUzbekistan") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:546: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sEastern Asia") % (8 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:550: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sChina") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:554: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sChina, Hong Kong Special Administrative Region") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:558: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sChina, Macao Special Administrative Region") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:562: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sDemocratic People's Republic of Korea") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:566: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sJapan") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:570: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sMongolia") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:574: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sRepublic of Korea") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:578: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSouthern Asia") % (8 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:582: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sAfghanistan") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:586: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sBangladesh") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:590: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sBhutan") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:594: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sIndia") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:598: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sIran (Islamic Republic of)") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:602: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sMaldives") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:606: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sNepal") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:610: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sPakistan") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:614: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSri Lanka") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:618: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSouth-Eastern Asia") % (8 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:622: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sBrunei Darussalam") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:626: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sCambodia") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:630: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sIndonesia") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:634: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sLao People's Democratic Republic") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:638: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sMalaysia") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:642: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sMyanmar") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:646: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sPhilippines") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:650: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSingapore") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:654: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sThailand") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:658: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sTimor-Leste") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:662: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sViet Nam") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:666: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sWestern Asia") % (8 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:670: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sArmenia") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:674: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sAzerbaijan") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:678: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sBahrain") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:682: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sCyprus") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:686: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sGeorgia") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:690: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sIraq") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:694: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sIsrael") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:698: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sJordan") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:702: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sKuwait") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:706: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sLebanon") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:710: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sOman") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:714: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sQatar") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:718: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSaudi Arabia") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:722: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sState of Palestine") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:726: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSyrian Arab Republic") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:730: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sTurkey") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:734: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sUnited Arab Emirates") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:738: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sYemen") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:742: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sEurope") % (4 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:746: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sEastern Europe") % (8 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:750: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sBelarus") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:754: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sBulgaria") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:758: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sCzech Republic") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:762: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sHungary") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:766: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sPoland") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:770: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sRepublic of Moldova") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:774: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sRomania") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:778: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sRussian Federation") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:782: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSlovakia") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:786: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sUkraine") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:790: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sNorthern Europe") % (8 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:794: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sÅland Islands") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:798: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sDenmark") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:802: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sEstonia") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:806: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sFaeroe Islands") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:810: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sFinland") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:814: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sGuernsey") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:818: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sIceland") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:822: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sIreland") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:826: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sIsle of Man") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:830: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sJersey") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:834: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sLatvia") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:838: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sLithuania") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:842: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sNorway") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:846: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSvalbard and Jan Mayen Islands") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:850: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSweden") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:854: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sUnited Kingdom of Great Britain and Northern Ireland") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:858: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSouthern Europe") % (8 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:862: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sAlbania") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:866: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sAndorra") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:870: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sBosnia and Herzegovina") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:874: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sCroatia") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:878: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sGibraltar") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:882: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sGreece") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:886: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sHoly See") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:890: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sItaly") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:894: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sMalta") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:898: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sMontenegro") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:902: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sPortugal") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:906: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSan Marino") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:910: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSerbia") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:914: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSlovenia") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:918: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSpain") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:922: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sThe former Yugoslav Republic of Macedonia") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:926: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sWestern Europe") % (8 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:930: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sAustria") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:934: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sBelgium") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:938: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sFrance") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:942: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sGermany") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:946: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sLiechtenstein") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:950: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sLuxembourg") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:954: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sMonaco") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:958: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sNetherlands") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:962: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSwitzerland") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:966: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sOceania") % (4 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:970: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sAustralia and New Zealand") % (8 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:974: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sAustralia") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:978: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sNew Zealand") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:982: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sNorfolk Island") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:986: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sMelanesia") % (8 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:990: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sFiji") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:994: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sNew Caledonia") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:998: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sPapua New Guinea") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:1002: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSolomon Islands") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:1006: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sVanuatu") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:1010: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sMicronesia") % (8 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:1014: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sGuam") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:1018: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sKiribati") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:1022: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sMarshall Islands") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:1026: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sMicronesia (Federated States of)") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:1030: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sNauru") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:1034: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sNorthern Mariana Islands") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:1038: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sPalau") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:1042: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sPolynesia") % (8 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:1046: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sAmerican Samoa") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:1050: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sCook Islands") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:1054: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sFrench Polynesia") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:1058: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sNiue") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:1062: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sPitcairn") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:1066: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sSamoa") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:1070: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sTokelau") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:1074: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sTonga") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:1078: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sTuvalu") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/m49.py:1082: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). _("%sWallis and Futuna Islands") % (12 * " ") /var/akvo/rsr/code/akvo/rsr/filters.py:21: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). ANY_CHOICE = (('', _('All')), ) /var/akvo/rsr/code/akvo/rest/urls.py:131: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). root_url = url(r'(?P(v1|v2))/$', router.get_api_root_view(), name=router.root_view_name) /var/akvo/rsr/code/akvo/rest/urls.py:139: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^', include(router.urls)), /var/akvo/rsr/code/akvo/rest/urls.py:140: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/employment/(?P[0-9]+)/set_group/(?P[0-9]+)/$', /var/akvo/rsr/code/akvo/rest/urls.py:143: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/user/(?P[0-9]+)/change_password/$', /var/akvo/rsr/code/akvo/rest/urls.py:146: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/organisations/(?P[0-9]+)/users/$', /var/akvo/rsr/code/akvo/rest/urls.py:149: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/managed-employments/$', /var/akvo/rsr/code/akvo/rest/urls.py:152: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/organisations/(?P[0-9]+)/users/(?P[0-9]+)/$', /var/akvo/rsr/code/akvo/rest/urls.py:155: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/user/(?P[0-9]+)/update_details/$', /var/akvo/rsr/code/akvo/rest/urls.py:158: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/me/$', /var/akvo/rsr/code/akvo/rest/urls.py:161: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/invite_user/$', /var/akvo/rsr/code/akvo/rest/urls.py:164: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/project_iati_check/(?P[0-9]+)/$', /var/akvo/rsr/code/akvo/rest/urls.py:167: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/project_update/(?P[0-9]+)/photos/$', /var/akvo/rsr/code/akvo/rest/urls.py:170: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/project_update/(?P[0-9]+)/photos/(?P[0-9]+)/$', /var/akvo/rsr/code/akvo/rest/urls.py:173: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/indicator_period_data/(?P[0-9]+)/upload_file/$', /var/akvo/rsr/code/akvo/rest/urls.py:176: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/indicator_period_data/(?P[0-9]+)/files/$', /var/akvo/rsr/code/akvo/rest/urls.py:179: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/indicator_period_data/(?P[0-9]+)/files/(?P[0-9]+)/$', /var/akvo/rsr/code/akvo/rest/urls.py:182: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/indicator_period_data/(?P[0-9]+)/photos/$', /var/akvo/rsr/code/akvo/rest/urls.py:185: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/indicator_period_data/(?P[0-9]+)/photos/(?P[0-9]+)/$', /var/akvo/rsr/code/akvo/rest/urls.py:188: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/set-periods-locked/(?P[0-9]+)/$', /var/akvo/rsr/code/akvo/rest/urls.py:191: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/set-updates-status/(?P[0-9]+)/$', /var/akvo/rsr/code/akvo/rest/urls.py:194: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/right_now_in_akvo/$', views.right_now_in_akvo_view, name='right_now_in_akvo'), /var/akvo/rsr/code/akvo/rest/urls.py:195: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/server_info/$', views.server_info, name='server_info'), /var/akvo/rsr/code/akvo/rest/urls.py:196: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/title-and-status/(?P[0-9]+)/$', views.project_title, name='project_title'), /var/akvo/rsr/code/akvo/rest/urls.py:197: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/project/(?P[0-9]+)/results_framework/$', /var/akvo/rsr/code/akvo/rest/urls.py:200: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/bulk-add-periods/(?P[0-9]+)/$', /var/akvo/rsr/code/akvo/rest/urls.py:203: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/bulk-remove-periods/(?P[0-9]+)/$', /var/akvo/rsr/code/akvo/rest/urls.py:210: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/project/(?P[0-9]+)/copy_results/(?P[0-9]+)/$', /var/akvo/rsr/code/akvo/rest/urls.py:213: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/project/(?P[0-9]+)/import_results/$', /var/akvo/rsr/code/akvo/rest/urls.py:216: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/project/(?P[0-9]+)/import_result/(?P[0-9]+)/$', /var/akvo/rsr/code/akvo/rest/urls.py:219: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/project/(?P[0-9]+)/import_indicator/(?P[0-9]+)/$', /var/akvo/rsr/code/akvo/rest/urls.py:222: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/project/(?P[0-9]+)/reorder_items/$', /var/akvo/rsr/code/akvo/rest/urls.py:225: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/project/(?P[0-9]+)/default_periods/$', /var/akvo/rsr/code/akvo/rest/urls.py:228: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/project/(?P[0-9]+)/period-labels/$', /var/akvo/rsr/code/akvo/rest/urls.py:231: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/project/(?P[0-9]+)/indicator_custom_fields/$', /var/akvo/rsr/code/akvo/rest/urls.py:234: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/project_update/(?P[0-9]+)/upload_photo/$', /var/akvo/rsr/code/akvo/rest/urls.py:237: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/project/(?P[0-9]+)/project-roles/$', /var/akvo/rsr/code/akvo/rest/urls.py:240: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/project/(?P[0-9]+)/invite-user/$', /var/akvo/rsr/code/akvo/rest/urls.py:243: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/project/(?P[0-9]+)/enumerator-assignment-send/$', /var/akvo/rsr/code/akvo/rest/urls.py:250: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/project-directory$', /var/akvo/rsr/code/akvo/rest/urls.py:253: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/update_directory$', /var/akvo/rsr/code/akvo/rest/urls.py:256: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/organisation_directory$', /var/akvo/rsr/code/akvo/rest/urls.py:259: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/sector_codes$', /var/akvo/rsr/code/akvo/rest/urls.py:262: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/projects_by_id$', /var/akvo/rsr/code/akvo/rest/urls.py:265: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/project_published_search$', /var/akvo/rsr/code/akvo/rest/urls.py:268: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/demo_request$', /var/akvo/rsr/code/akvo/rest/urls.py:275: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/project_location_geojson$', /var/akvo/rsr/code/akvo/rest/urls.py:282: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/project/(?P[0-9]+)/results/$', /var/akvo/rsr/code/akvo/rest/urls.py:285: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/project/(?P[0-9]+)/result/(?P[0-9]+)/$', /var/akvo/rsr/code/akvo/rest/urls.py:288: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/project/(?P[0-9]+)/indicator/(?P[0-9]+)/$', /var/akvo/rsr/code/akvo/rest/urls.py:291: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/project/(?P[0-9]+)/results_geo/$', /var/akvo/rsr/code/akvo/rest/urls.py:298: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/project/(?P[0-9]+)/enumerators/$', /var/akvo/rsr/code/akvo/rest/urls.py:305: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/program/(?P[0-9]+)/add-project/$', /var/akvo/rsr/code/akvo/rest/urls.py:308: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/program/(?P[0-9]+)/countries/$', /var/akvo/rsr/code/akvo/rest/urls.py:311: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/program/(?P[0-9]+)/updates/$', /var/akvo/rsr/code/akvo/rest/urls.py:319: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/typeaheads/organisations$', /var/akvo/rsr/code/akvo/rest/urls.py:322: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/typeaheads/projects$', /var/akvo/rsr/code/akvo/rest/urls.py:325: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/typeaheads/project_updates$', /var/akvo/rsr/code/akvo/rest/urls.py:328: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/organisation_reports/$', /var/akvo/rsr/code/akvo/rest/urls.py:331: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/project/(?P[0-9]+)/reports/$', /var/akvo/rsr/code/akvo/rest/urls.py:334: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/project/(?P[0-9]+)/reports/period-dates/$', /var/akvo/rsr/code/akvo/rest/urls.py:337: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/program_reports/(?P[0-9]+)/$', /var/akvo/rsr/code/akvo/rest/urls.py:340: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/program_reports/(?P[0-9]+)/period-dates/$', /var/akvo/rsr/code/akvo/rest/urls.py:343: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/program_reports/(?P[0-9]+)/countries/$', /var/akvo/rsr/code/akvo/rest/urls.py:346: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/members/$', /var/akvo/rsr/code/akvo/rest/urls.py:353: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'v1/report_formats/$', /var/akvo/rsr/code/akvo/urls.py:234: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^api/', include('akvo.rest.urls')), /var/akvo/rsr/code/akvo/urls.py:237: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^rest/', include('akvo.rest.urls')), /var/akvo/rsr/code/akvo/urls.py:238: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^rest/docs/', docs_view), /var/akvo/rsr/code/akvo/urls.py:241: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^rss/updates/(?P\d+)/$', /var/akvo/rsr/code/akvo/urls.py:245: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^rss/org-updates/(?P\d+)/$', /var/akvo/rsr/code/akvo/urls.py:249: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^rss/all-updates/$', /var/akvo/rsr/code/akvo/urls.py:254: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^auth/token/$', account.api_key, name="auth_token"), /var/akvo/rsr/code/akvo/urls.py:257: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^auth/csrf-token/$', account.get_csrf_token, name="auth_csrf_token"), /var/akvo/rsr/code/akvo/urls.py:259: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^auth/login/$', account.json_login, name="auth_json_login"), /var/akvo/rsr/code/akvo/urls.py:261: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^auth/reset-password/$', account.json_reset_password, name="auth_json_reset_password"), /var/akvo/rsr/code/akvo/urls.py:263: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^auth/register/$', account.json_register, name="auth_json_register"), /var/akvo/rsr/code/akvo/urls.py:266: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^widgets/projects/map/$', /var/akvo/rsr/code/akvo/urls.py:270: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^widgets/projects/list/$', /var/akvo/rsr/code/akvo/urls.py:274: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^widgets/cobranded-banner/(?P\d+)/$', /var/akvo/rsr/code/akvo/urls.py:278: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^widgets/cobranded-banner/random/$', /var/akvo/rsr/code/akvo/urls.py:282: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^widgets/project-narrow/(?P\d+)/$', /var/akvo/rsr/code/akvo/urls.py:286: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^widgets/project-narrow/random/$', /var/akvo/rsr/code/akvo/urls.py:290: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^widgets/project-small/(?P\d+)/$', /var/akvo/rsr/code/akvo/urls.py:294: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^widgets/project-small/random/$', /var/akvo/rsr/code/akvo/urls.py:302: RemovedInDjango40Warning: django.conf.urls.url() is deprecated in favor of django.urls.re_path(). url(r'^media/(?P.*)$', serve, {'document_root': settings.MEDIA_ROOT}), System check identified no issues (0 silenced). . ---------------------------------------------------------------------- Ran 1 test in 0.008s OK Using existing test database for alias 'default'... /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2001-01-01 00:00:00) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" Setting country for 0 OrganisationLocations Setting country for 0 ProjectLocations Setting country for 0 ProjectUpdateLocations EUTF organisation not in DB. Plan Finland organisation not in DB. Deleting 0 links without a url Actual user not identified for the following periods (using RSR System user as proxy): Fixed country for 0 OrganisationLocations Fixed country for 0 ProjectLocations Fixed country for 0 ProjectUpdateLocations Project ID Project title Result ID Result title Indicator ID Indicator title Period ID Period dates Update ID Update value Moved 0 non-numeric update values Project ID Dimension ID Dimension name Axis ID Axis name Created? Disaggregation ID Update ID Old dimension ID Old dimension Name Old dimension Value Updated Piwik IDs for 0 sites Specified result 'EUTF Common Output Indicators' not found. Skipping Report Creation. Using existing clone for alias 'default'... Using existing clone for alias 'default'... Using existing clone for alias 'default'... Using existing clone for alias 'default'... System check identified no issues (0 silenced). /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField Project.created_at received a naive datetime (2010-10-01 00:00:00) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField Project.last_modified_at received a naive datetime (2010-10-01 00:00:00) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:10:54,042 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField Project.created_at received a naive datetime (2010-10-02 00:00:00) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField Project.last_modified_at received a naive datetime (2010-10-02 00:00:00) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:10:54,062 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField Project.created_at received a naive datetime (2010-10-03 00:00:00) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField Project.last_modified_at received a naive datetime (2010-10-03 00:00:00) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:10:54,073 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:54,075 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField Project.created_at received a naive datetime (2010-10-04 00:00:00) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField Project.last_modified_at received a naive datetime (2010-10-04 00:00:00) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:10:54,081 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:54,086 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:54,087 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:54,092 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField Project.created_at received a naive datetime (2010-10-05 00:00:00) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField Project.last_modified_at received a naive datetime (2010-10-05 00:00:00) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:10:54,101 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:54,106 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:54,108 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:54,114 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField Project.created_at received a naive datetime (2010-10-06 00:00:00) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField Project.last_modified_at received a naive datetime (2010-10-06 00:00:00) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:10:54,121 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:54,126 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:54,127 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:54,127 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField Project.created_at received a naive datetime (2010-10-07 00:00:00) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:10:54,133 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField Project.last_modified_at received a naive datetime (2010-10-07 00:00:00) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:10:54,139 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:54,145 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:54,145 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:54,150 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField Project.created_at received a naive datetime (2010-10-08 00:00:00) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField Project.last_modified_at received a naive datetime (2010-10-08 00:00:00) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:10:54,159 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:54,164 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:54,165 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField Project.created_at received a naive datetime (2010-10-09 00:00:00) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField Project.last_modified_at received a naive datetime (2010-10-09 00:00:00) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:10:54,172 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:54,177 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:54,180 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:54,183 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:54,188 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField Project.created_at received a naive datetime (2010-10-10 00:00:00) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField Project.last_modified_at received a naive datetime (2010-10-10 00:00:00) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:10:54,195 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:54,196 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:54,228 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:54,339 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:54,346 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:54,373 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1358: RuntimeWarning: DateTimeField Project.created_at received a naive datetime (2010-10-04 00:00:00) while time zone support is active. warnings.warn("DateTimeField %s.%s received a naive datetime " /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1358: RuntimeWarning: DateTimeField Project.created_at received a naive datetime (2010-10-06 00:00:00) while time zone support is active. warnings.warn("DateTimeField %s.%s received a naive datetime " DEBUG 2022-08-03 08:10:54,649 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:54,662 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:54,731 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:54,743 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:54,807 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:54,822 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:54,836 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:54,842 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:54,846 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:54,863 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:54,881 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:54,893 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:54,904 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:54,904 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:54,916 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:54,933 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:54,939 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:54,955 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:54,966 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:54,976 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:54,984 project Deleted 0 old thumbs after unset Couldn't parse user param: filter Traceback (most recent call last): File "/var/akvo/rsr/code/akvo/rest/filters.py", line 60, in filter_queryset args_or_kwargs = eval_query_value(request, param) File "/var/akvo/rsr/code/akvo/rest/filters.py", line 53, in eval_query_value return ast.literal_eval(value) File "/usr/local/lib/python3.8/ast.py", line 59, in literal_eval node_or_string = parse(node_or_string, mode='eval') File "/usr/local/lib/python3.8/ast.py", line 47, in parse return compile(source, filename, mode, flags, File "", line 1 very bad python ^ SyntaxError: invalid syntax ..DEBUG 2022-08-03 08:10:55,061 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:55,099 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:55,119 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:55,122 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:55,123 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:55,153 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:55,169 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:55,188 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:55,259 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:55,285 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:55,294 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:55,303 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:55,307 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:55,317 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:55,318 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:55,322 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:55,334 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:55,338 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:55,339 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:55,349 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:55,363 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:55,368 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1358: RuntimeWarning: DateTimeField Project.created_at received a naive datetime (2010-10-05 00:00:00) while time zone support is active. warnings.warn("DateTimeField %s.%s received a naive datetime " DEBUG 2022-08-03 08:10:55,406 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:55,457 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:55,477 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:55,560 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:55,575 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:55,588 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:55,611 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:55,653 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:55,656 project Deleted 0 old thumbs after unset ..DEBUG 2022-08-03 08:10:55,710 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:55,713 project Deleted 0 old thumbs after unset .DEBUG 2022-08-03 08:10:55,750 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:55,752 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:55,760 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1358: RuntimeWarning: DateTimeField Project.created_at received a naive datetime (2022-07-27 00:00:00) while time zone support is active. warnings.warn("DateTimeField %s.%s received a naive datetime " DEBUG 2022-08-03 08:10:55,847 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:55,854 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:55,863 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:55,879 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:55,884 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:55,885 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:55,896 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:55,897 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:55,905 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:55,910 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1358: RuntimeWarning: DateTimeField Project.created_at received a naive datetime (2022-07-28 00:00:00) while time zone support is active. warnings.warn("DateTimeField %s.%s received a naive datetime " DEBUG 2022-08-03 08:10:55,925 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:55,938 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:55,946 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:55,953 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:55,965 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:55,976 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:55,990 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:56,005 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:56,041 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:56,042 project Deleted 0 old thumbs after unset ...DEBUG 2022-08-03 08:10:56,085 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:56,119 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:56,195 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:56,270 project Deleted 0 old thumbs after unset ...DEBUG 2022-08-03 08:10:56,329 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1358: RuntimeWarning: DateTimeField Project.created_at received a naive datetime (2022-07-27 00:00:00) while time zone support is active. warnings.warn("DateTimeField %s.%s received a naive datetime " DEBUG 2022-08-03 08:10:56,365 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:56,377 project Deleted 0 old thumbs after unset ..DEBUG 2022-08-03 08:10:56,416 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:56,455 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:56,457 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:56,479 project Deleted 0 old thumbs after unset Locked 2 periods DEBUG 2022-08-03 08:10:56,513 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:56,558 project Deleted 0 old thumbs after unset ..DEBUG 2022-08-03 08:10:56,610 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:56,712 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:56,739 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:56,761 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:56,767 project Deleted 0 old thumbs after unset Keyword argument is required DEBUG 2022-08-03 08:10:56,826 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:56,898 project Deleted 0 old thumbs after unset ...DEBUG 2022-08-03 08:10:56,920 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:56,959 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:56,984 project Deleted 0 old thumbs after unset Unlocked 2 periods ....############################## Created project: 31 Funded Project: Unpackaging Alameda Unique Response Number 545728-545719-54557648 Your organisation (If you are not affiliated with an organisation, please write 'not applicable'). California Ocean Protection Council Are you reporting as an individual or on behalf of an organisation? (Several reports from the same organisation or individual are welcome) [{'name': 'On behalf of an organisation'}] On behalf of which organisation are you reporting here? (e.g. UNEP, FAO or name your specific private/public/third sector organisation). California Ocean Protection Council Is this the first time that you have completed this survey? [{'name': 'No, I am returning to the survey to report on additional actions/activities'}] How many Actions are you intending to tell us about? Type of action [{'name': 'WORKING WITH PEOPLE: Encouraging or enabling others (e.g., education, training, communication, awareness raising, behaviour change programmes', 'options': [{'name': 'Awareness raising and Behaviour change', 'options': [{'name': 'Behaviour change campaign/programme'}, {'name': 'Community Engagement'}, {'name': 'Stakeholder Engagement'}], 'multiselect': True}, {'name': 'Education/Training', 'options': [{'name': 'Other', 'extra_text': 'Technical assistance to restaurant owners'}], 'multiselect': True}], 'multiselect': True}] For monitoring on or near ocean surfaces, which programme/protocol did you use? For monitoring of the water column, which programme/protocol did you use? For monitoring on the seafloor, which programme/protocol did you use? For monitoring on the shoreline, which programme/protocol did you use? For monitoring in Biota, which programme/protocol did you use? For air monitoring, which programme/protocol did you use? How can the data and information from your monitoring programme be accessed? None If the monitoring data is available on request, please provide information on how to access the data? Please provide the URL's for any links to the monitoring data and information. TYPE OF ACTION: Whilst you already selected the focus of your action/activity in Question 9, did the action/activity also involve other aspects (please tick which ones below): [{'name': 'MONITORING and ANALYSIS: Collecting evidence around plastic discharge to the ocean/waterways? (e.g. monitoring, analysis)'}] Role organisation [{'name': 'We are the funding body'}] Responsible actor [{'name': 'PRIVATE SECTOR ORGANISATION (for-profit organisations run by individuals and groups, free from government ownership).', 'options': [{'name': 'Small-medium sized enterprise'}], 'multiselect': True}, {'name': 'THIRD SECTOR (e.g. non-governmental and non-profit-making organisations, including charity groups, community groups etc).', 'options': [{'name': 'Non-governmental organisation'}]}] Reporting [] You answered that you do report on the action. Is this because: None You answered that you do not report on the action. Is this because: None Are the actual outcomes and impacts of the action evaluated? [{'name': 'Yes'}] Geography [{'name': 'Sub-national (it covers parts of one country)'}] Source to sea [{'name': 'Urban environment'}, {'name': 'Coastal zone'}] Lifecycle of plastics [{'name': 'Use / consumption'}] Target action [{'name': 'Reducing plastics'}] Impact [{'name': 'Marine organisms'}, {'name': 'Other', 'extra_text': 'Urban plastic pollution nuisance'}] Pollutant targeted [{'name': 'Macroplastic (large, more than 20 mm, e.g. plastic bottles)', 'options': [{'name': 'Bottles'}, {'name': 'Plastic bags'}, {'name': 'Food packaging (containers, wrappers etc.)'}, {'name': 'Cups (e.g., disposable coffee cups)'}, {'name': 'Plastic straws, stirrers, cutlery'}, {'name': 'Polystyrene items'}], 'multiselect': True}] Sector [{'name': 'Food & Beverages'}] How much money (amount) has been invested in the action so far? (please give us an estimate if you’re unsure and only submit numbers, e.g, 5,000 should be entered as 5000) 400000 Please specify the currency. US Dollars Are there in kind contributions as well? (Please tell us the equivalent amount and only submit numbers, e.g, 5,000 should be entered as 5000). Please specify the currency Funding [{'name': 'Public Financing'}] Please name the specific source(s) of funding? State of California Proposition 84 Funds Duration [{'name': 'Single event'}] ############################## DEBUG 2022-08-03 08:10:57,269 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:57,432 project Deleted 0 old thumbs after unset ...DEBUG 2022-08-03 08:10:57,524 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:57,530 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:57,535 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:57,540 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:57,542 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:57,549 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:57,560 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:57,569 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:57,571 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:57,576 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:57,587 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:57,592 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:57,598 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:57,609 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:57,618 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:57,619 project Deleted 0 old thumbs after unset ############################## Created project: 32 National Recyclable Solid Waste Collection Project (iCARE project) Unique Response Number 545728-545719-54478964 Your organisation (If you are not affiliated with an organisation, please write 'not applicable'). Department of Life Sciences, The University of the West Indies, St. Augustine, Trinidad. Are you reporting as an individual or on behalf of an organisation? (Several reports from the same organisation or individual are welcome) [{'name': 'As an individual'}] On behalf of which organisation are you reporting here? (e.g. UNEP, FAO or name your specific private/public/third sector organisation). Is this the first time that you have completed this survey? [{'name': 'No, I am returning to the survey to report on additional actions/activities'}] How many Actions are you intending to tell us about? Type of action [{'name': 'TECHNOLOGY and PROCESSES: New technical developments/innovation (e.g., research and development, new product design, new materials, processes etc.) changes in practice, operations, environmental management and planning.', 'options': [{'name': 'Change in service provision'}, {'name': 'Change in practice'}, {'name': 'New infrastructure'}], 'multiselect': True}] For monitoring on or near ocean surfaces, which programme/protocol did you use? For monitoring of the water column, which programme/protocol did you use? For monitoring on the seafloor, which programme/protocol did you use? For monitoring on the shoreline, which programme/protocol did you use? For monitoring in Biota, which programme/protocol did you use? For air monitoring, which programme/protocol did you use? How can the data and information from your monitoring programme be accessed? None If the monitoring data is available on request, please provide information on how to access the data? Please provide the URL's for any links to the monitoring data and information. TYPE OF ACTION: Whilst you already selected the focus of your action/activity in Question 9, did the action/activity also involve other aspects (please tick which ones below): [{'name': 'WORKING WITH PEOPLE: Encouraging or enabling others (e.g., education, training, communication, awareness raising, behaviour change programmes)'}] Role organisation [{'name': 'We are only reporting it here'}] Responsible actor [{'name': 'Other', 'extra_text': 'Fourth Sector'}] Reporting [] You answered that you do report on the action. Is this because: None You answered that you do not report on the action. Is this because: None Are the actual outcomes and impacts of the action evaluated? [{'name': 'Yes'}] Geography [{'name': 'National (it covers one entire country)'}] Source to sea [{'name': 'Mountains and upland area'}, {'name': 'Agricultural land/soils'}, {'name': 'Entire water catchment'}, {'name': 'Forests or Mangroves'}, {'name': 'Freshwater rivers and lakes'}, {'name': 'Urban environment'}, {'name': 'Waste disposal sites'}, {'name': 'Coastal zone'}] Lifecycle of plastics [{'name': 'Collection / sorting of plastics after use'}, {'name': 'Management of collected plastics'}] Target action [{'name': 'Recycling plastics'}] Impact [{'name': 'Human health and wellbeing'}, {'name': 'Biodiversity'}, {'name': 'Marine organisms'}, {'name': 'Ecosystem Services'}, {'name': 'Food chain'}, {'name': 'Economics and Trade'}] Pollutant targeted [{'name': 'Macroplastic (large, more than 20 mm, e.g. plastic bottles)', 'options': [{'name': 'Bottles'}, {'name': 'Other', 'extra_text': 'Tetra packs Aluminium cans Glass Bottles'}], 'multiselect': True}] Sector [{'name': 'Food & Beverages'}] How much money (amount) has been invested in the action so far? (please give us an estimate if you’re unsure and only submit numbers, e.g, 5,000 should be entered as 5000) 0 Please specify the currency. TT Dollars Are there in kind contributions as well? (Please tell us the equivalent amount and only submit numbers, e.g, 5,000 should be entered as 5000). 0 Please specify the currency TT Dollars Funding [{'name': 'Public Financing'}] Please name the specific source(s) of funding? Green Fund of Trinidad and Tobago Duration [{'name': 'Continuous activity more than 3 Years long'}] ############################## DEBUG 2022-08-03 08:10:57,646 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:57,647 project Deleted 0 old thumbs after unset ...DEBUG 2022-08-03 08:10:57,666 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:57,667 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:57,682 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:57,688 project Deleted 0 old thumbs after unset The following differences exist between the two models: b'- long_name: Organisation \\u2013 1 | Org 2' b'- name: Organisation \\u2013 1 | Org 2' DEBUG 2022-08-03 08:10:57,715 project Deleted 0 old thumbs after unset duplicate key value violates unique constraint "rsr_employment_organisation_id_user_id_group_id_2b10d253_uniq" DETAIL: Key (organisation_id, user_id, group_id)=(1, 3, 13) already exists. DEBUG 2022-08-03 08:10:57,746 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:57,749 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:57,763 project Deleted 0 old thumbs after unset ...DEBUG 2022-08-03 08:10:57,788 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:57,794 project Deleted 0 old thumbs after unset INFO 2022-08-03 08:10:57,837 project Generated thumbs for 350x200 DEBUG 2022-08-03 08:10:57,840 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:57,841 project Deleted 0 thumbs with old URLs Could not find alias_varname: Report_organisations+ Org 2 Report_organisations+ organisation DEBUG 2022-08-03 08:10:57,884 project Deleted 0 old thumbs after unset INFO 2022-08-03 08:10:57,892 project Generated thumbs for 350x200 INFO 2022-08-03 08:10:57,895 project Deleted 1 thumbs with old URLs DEBUG 2022-08-03 08:10:57,905 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:57,938 project Deleted 0 old thumbs after unset .DEBUG 2022-08-03 08:10:58,005 project Deleted 0 old thumbs after unset ############################## Created project: 33 Reducing UPOPs and Mercury Releases from Health Sector in Africa Unique Response Number 545728-545719-54237453 Your organisation (If you are not affiliated with an organisation, please write 'not applicable'). UNDP Are you reporting as an individual or on behalf of an organisation? (Several reports from the same organisation or individual are welcome) [{'name': 'On behalf of an organisation'}] On behalf of which organisation are you reporting here? (e.g. UNEP, FAO or name your specific private/public/third sector organisation). UNDP Is this the first time that you have completed this survey? [{'name': 'No, I am returning to the survey to report on additional actions/activities'}] How many Actions are you intending to tell us about? Type of action [{'name': 'TECHNOLOGY and PROCESSES: New technical developments/innovation (e.g., research and development, new product design, new materials, processes etc.) changes in practice, operations, environmental management and planning.', 'options': [{'name': 'Change in operations'}], 'multiselect': True}] For monitoring on or near ocean surfaces, which programme/protocol did you use? For monitoring of the water column, which programme/protocol did you use? For monitoring on the seafloor, which programme/protocol did you use? For monitoring on the shoreline, which programme/protocol did you use? For monitoring in Biota, which programme/protocol did you use? For air monitoring, which programme/protocol did you use? How can the data and information from your monitoring programme be accessed? None If the monitoring data is available on request, please provide information on how to access the data? Please provide the URL's for any links to the monitoring data and information. TYPE OF ACTION: Whilst you already selected the focus of your action/activity in Question 9, did the action/activity also involve other aspects (please tick which ones below): [{'name': 'WORKING WITH PEOPLE: Encouraging or enabling others (e.g., education, training, communication, awareness raising, behaviour change programmes)'}] Role organisation [{'name': 'I/We are implementing it'}] Responsible actor [{'name': 'PUBLIC ADMINISTRATION (organisations concerned with government policies and programmes)', 'options': [{'name': 'National ministry/agency'}], 'multiselect': True}] Reporting [{'name': 'Yes'}] You answered that you do report on the action. Is this because: [{'name': 'Reporting is voluntary'}] You answered that you do not report on the action. Is this because: None Are the actual outcomes and impacts of the action evaluated? [{'name': 'Yes'}] Geography [{'name': 'Regional (UN Regions)'}] Source to sea [{'name': 'Urban environment'}, {'name': 'Waste disposal sites'}] Lifecycle of plastics [{'name': 'Collection / sorting of plastics after use'}] Target action [{'name': 'Recycling plastics'}] Impact [{'name': 'Human health and wellbeing'}] Pollutant targeted [] Sector [{'name': 'Medical'}] How much money (amount) has been invested in the action so far? (please give us an estimate if you’re unsure and only submit numbers, e.g, 5,000 should be entered as 5000) 6453195 Please specify the currency. USD Are there in kind contributions as well? (Please tell us the equivalent amount and only submit numbers, e.g, 5,000 should be entered as 5000). 28936164 Please specify the currency USD Funding [] Please name the specific source(s) of funding? GEF Duration [{'name': 'Continuous activity more than 3 Years long'}] ############################## DEBUG 2022-08-03 08:10:58,056 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:58,088 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:58,139 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:58,189 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:58,233 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:58,276 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:58,318 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:58,351 project Deleted 0 old thumbs after unset ############################## Created project: 34 ACT Program : a local value chain for plastic waste Unique Response Number 545728-545719-54334516 Your organisation (If you are not affiliated with an organisation, please write 'not applicable'). Race for Water Foundation Are you reporting as an individual or on behalf of an organisation? (Several reports from the same organisation or individual are welcome) [{'name': 'On behalf of an organisation'}] On behalf of which organisation are you reporting here? (e.g. UNEP, FAO or name your specific private/public/third sector organisation). Race for Water Foundation Is this the first time that you have completed this survey? [{'name': 'No, I am returning to the survey to report on additional actions/activities'}] How many Actions are you intending to tell us about? Type of action [{'name': 'MONITORING and ANALYSIS: Collecting evidence around plastic discharge to the ocean/waterways? (e.g. monitoring, analysis)', 'options': [{'name': 'Monitoring: On or near ocean surface'}, {'name': 'Monitoring: On the shoreline'}, {'name': 'Monitoring: In Biota'}, {'name': 'Review and synthesis :Environmental'}], 'multiselect': True}] For monitoring on or near ocean surfaces, which programme/protocol did you use? During the Race for Water Odyssey 2017-2021, we host aboard of our Race for Water Ambassador vessel several scientists who collect microplastics on ocean surfaces according to their own programme/protocol in: - the surface waters of Bermuda and Guadeloupe (EPHEMARE JPI Oceans Program) - the surface waters of Cuba (WEATHER-MIC JPI Oceans Program) - the surface waters between Chile and Rapa Nui (Catholic University of the North and ESMOI, Chile) - the surface waters between Tonga and Fiji Island (South Pacific University, Fiji) - the surface waters of New Caledonia (IRD New Caledonia) For monitoring of the water column, which programme/protocol did you use? For monitoring on the seafloor, which programme/protocol did you use? For monitoring on the shoreline, which programme/protocol did you use? During the first Race for Water Odyssey in 2015, the Race for water team used the NOAA protocol of Lippiat et al 2013 (Lippiatt S., Opfe S., Arthur C., 2013.Marine Debris Monitoring and Assessment. NOAA Technical Memorandum, NOS-OR&R-46) to collect and monitor marine debris and microplastics on the shoreline of different islands worldwide. In 2017, we hosted aboard of our Race for Water Ambassador vessel scientists who monitored microplastics on the shoreline according to their own programme/protocol in: - Bermuda and Guadeloupe (EPHEMARE JPI Oceans Program) - Cuba (WEATHER-MIC JPI Oceans Program) - Sala y Gomez Island (Catholic University of the North, Chile) For monitoring in Biota, which programme/protocol did you use? own programme/protocol For air monitoring, which programme/protocol did you use? How can the data and information from your monitoring programme be accessed? [{'name': 'It is freely available and open source'}] If the monitoring data is available on request, please provide information on how to access the data? Please provide the URL's for any links to the monitoring data and information. All the data which have been published are available on our Race for Water website at https://www.raceforwater.org/en/the-race-for-water-foundation/learn/ TYPE OF ACTION: Whilst you already selected the focus of your action/activity in Question 9, did the action/activity also involve other aspects (please tick which ones below): [{'name': 'WORKING WITH PEOPLE: Encouraging or enabling others (e.g., education, training, communication, awareness raising, behaviour change programmes)'}] Role organisation [{'name': 'I/We developed it'}] Responsible actor [{'name': 'PUBLIC ADMINISTRATION (organisations concerned with government policies and programmes)', 'options': [{'name': 'International body'}, {'name': 'National ministry/agency'}, {'name': 'Sub-national ministry/agency'}], 'multiselect': True}, {'name': 'PRIVATE SECTOR ORGANISATION (for-profit organisations run by individuals and groups, free from government ownership).', 'options': [{'name': 'Multinational Corporation'}, {'name': 'National Corporation'}, {'name': 'Small-medium sized enterprise'}], 'multiselect': True}, {'name': 'THIRD SECTOR (e.g. non-governmental and non-profit-making organisations, including charity groups, community groups etc).', 'options': [{'name': 'Non-governmental organisation'}, {'name': 'Community based organisation'}]}] Reporting [] You answered that you do report on the action. Is this because: None You answered that you do not report on the action. Is this because: None Are the actual outcomes and impacts of the action evaluated? [{'name': 'Other', 'extra_text': 'Not yet as we are still in the feasbility study phase'}] Geography [{'name': 'Global (it covers the whole world)'}] Source to sea [{'name': 'Mountains and upland area'}, {'name': 'Agricultural land/soils'}, {'name': 'Entire water catchment'}, {'name': 'Forests or Mangroves'}, {'name': 'Freshwater rivers and lakes'}, {'name': 'Urban environment'}, {'name': 'Waste disposal sites'}, {'name': 'Coastal zone'}] Lifecycle of plastics [{'name': 'Collection / sorting of plastics after use'}, {'name': 'Management of collected plastics'}, {'name': 'Clean-up of plastic from the environment'}] Target action [{'name': 'Recycling plastics'}] Impact [{'name': 'Human health and wellbeing'}, {'name': 'Biodiversity'}, {'name': 'Marine organisms'}, {'name': 'Ecosystem Services'}, {'name': 'Food chain'}, {'name': 'Economics and Trade'}] Pollutant targeted [{'name': 'Macroplastic (large, more than 20 mm, e.g. plastic bottles)', 'options': [{'name': 'Bottles'}, {'name': 'Plastic bags'}, {'name': 'Food packaging (containers, wrappers etc.)'}, {'name': 'Non-food packaging (containers, wrappers etc.)'}, {'name': 'Smoking related litter (cigarette butts and packets)'}, {'name': 'Fishing related items'}, {'name': 'Shipping related items'}, {'name': 'Cups (e.g., disposable coffee cups)'}, {'name': 'Plastic straws, stirrers, cutlery'}, {'name': 'Polystyrene items'}], 'multiselect': True}] Sector [{'name': 'Packaging'}, {'name': 'Food & Beverages'}, {'name': 'Personal Healthcare'}, {'name': 'Medical'}, {'name': 'Retail'}, {'name': 'Tourism'}, {'name': 'Wastewater/Sewage management'}] How much money (amount) has been invested in the action so far? (please give us an estimate if you’re unsure and only submit numbers, e.g, 5,000 should be entered as 5000) 10000000 Please specify the currency. Euro Are there in kind contributions as well? (Please tell us the equivalent amount and only submit numbers, e.g, 5,000 should be entered as 5000). Please specify the currency Funding [{'name': 'Voluntary donations'}, {'name': 'Private Sector'}] Please name the specific source(s) of funding? Duration [{'name': 'Continuous activity more than 3 Years long'}] ############################## ............DEBUG 2022-08-03 08:10:58,457 project Deleted 0 old thumbs after unset INFO 2022-08-03 08:10:58,485 project Generated thumbs for 350x200 DEBUG 2022-08-03 08:10:58,487 project Deleted 0 thumbs with old URLs INFO 2022-08-03 08:10:58,528 project Generated thumbs for 350x200 INFO 2022-08-03 08:10:58,530 project Deleted 1 thumbs with old URLs DEBUG 2022-08-03 08:10:58,538 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:58,546 project Deleted 0 old thumbs after unset ############################## Created project: 35 Funded Project: Unpackaging Alameda Unique Response Number 545728-545719-54557648 Your organisation (If you are not affiliated with an organisation, please write 'not applicable'). California Ocean Protection Council Are you reporting as an individual or on behalf of an organisation? (Several reports from the same organisation or individual are welcome) [{'name': 'On behalf of an organisation'}] On behalf of which organisation are you reporting here? (e.g. UNEP, FAO or name your specific private/public/third sector organisation). California Ocean Protection Council Is this the first time that you have completed this survey? [{'name': 'No, I am returning to the survey to report on additional actions/activities'}] How many Actions are you intending to tell us about? Type of action [{'name': 'WORKING WITH PEOPLE: Encouraging or enabling others (e.g., education, training, communication, awareness raising, behaviour change programmes', 'options': [{'name': 'Awareness raising and Behaviour change', 'options': [{'name': 'Behaviour change campaign/programme'}, {'name': 'Community Engagement'}, {'name': 'Stakeholder Engagement'}], 'multiselect': True}, {'name': 'Education/Training', 'options': [{'name': 'Other', 'extra_text': 'Technical assistance to restaurant owners'}], 'multiselect': True}], 'multiselect': True}] For monitoring on or near ocean surfaces, which programme/protocol did you use? For monitoring of the water column, which programme/protocol did you use? For monitoring on the seafloor, which programme/protocol did you use? For monitoring on the shoreline, which programme/protocol did you use? For monitoring in Biota, which programme/protocol did you use? For air monitoring, which programme/protocol did you use? How can the data and information from your monitoring programme be accessed? None If the monitoring data is available on request, please provide information on how to access the data? Please provide the URL's for any links to the monitoring data and information. TYPE OF ACTION: Whilst you already selected the focus of your action/activity in Question 9, did the action/activity also involve other aspects (please tick which ones below): [{'name': 'MONITORING and ANALYSIS: Collecting evidence around plastic discharge to the ocean/waterways? (e.g. monitoring, analysis)'}] Role organisation [{'name': 'We are the funding body'}] Responsible actor [{'name': 'PRIVATE SECTOR ORGANISATION (for-profit organisations run by individuals and groups, free from government ownership).', 'options': [{'name': 'Small-medium sized enterprise'}], 'multiselect': True}, {'name': 'THIRD SECTOR (e.g. non-governmental and non-profit-making organisations, including charity groups, community groups etc).', 'options': [{'name': 'Non-governmental organisation'}]}] Reporting [] You answered that you do report on the action. Is this because: None You answered that you do not report on the action. Is this because: None Are the actual outcomes and impacts of the action evaluated? [{'name': 'Yes'}] Geography [{'name': 'Sub-national (it covers parts of one country)'}] Source to sea [{'name': 'Urban environment'}, {'name': 'Coastal zone'}] Lifecycle of plastics [{'name': 'Use / consumption'}] Target action [{'name': 'Reducing plastics'}] Impact [{'name': 'Marine organisms'}, {'name': 'Other', 'extra_text': 'Urban plastic pollution nuisance'}] Pollutant targeted [{'name': 'Macroplastic (large, more than 20 mm, e.g. plastic bottles)', 'options': [{'name': 'Bottles'}, {'name': 'Plastic bags'}, {'name': 'Food packaging (containers, wrappers etc.)'}, {'name': 'Cups (e.g., disposable coffee cups)'}, {'name': 'Plastic straws, stirrers, cutlery'}, {'name': 'Polystyrene items'}], 'multiselect': True}] Sector [{'name': 'Food & Beverages'}] How much money (amount) has been invested in the action so far? (please give us an estimate if you’re unsure and only submit numbers, e.g, 5,000 should be entered as 5000) 400000 Please specify the currency. US Dollars Are there in kind contributions as well? (Please tell us the equivalent amount and only submit numbers, e.g, 5,000 should be entered as 5000). Please specify the currency Funding [{'name': 'Public Financing'}] Please name the specific source(s) of funding? State of California Proposition 84 Funds Duration [{'name': 'Single event'}] ############################## DEBUG 2022-08-03 08:10:58,751 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:58,774 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:58,879 project Deleted 0 old thumbs after unset ############################## Created project: 36 National Recyclable Solid Waste Collection Project (iCARE project) Unique Response Number 545728-545719-54478964 Your organisation (If you are not affiliated with an organisation, please write 'not applicable'). Department of Life Sciences, The University of the West Indies, St. Augustine, Trinidad. Are you reporting as an individual or on behalf of an organisation? (Several reports from the same organisation or individual are welcome) [{'name': 'As an individual'}] On behalf of which organisation are you reporting here? (e.g. UNEP, FAO or name your specific private/public/third sector organisation). Is this the first time that you have completed this survey? [{'name': 'No, I am returning to the survey to report on additional actions/activities'}] How many Actions are you intending to tell us about? Type of action [{'name': 'TECHNOLOGY and PROCESSES: New technical developments/innovation (e.g., research and development, new product design, new materials, processes etc.) changes in practice, operations, environmental management and planning.', 'options': [{'name': 'Change in service provision'}, {'name': 'Change in practice'}, {'name': 'New infrastructure'}], 'multiselect': True}] For monitoring on or near ocean surfaces, which programme/protocol did you use? For monitoring of the water column, which programme/protocol did you use? For monitoring on the seafloor, which programme/protocol did you use? For monitoring on the shoreline, which programme/protocol did you use? For monitoring in Biota, which programme/protocol did you use? For air monitoring, which programme/protocol did you use? How can the data and information from your monitoring programme be accessed? None If the monitoring data is available on request, please provide information on how to access the data? Please provide the URL's for any links to the monitoring data and information. TYPE OF ACTION: Whilst you already selected the focus of your action/activity in Question 9, did the action/activity also involve other aspects (please tick which ones below): [{'name': 'WORKING WITH PEOPLE: Encouraging or enabling others (e.g., education, training, communication, awareness raising, behaviour change programmes)'}] Role organisation [{'name': 'We are only reporting it here'}] Responsible actor [{'name': 'Other', 'extra_text': 'Fourth Sector'}] Reporting [] You answered that you do report on the action. Is this because: None You answered that you do not report on the action. Is this because: None Are the actual outcomes and impacts of the action evaluated? [{'name': 'Yes'}] Geography [{'name': 'National (it covers one entire country)'}] Source to sea [{'name': 'Mountains and upland area'}, {'name': 'Agricultural land/soils'}, {'name': 'Entire water catchment'}, {'name': 'Forests or Mangroves'}, {'name': 'Freshwater rivers and lakes'}, {'name': 'Urban environment'}, {'name': 'Waste disposal sites'}, {'name': 'Coastal zone'}] Lifecycle of plastics [{'name': 'Collection / sorting of plastics after use'}, {'name': 'Management of collected plastics'}] Target action [{'name': 'Recycling plastics'}] Impact [{'name': 'Human health and wellbeing'}, {'name': 'Biodiversity'}, {'name': 'Marine organisms'}, {'name': 'Ecosystem Services'}, {'name': 'Food chain'}, {'name': 'Economics and Trade'}] Pollutant targeted [{'name': 'Macroplastic (large, more than 20 mm, e.g. plastic bottles)', 'options': [{'name': 'Bottles'}, {'name': 'Other', 'extra_text': 'Tetra packs Aluminium cans Glass Bottles'}], 'multiselect': True}] Sector [{'name': 'Food & Beverages'}] How much money (amount) has been invested in the action so far? (please give us an estimate if you’re unsure and only submit numbers, e.g, 5,000 should be entered as 5000) 0 Please specify the currency. TT Dollars Are there in kind contributions as well? (Please tell us the equivalent amount and only submit numbers, e.g, 5,000 should be entered as 5000). 0 Please specify the currency TT Dollars Funding [{'name': 'Public Financing'}] Please name the specific source(s) of funding? Green Fund of Trinidad and Tobago Duration [{'name': 'Continuous activity more than 3 Years long'}] ############################## DEBUG 2022-08-03 08:10:59,034 project Deleted 0 old thumbs after unset ############################## Created project: 37 Reducing UPOPs and Mercury Releases from Health Sector in Africa Unique Response Number 545728-545719-54237453 Your organisation (If you are not affiliated with an organisation, please write 'not applicable'). UNDP Are you reporting as an individual or on behalf of an organisation? (Several reports from the same organisation or individual are welcome) [{'name': 'On behalf of an organisation'}] On behalf of which organisation are you reporting here? (e.g. UNEP, FAO or name your specific private/public/third sector organisation). UNDP Is this the first time that you have completed this survey? [{'name': 'No, I am returning to the survey to report on additional actions/activities'}] How many Actions are you intending to tell us about? Type of action [{'name': 'TECHNOLOGY and PROCESSES: New technical developments/innovation (e.g., research and development, new product design, new materials, processes etc.) changes in practice, operations, environmental management and planning.', 'options': [{'name': 'Change in operations'}], 'multiselect': True}] For monitoring on or near ocean surfaces, which programme/protocol did you use? For monitoring of the water column, which programme/protocol did you use? For monitoring on the seafloor, which programme/protocol did you use? For monitoring on the shoreline, which programme/protocol did you use? For monitoring in Biota, which programme/protocol did you use? For air monitoring, which programme/protocol did you use? How can the data and information from your monitoring programme be accessed? None If the monitoring data is available on request, please provide information on how to access the data? Please provide the URL's for any links to the monitoring data and information. TYPE OF ACTION: Whilst you already selected the focus of your action/activity in Question 9, did the action/activity also involve other aspects (please tick which ones below): [{'name': 'WORKING WITH PEOPLE: Encouraging or enabling others (e.g., education, training, communication, awareness raising, behaviour change programmes)'}] Role organisation [{'name': 'I/We are implementing it'}] Responsible actor [{'name': 'PUBLIC ADMINISTRATION (organisations concerned with government policies and programmes)', 'options': [{'name': 'National ministry/agency'}], 'multiselect': True}] Reporting [{'name': 'Yes'}] You answered that you do report on the action. Is this because: [{'name': 'Reporting is voluntary'}] You answered that you do not report on the action. Is this because: None Are the actual outcomes and impacts of the action evaluated? [{'name': 'Yes'}] Geography [{'name': 'Regional (UN Regions)'}] Source to sea [{'name': 'Urban environment'}, {'name': 'Waste disposal sites'}] Lifecycle of plastics [{'name': 'Collection / sorting of plastics after use'}] Target action [{'name': 'Recycling plastics'}] Impact [{'name': 'Human health and wellbeing'}] Pollutant targeted [] Sector [{'name': 'Medical'}] How much money (amount) has been invested in the action so far? (please give us an estimate if you’re unsure and only submit numbers, e.g, 5,000 should be entered as 5000) 6453195 Please specify the currency. USD Are there in kind contributions as well? (Please tell us the equivalent amount and only submit numbers, e.g, 5,000 should be entered as 5000). 28936164 Please specify the currency USD Funding [] Please name the specific source(s) of funding? GEF Duration [{'name': 'Continuous activity more than 3 Years long'}] ############################## DEBUG 2022-08-03 08:10:59,295 project Deleted 0 old thumbs after unset INFO 2022-08-03 08:10:59,317 project Generated thumbs for 350x200 DEBUG 2022-08-03 08:10:59,318 project Deleted 0 thumbs with old URLs INFO 2022-08-03 08:10:59,361 project Generated thumbs for 350x200 INFO 2022-08-03 08:10:59,363 project Deleted 1 thumbs with old URLs DEBUG 2022-08-03 08:10:59,370 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:59,379 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:59,420 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:59,441 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:59,453 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:59,478 project Deleted 0 old thumbs after unset ..DEBUG 2022-08-03 08:10:59,515 project Deleted 0 old thumbs after unset ############################## Created project: 38 ACT Program : a local value chain for plastic waste DEBUG 2022-08-03 08:10:59,540 project Deleted 0 old thumbs after unset Unique Response Number 545728-545719-54334516 Your organisation (If you are not affiliated with an organisation, please write 'not applicable'). Race for Water Foundation Are you reporting as an individual or on behalf of an organisation? (Several reports from the same organisation or individual are welcome) [{'name': 'On behalf of an organisation'}] On behalf of which organisation are you reporting here? (e.g. UNEP, FAO or name your specific private/public/third sector organisation). Race for Water Foundation Is this the first time that you have completed this survey? [{'name': 'No, I am returning to the survey to report on additional actions/activities'}] How many Actions are you intending to tell us about? Type of action [{'name': 'MONITORING and ANALYSIS: Collecting evidence around plastic discharge to the ocean/waterways? (e.g. monitoring, analysis)', 'options': [{'name': 'Monitoring: On or near ocean surface'}, {'name': 'Monitoring: On the shoreline'}, {'name': 'Monitoring: In Biota'}, {'name': 'Review and synthesis :Environmental'}], 'multiselect': True}] For monitoring on or near ocean surfaces, which programme/protocol did you use? During the Race for Water Odyssey 2017-2021, we host aboard of our Race for Water Ambassador vessel several scientists who collect microplastics on ocean surfaces according to their own programme/protocol in: - the surface waters of Bermuda and Guadeloupe (EPHEMARE JPI Oceans Program) - the surface waters of Cuba (WEATHER-MIC JPI Oceans Program) - the surface waters between Chile and Rapa Nui (Catholic University of the North and ESMOI, Chile) - the surface waters between Tonga and Fiji Island (South Pacific University, Fiji) - the surface waters of New Caledonia (IRD New Caledonia) For monitoring of the water column, which programme/protocol did you use? For monitoring on the seafloor, which programme/protocol did you use? For monitoring on the shoreline, which programme/protocol did you use? During the first Race for Water Odyssey in 2015, the Race for water team used the NOAA protocol of Lippiat et al 2013 (Lippiatt S., Opfe S., Arthur C., 2013.Marine Debris Monitoring and Assessment. NOAA Technical Memorandum, NOS-OR&R-46) to collect and monitor marine debris and microplastics on the shoreline of different islands worldwide. In 2017, we hosted aboard of our Race for Water Ambassador vessel scientists who monitored microplastics on the shoreline according to their own programme/protocol in: - Bermuda and Guadeloupe (EPHEMARE JPI Oceans Program) - Cuba (WEATHER-MIC JPI Oceans Program) - Sala y Gomez Island (Catholic University of the North, Chile) For monitoring in Biota, which programme/protocol did you use? own programme/protocol For air monitoring, which programme/protocol did you use? How can the data and information from your monitoring programme be accessed? [{'name': 'It is freely available and open source'}] If the monitoring data is available on request, please provide information on how to access the data? Please provide the URL's for any links to the monitoring data and information. All the data which have been published are available on our Race for Water website at https://www.raceforwater.org/en/the-race-for-water-foundation/learn/ TYPE OF ACTION: Whilst you already selected the focus of your action/activity in Question 9, did the action/activity also involve other aspects (please tick which ones below): [{'name': 'WORKING WITH PEOPLE: Encouraging or enabling others (e.g., education, training, communication, awareness raising, behaviour change programmes)'}] Role organisation [{'name': 'I/We developed it'}] Responsible actor [{'name': 'PUBLIC ADMINISTRATION (organisations concerned with government policies and programmes)', 'options': [{'name': 'International body'}, {'name': 'National ministry/agency'}, {'name': 'Sub-national ministry/agency'}], 'multiselect': True}, {'name': 'PRIVATE SECTOR ORGANISATION (for-profit organisations run by individuals and groups, free from government ownership).', 'options': [{'name': 'Multinational Corporation'}, {'name': 'National Corporation'}, {'name': 'Small-medium sized enterprise'}], 'multiselect': True}, {'name': 'THIRD SECTOR (e.g. non-governmental and non-profit-making organisations, including charity groups, community groups etc).', 'options': [{'name': 'Non-governmental organisation'}, {'name': 'Community based organisation'}]}] Reporting [] You answered that you do report on the action. Is this because: None You answered that you do not report on the action. Is this because: None Are the actual outcomes and impacts of the action evaluated? [{'name': 'Other', 'extra_text': 'Not yet as we are still in the feasbility study phase'}] Geography [{'name': 'Global (it covers the whole world)'}] Source to sea [{'name': 'Mountains and upland area'}, {'name': 'Agricultural land/soils'}, {'name': 'Entire water catchment'}, {'name': 'Forests or Mangroves'}, {'name': 'Freshwater rivers and lakes'}, {'name': 'Urban environment'}, {'name': 'Waste disposal sites'}, {'name': 'Coastal zone'}] Lifecycle of plastics [{'name': 'Collection / sorting of plastics after use'}, {'name': 'Management of collected plastics'}, {'name': 'Clean-up of plastic from the environment'}] Target action [{'name': 'Recycling plastics'}] Impact [{'name': 'Human health and wellbeing'}, {'name': 'Biodiversity'}, {'name': 'Marine organisms'}, {'name': 'Ecosystem Services'}, {'name': 'Food chain'}, {'name': 'Economics and Trade'}] Pollutant targeted [{'name': 'Macroplastic (large, more than 20 mm, e.g. plastic bottles)', 'options': [{'name': 'Bottles'}, {'name': 'Plastic bags'}, {'name': 'Food packaging (containers, wrappers etc.)'}, {'name': 'Non-food packaging (containers, wrappers etc.)'}, {'name': 'Smoking related litter (cigarette butts and packets)'}, {'name': 'Fishing related items'}, {'name': 'Shipping related items'}, {'name': 'Cups (e.g., disposable coffee cups)'}, {'name': 'Plastic straws, stirrers, cutlery'}, {'name': 'Polystyrene items'}], 'multiselect': True}] Sector [{'name': 'Packaging'}, {'name': 'Food & Beverages'}, {'name': 'Personal Healthcare'}, {'name': 'Medical'}, {'name': 'Retail'}, {'name': 'Tourism'}, {'name': 'Wastewater/Sewage management'}] How much money (amount) has been invested in the action so far? (please give us an estimate if you’re unsure and only submit numbers, e.g, 5,000 should be entered as 5000) 10000000 Please specify the currency. Euro Are there in kind contributions as well? (Please tell us the equivalent amount and only submit numbers, e.g, 5,000 should be entered as 5000). Please specify the currency Funding [{'name': 'Voluntary donations'}, {'name': 'Private Sector'}] Please name the specific source(s) of funding? Duration [{'name': 'Continuous activity more than 3 Years long'}] ############################## DEBUG 2022-08-03 08:10:59,549 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:59,569 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:59,572 project Deleted 0 old thumbs after unset WARNING 2022-08-03 08:10:59,587 location About to delete ProjectLocation(12) Latitude: No latitude specified, Longitude: No longitude specified, Country: United States of project(35) Funded Project: Unpackaging Alameda Stack (most recent call last): File "/usr/local/bin/coverage", line 8, in sys.exit(main()) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 865, in main status = CoverageScript().command_line(argv) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 582, in command_line return self.do_run(options, args) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 740, in do_run runner.run() File "/usr/local/lib/python3.8/site-packages/coverage/execfile.py", line 247, in run exec(code, main_mod.__dict__) File "manage.py", line 27, in execute_from_command_line(sys.argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 419, in execute_from_command_line utility.execute() File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 413, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 23, in run_from_argv super().run_from_argv(argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 354, in run_from_argv self.execute(*args, **cmd_options) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute output = self.handle(*args, **options) File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 55, in handle failures = test_runner.run_tests(test_labels) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 729, in run_tests result = self.run_suite(suite) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 670, in run_suite return runner.run(suite) File "/usr/local/lib/python3.8/unittest/runner.py", line 176, in run test(result) File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 394, in run pool = multiprocessing.Pool( File "/usr/local/lib/python3.8/multiprocessing/context.py", line 119, in Pool return Pool(processes, initializer, initargs, maxtasksperchild, File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 212, in __init__ self._repopulate_pool() File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 303, in _repopulate_pool return self._repopulate_pool_static(self._ctx, self.Process, File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 326, in _repopulate_pool_static w.start() File "/usr/local/lib/python3.8/multiprocessing/process.py", line 121, in start self._popen = self._Popen(self) File "/usr/local/lib/python3.8/multiprocessing/context.py", line 276, in _Popen return Popen(process_obj) File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 19, in __init__ self._launch(process_obj) File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 75, in _launch code = process_obj._bootstrap(parent_sentinel=child_r) File "/usr/local/lib/python3.8/site-packages/coverage/multiproc.py", line 47, in _bootstrap return original_bootstrap(self, *args, **kwargs) File "/usr/local/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/usr/local/lib/python3.8/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 347, in _run_subsuite result = runner.run(subsuite) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 294, in run test(result) File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/unittest/suite.py", line 122, in run test(result) File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 245, in __call__ self._setup_and_call(result) File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 281, in _setup_and_call super().__call__(result) File "/usr/local/lib/python3.8/unittest/case.py", line 736, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/unittest/case.py", line 676, in run self._callTestMethod(testMethod) File "/usr/local/lib/python3.8/unittest/case.py", line 633, in _callTestMethod method() File "/var/akvo/rsr/code/akvo/rsr/tests/commands/test_unep_survey_import.py", line 115, in test_reimport_correctly_updates_projects management.call_command('unep_survey_import', TEST_CSV) File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 181, in call_command return command.execute(*args, **defaults) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute output = self.handle(*args, **options) File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 125, in handle importer.run() File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 174, in run self.project = self.get_or_create_project() File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 238, in get_or_create_project ProjectLocation.objects.filter(location_target=project).delete() File "/usr/local/lib/python3.8/site-packages/django/db/models/query.py", line 746, in delete deleted, _rows_count = collector.delete() File "/usr/local/lib/python3.8/site-packages/django/db/models/deletion.py", line 404, in delete signals.pre_delete.send( File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 180, in send return [ File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 181, in (receiver, receiver(signal=self, sender=sender, **named)) File "/var/akvo/rsr/code/akvo/rsr/models/location.py", line 223, in on_projectlocation_delete logger.warning( DEBUG 2022-08-03 08:10:59,605 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:59,620 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:59,645 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:59,680 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:59,696 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:59,717 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:59,726 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:59,739 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:59,753 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:59,764 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:10:59,779 project Deleted 0 old thumbs after unset ############################## Created project: 35 Funded Project: Unpackaging Alameda Unique Response Number 545728-545719-54557648 Your organisation (If you are not affiliated with an organisation, please write 'not applicable'). California Ocean Protection Council Are you reporting as an individual or on behalf of an organisation? (Several reports from the same organisation or individual are welcome) [{'name': 'On behalf of an organisation'}] On behalf of which organisation are you reporting here? (e.g. UNEP, FAO or name your specific private/public/third sector organisation). California Ocean Protection Council Is this the first time that you have completed this survey? [{'name': 'No, I am returning to the survey to report on additional actions/activities'}] How many Actions are you intending to tell us about? Type of action [{'name': 'WORKING WITH PEOPLE: Encouraging or enabling others (e.g., education, training, communication, awareness raising, behaviour change programmes', 'options': [{'name': 'Awareness raising and Behaviour change', 'options': [{'name': 'Behaviour change campaign/programme'}, {'name': 'Community Engagement'}, {'name': 'Stakeholder Engagement'}], 'multiselect': True}, {'name': 'Education/Training', 'options': [{'name': 'Other', 'extra_text': 'Technical assistance to restaurant owners'}], 'multiselect': True}], 'multiselect': True}] For monitoring on or near ocean surfaces, which programme/protocol did you use? For monitoring of the water column, which programme/protocol did you use? For monitoring on the seafloor, which programme/protocol did you use? For monitoring on the shoreline, which programme/protocol did you use? For monitoring in Biota, which programme/protocol did you use? For air monitoring, which programme/protocol did you use? How can the data and information from your monitoring programme be accessed? None If the monitoring data is available on request, please provide information on how to access the data? Please provide the URL's for any links to the monitoring data and information. TYPE OF ACTION: Whilst you already selected the focus of your action/activity in Question 9, did the action/activity also involve other aspects (please tick which ones below): [{'name': 'MONITORING and ANALYSIS: Collecting evidence around plastic discharge to the ocean/waterways? (e.g. monitoring, analysis)'}] Role organisation [{'name': 'We are the funding body'}] Responsible actor [{'name': 'PRIVATE SECTOR ORGANISATION (for-profit organisations run by individuals and groups, free from government ownership).', 'options': [{'name': 'Small-medium sized enterprise'}], 'multiselect': True}, {'name': 'THIRD SECTOR (e.g. non-governmental and non-profit-making organisations, including charity groups, community groups etc).', 'options': [{'name': 'Non-governmental organisation'}]}] Reporting [] You answered that you do report on the action. Is this because: None You answered that you do not report on the action. Is this because: None Are the actual outcomes and impacts of the action evaluated? [{'name': 'Yes'}] Geography [{'name': 'Sub-national (it covers parts of one country)'}] Source to sea [{'name': 'Urban environment'}, {'name': 'Coastal zone'}] Lifecycle of plastics [{'name': 'Use / consumption'}] Target action [{'name': 'Reducing plastics'}] Impact [{'name': 'Marine organisms'}, {'name': 'Other', 'extra_text': 'Urban plastic pollution nuisance'}] Pollutant targeted [{'name': 'Macroplastic (large, more than 20 mm, e.g. plastic bottles)', 'options': [{'name': 'Bottles'}, {'name': 'Plastic bags'}, {'name': 'Food packaging (containers, wrappers etc.)'}, {'name': 'Cups (e.g., disposable coffee cups)'}, {'name': 'Plastic straws, stirrers, cutlery'}, {'name': 'Polystyrene items'}], 'multiselect': True}] Sector [{'name': 'Food & Beverages'}] How much money (amount) has been invested in the action so far? (please give us an estimate if you’re unsure and only submit numbers, e.g, 5,000 should be entered as 5000) 400000 Please specify the currency. US Dollars Are there in kind contributions as well? (Please tell us the equivalent amount and only submit numbers, e.g, 5,000 should be entered as 5000). Please specify the currency Funding [{'name': 'Public Financing'}] Please name the specific source(s) of funding? State of California Proposition 84 Funds Duration [{'name': 'Single event'}] ############################## DEBUG 2022-08-03 08:10:59,883 project Deleted 0 old thumbs after unset WARNING 2022-08-03 08:10:59,890 location About to delete ProjectLocation(13) Latitude: No latitude specified, Longitude: No longitude specified, Country: Trinidad and Tobago of project(36) National Recyclable Solid Waste Collection Project (iCARE project) Stack (most recent call last): File "/usr/local/bin/coverage", line 8, in sys.exit(main()) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 865, in main status = CoverageScript().command_line(argv) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 582, in command_line return self.do_run(options, args) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 740, in do_run runner.run() File "/usr/local/lib/python3.8/site-packages/coverage/execfile.py", line 247, in run exec(code, main_mod.__dict__) File "manage.py", line 27, in execute_from_command_line(sys.argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 419, in execute_from_command_line utility.execute() File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 413, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 23, in run_from_argv super().run_from_argv(argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 354, in run_from_argv self.execute(*args, **cmd_options) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute output = self.handle(*args, **options) File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 55, in handle failures = test_runner.run_tests(test_labels) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 729, in run_tests result = self.run_suite(suite) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 670, in run_suite return runner.run(suite) File "/usr/local/lib/python3.8/unittest/runner.py", line 176, in run test(result) File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 394, in run pool = multiprocessing.Pool( File "/usr/local/lib/python3.8/multiprocessing/context.py", line 119, in Pool return Pool(processes, initializer, initargs, maxtasksperchild, File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 212, in __init__ self._repopulate_pool() File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 303, in _repopulate_pool return self._repopulate_pool_static(self._ctx, self.Process, File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 326, in _repopulate_pool_static w.start() File "/usr/local/lib/python3.8/multiprocessing/process.py", line 121, in start self._popen = self._Popen(self) File "/usr/local/lib/python3.8/multiprocessing/context.py", line 276, in _Popen return Popen(process_obj) File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 19, in __init__ self._launch(process_obj) File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 75, in _launch code = process_obj._bootstrap(parent_sentinel=child_r) File "/usr/local/lib/python3.8/site-packages/coverage/multiproc.py", line 47, in _bootstrap return original_bootstrap(self, *args, **kwargs) File "/usr/local/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/usr/local/lib/python3.8/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 347, in _run_subsuite result = runner.run(subsuite) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 294, in run test(result) File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/unittest/suite.py", line 122, in run test(result) File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 245, in __call__ self._setup_and_call(result) File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 281, in _setup_and_call super().__call__(result) File "/usr/local/lib/python3.8/unittest/case.py", line 736, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/unittest/case.py", line 676, in run self._callTestMethod(testMethod) File "/usr/local/lib/python3.8/unittest/case.py", line 633, in _callTestMethod method() File "/var/akvo/rsr/code/akvo/rsr/tests/commands/test_unep_survey_import.py", line 115, in test_reimport_correctly_updates_projects management.call_command('unep_survey_import', TEST_CSV) File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 181, in call_command return command.execute(*args, **defaults) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute output = self.handle(*args, **options) File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 125, in handle importer.run() File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 174, in run self.project = self.get_or_create_project() File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 238, in get_or_create_project ProjectLocation.objects.filter(location_target=project).delete() File "/usr/local/lib/python3.8/site-packages/django/db/models/query.py", line 746, in delete deleted, _rows_count = collector.delete() File "/usr/local/lib/python3.8/site-packages/django/db/models/deletion.py", line 404, in delete signals.pre_delete.send( File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 180, in send return [ File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 181, in (receiver, receiver(signal=self, sender=sender, **named)) File "/var/akvo/rsr/code/akvo/rsr/models/location.py", line 223, in on_projectlocation_delete logger.warning( ############################## Created project: 36 National Recyclable Solid Waste Collection Project (iCARE project) Unique Response Number 545728-545719-54478964 Your organisation (If you are not affiliated with an organisation, please write 'not applicable'). Department of Life Sciences, The University of the West Indies, St. Augustine, Trinidad. Are you reporting as an individual or on behalf of an organisation? (Several reports from the same organisation or individual are welcome) [{'name': 'As an individual'}] On behalf of which organisation are you reporting here? (e.g. UNEP, FAO or name your specific private/public/third sector organisation). Is this the first time that you have completed this survey? [{'name': 'No, I am returning to the survey to report on additional actions/activities'}] How many Actions are you intending to tell us about? Type of action [{'name': 'TECHNOLOGY and PROCESSES: New technical developments/innovation (e.g., research and development, new product design, new materials, processes etc.) changes in practice, operations, environmental management and planning.', 'options': [{'name': 'Change in service provision'}, {'name': 'Change in practice'}, {'name': 'New infrastructure'}], 'multiselect': True}] For monitoring on or near ocean surfaces, which programme/protocol did you use? For monitoring of the water column, which programme/protocol did you use? For monitoring on the seafloor, which programme/protocol did you use? For monitoring on the shoreline, which programme/protocol did you use? For monitoring in Biota, which programme/protocol did you use? For air monitoring, which programme/protocol did you use? How can the data and information from your monitoring programme be accessed? None If the monitoring data is available on request, please provide information on how to access the data? Please provide the URL's for any links to the monitoring data and information. TYPE OF ACTION: Whilst you already selected the focus of your action/activity in Question 9, did the action/activity also involve other aspects (please tick which ones below): [{'name': 'WORKING WITH PEOPLE: Encouraging or enabling others (e.g., education, training, communication, awareness raising, behaviour change programmes)'}] Role organisation [{'name': 'We are only reporting it here'}] Responsible actor [{'name': 'Other', 'extra_text': 'Fourth Sector'}] Reporting [] You answered that you do report on the action. Is this because: None You answered that you do not report on the action. Is this because: None Are the actual outcomes and impacts of the action evaluated? [{'name': 'Yes'}] Geography [{'name': 'National (it covers one entire country)'}] Source to sea [{'name': 'Mountains and upland area'}, {'name': 'Agricultural land/soils'}, {'name': 'Entire water catchment'}, {'name': 'Forests or Mangroves'}, {'name': 'Freshwater rivers and lakes'}, {'name': 'Urban environment'}, {'name': 'Waste disposal sites'}, {'name': 'Coastal zone'}] Lifecycle of plastics [{'name': 'Collection / sorting of plastics after use'}, {'name': 'Management of collected plastics'}] Target action [{'name': 'Recycling plastics'}] Impact [{'name': 'Human health and wellbeing'}, {'name': 'Biodiversity'}, {'name': 'Marine organisms'}, {'name': 'Ecosystem Services'}, {'name': 'Food chain'}, {'name': 'Economics and Trade'}] Pollutant targeted [{'name': 'Macroplastic (large, more than 20 mm, e.g. plastic bottles)', 'options': [{'name': 'Bottles'}, {'name': 'Other', 'extra_text': 'Tetra packs Aluminium cans Glass Bottles'}], 'multiselect': True}] Sector [{'name': 'Food & Beverages'}] How much money (amount) has been invested in the action so far? (please give us an estimate if you’re unsure and only submit numbers, e.g, 5,000 should be entered as 5000) 0 Please specify the currency. TT Dollars Are there in kind contributions as well? (Please tell us the equivalent amount and only submit numbers, e.g, 5,000 should be entered as 5000). 0 Please specify the currency TT Dollars Funding [{'name': 'Public Financing'}] Please name the specific source(s) of funding? Green Fund of Trinidad and Tobago Duration [{'name': 'Continuous activity more than 3 Years long'}] ############################## DEBUG 2022-08-03 08:11:00,184 project Deleted 0 old thumbs after unset WARNING 2022-08-03 08:11:00,190 location About to delete ProjectLocation(14) Latitude: No latitude specified, Longitude: No longitude specified, Country: Ghana of project(37) Reducing UPOPs and Mercury Releases from Health Sector in Africa Stack (most recent call last): File "/usr/local/bin/coverage", line 8, in sys.exit(main()) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 865, in main status = CoverageScript().command_line(argv) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 582, in command_line return self.do_run(options, args) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 740, in do_run runner.run() File "/usr/local/lib/python3.8/site-packages/coverage/execfile.py", line 247, in run exec(code, main_mod.__dict__) File "manage.py", line 27, in execute_from_command_line(sys.argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 419, in execute_from_command_line utility.execute() File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 413, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 23, in run_from_argv super().run_from_argv(argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 354, in run_from_argv self.execute(*args, **cmd_options) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute output = self.handle(*args, **options) File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 55, in handle failures = test_runner.run_tests(test_labels) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 729, in run_tests result = self.run_suite(suite) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 670, in run_suite return runner.run(suite) File "/usr/local/lib/python3.8/unittest/runner.py", line 176, in run test(result) File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 394, in run pool = multiprocessing.Pool( File "/usr/local/lib/python3.8/multiprocessing/context.py", line 119, in Pool return Pool(processes, initializer, initargs, maxtasksperchild, File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 212, in __init__ self._repopulate_pool() File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 303, in _repopulate_pool return self._repopulate_pool_static(self._ctx, self.Process, File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 326, in _repopulate_pool_static w.start() File "/usr/local/lib/python3.8/multiprocessing/process.py", line 121, in start self._popen = self._Popen(self) File "/usr/local/lib/python3.8/multiprocessing/context.py", line 276, in _Popen return Popen(process_obj) File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 19, in __init__ self._launch(process_obj) File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 75, in _launch code = process_obj._bootstrap(parent_sentinel=child_r) File "/usr/local/lib/python3.8/site-packages/coverage/multiproc.py", line 47, in _bootstrap return original_bootstrap(self, *args, **kwargs) File "/usr/local/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/usr/local/lib/python3.8/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 347, in _run_subsuite result = runner.run(subsuite) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 294, in run test(result) File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/unittest/suite.py", line 122, in run test(result) File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 245, in __call__ self._setup_and_call(result) File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 281, in _setup_and_call super().__call__(result) File "/usr/local/lib/python3.8/unittest/case.py", line 736, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/unittest/case.py", line 676, in run self._callTestMethod(testMethod) File "/usr/local/lib/python3.8/unittest/case.py", line 633, in _callTestMethod method() File "/var/akvo/rsr/code/akvo/rsr/tests/commands/test_unep_survey_import.py", line 115, in test_reimport_correctly_updates_projects management.call_command('unep_survey_import', TEST_CSV) File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 181, in call_command return command.execute(*args, **defaults) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute output = self.handle(*args, **options) File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 125, in handle importer.run() File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 174, in run self.project = self.get_or_create_project() File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 238, in get_or_create_project ProjectLocation.objects.filter(location_target=project).delete() File "/usr/local/lib/python3.8/site-packages/django/db/models/query.py", line 746, in delete deleted, _rows_count = collector.delete() File "/usr/local/lib/python3.8/site-packages/django/db/models/deletion.py", line 404, in delete signals.pre_delete.send( File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 180, in send return [ File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 181, in (receiver, receiver(signal=self, sender=sender, **named)) File "/var/akvo/rsr/code/akvo/rsr/models/location.py", line 223, in on_projectlocation_delete logger.warning( WARNING 2022-08-03 08:11:00,194 location About to delete ProjectLocation(15) Latitude: No latitude specified, Longitude: No longitude specified, Country: Madagascar of project(37) Reducing UPOPs and Mercury Releases from Health Sector in Africa Stack (most recent call last): File "/usr/local/bin/coverage", line 8, in sys.exit(main()) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 865, in main status = CoverageScript().command_line(argv) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 582, in command_line return self.do_run(options, args) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 740, in do_run runner.run() File "/usr/local/lib/python3.8/site-packages/coverage/execfile.py", line 247, in run exec(code, main_mod.__dict__) File "manage.py", line 27, in execute_from_command_line(sys.argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 419, in execute_from_command_line utility.execute() File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 413, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 23, in run_from_argv super().run_from_argv(argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 354, in run_from_argv self.execute(*args, **cmd_options) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute output = self.handle(*args, **options) File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 55, in handle failures = test_runner.run_tests(test_labels) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 729, in run_tests result = self.run_suite(suite) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 670, in run_suite return runner.run(suite) File "/usr/local/lib/python3.8/unittest/runner.py", line 176, in run test(result) File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 394, in run pool = multiprocessing.Pool( File "/usr/local/lib/python3.8/multiprocessing/context.py", line 119, in Pool return Pool(processes, initializer, initargs, maxtasksperchild, File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 212, in __init__ self._repopulate_pool() File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 303, in _repopulate_pool return self._repopulate_pool_static(self._ctx, self.Process, File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 326, in _repopulate_pool_static w.start() File "/usr/local/lib/python3.8/multiprocessing/process.py", line 121, in start self._popen = self._Popen(self) File "/usr/local/lib/python3.8/multiprocessing/context.py", line 276, in _Popen return Popen(process_obj) File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 19, in __init__ self._launch(process_obj) File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 75, in _launch code = process_obj._bootstrap(parent_sentinel=child_r) File "/usr/local/lib/python3.8/site-packages/coverage/multiproc.py", line 47, in _bootstrap return original_bootstrap(self, *args, **kwargs) File "/usr/local/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/usr/local/lib/python3.8/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 347, in _run_subsuite result = runner.run(subsuite) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 294, in run test(result) File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/unittest/suite.py", line 122, in run test(result) File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 245, in __call__ self._setup_and_call(result) File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 281, in _setup_and_call super().__call__(result) File "/usr/local/lib/python3.8/unittest/case.py", line 736, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/unittest/case.py", line 676, in run self._callTestMethod(testMethod) File "/usr/local/lib/python3.8/unittest/case.py", line 633, in _callTestMethod method() File "/var/akvo/rsr/code/akvo/rsr/tests/commands/test_unep_survey_import.py", line 115, in test_reimport_correctly_updates_projects management.call_command('unep_survey_import', TEST_CSV) File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 181, in call_command return command.execute(*args, **defaults) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute output = self.handle(*args, **options) File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 125, in handle importer.run() File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 174, in run self.project = self.get_or_create_project() File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 238, in get_or_create_project ProjectLocation.objects.filter(location_target=project).delete() File "/usr/local/lib/python3.8/site-packages/django/db/models/query.py", line 746, in delete deleted, _rows_count = collector.delete() File "/usr/local/lib/python3.8/site-packages/django/db/models/deletion.py", line 404, in delete signals.pre_delete.send( File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 180, in send return [ File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 181, in (receiver, receiver(signal=self, sender=sender, **named)) File "/var/akvo/rsr/code/akvo/rsr/models/location.py", line 223, in on_projectlocation_delete logger.warning( WARNING 2022-08-03 08:11:00,197 location About to delete ProjectLocation(16) Latitude: No latitude specified, Longitude: No longitude specified, Country: Tanzania, United Republic of of project(37) Reducing UPOPs and Mercury Releases from Health Sector in Africa Stack (most recent call last): File "/usr/local/bin/coverage", line 8, in sys.exit(main()) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 865, in main status = CoverageScript().command_line(argv) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 582, in command_line return self.do_run(options, args) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 740, in do_run runner.run() File "/usr/local/lib/python3.8/site-packages/coverage/execfile.py", line 247, in run exec(code, main_mod.__dict__) File "manage.py", line 27, in execute_from_command_line(sys.argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 419, in execute_from_command_line utility.execute() File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 413, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 23, in run_from_argv super().run_from_argv(argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 354, in run_from_argv self.execute(*args, **cmd_options) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute output = self.handle(*args, **options) File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 55, in handle failures = test_runner.run_tests(test_labels) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 729, in run_tests result = self.run_suite(suite) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 670, in run_suite return runner.run(suite) File "/usr/local/lib/python3.8/unittest/runner.py", line 176, in run test(result) File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 394, in run pool = multiprocessing.Pool( File "/usr/local/lib/python3.8/multiprocessing/context.py", line 119, in Pool return Pool(processes, initializer, initargs, maxtasksperchild, File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 212, in __init__ self._repopulate_pool() File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 303, in _repopulate_pool return self._repopulate_pool_static(self._ctx, self.Process, File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 326, in _repopulate_pool_static w.start() File "/usr/local/lib/python3.8/multiprocessing/process.py", line 121, in start self._popen = self._Popen(self) File "/usr/local/lib/python3.8/multiprocessing/context.py", line 276, in _Popen return Popen(process_obj) File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 19, in __init__ self._launch(process_obj) File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 75, in _launch code = process_obj._bootstrap(parent_sentinel=child_r) File "/usr/local/lib/python3.8/site-packages/coverage/multiproc.py", line 47, in _bootstrap return original_bootstrap(self, *args, **kwargs) File "/usr/local/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/usr/local/lib/python3.8/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 347, in _run_subsuite result = runner.run(subsuite) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 294, in run test(result) File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/unittest/suite.py", line 122, in run test(result) File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 245, in __call__ self._setup_and_call(result) File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 281, in _setup_and_call super().__call__(result) File "/usr/local/lib/python3.8/unittest/case.py", line 736, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/unittest/case.py", line 676, in run self._callTestMethod(testMethod) File "/usr/local/lib/python3.8/unittest/case.py", line 633, in _callTestMethod method() File "/var/akvo/rsr/code/akvo/rsr/tests/commands/test_unep_survey_import.py", line 115, in test_reimport_correctly_updates_projects management.call_command('unep_survey_import', TEST_CSV) File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 181, in call_command return command.execute(*args, **defaults) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute output = self.handle(*args, **options) File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 125, in handle importer.run() File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 174, in run self.project = self.get_or_create_project() File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 238, in get_or_create_project ProjectLocation.objects.filter(location_target=project).delete() File "/usr/local/lib/python3.8/site-packages/django/db/models/query.py", line 746, in delete deleted, _rows_count = collector.delete() File "/usr/local/lib/python3.8/site-packages/django/db/models/deletion.py", line 404, in delete signals.pre_delete.send( File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 180, in send return [ File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 181, in (receiver, receiver(signal=self, sender=sender, **named)) File "/var/akvo/rsr/code/akvo/rsr/models/location.py", line 223, in on_projectlocation_delete logger.warning( WARNING 2022-08-03 08:11:00,201 location About to delete ProjectLocation(17) Latitude: No latitude specified, Longitude: No longitude specified, Country: Zambia of project(37) Reducing UPOPs and Mercury Releases from Health Sector in Africa Stack (most recent call last): File "/usr/local/bin/coverage", line 8, in sys.exit(main()) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 865, in main status = CoverageScript().command_line(argv) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 582, in command_line return self.do_run(options, args) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 740, in do_run runner.run() File "/usr/local/lib/python3.8/site-packages/coverage/execfile.py", line 247, in run exec(code, main_mod.__dict__) File "manage.py", line 27, in execute_from_command_line(sys.argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 419, in execute_from_command_line utility.execute() File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 413, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 23, in run_from_argv super().run_from_argv(argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 354, in run_from_argv self.execute(*args, **cmd_options) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute output = self.handle(*args, **options) File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 55, in handle failures = test_runner.run_tests(test_labels) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 729, in run_tests result = self.run_suite(suite) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 670, in run_suite return runner.run(suite) File "/usr/local/lib/python3.8/unittest/runner.py", line 176, in run test(result) File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 394, in run pool = multiprocessing.Pool( File "/usr/local/lib/python3.8/multiprocessing/context.py", line 119, in Pool return Pool(processes, initializer, initargs, maxtasksperchild, File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 212, in __init__ self._repopulate_pool() File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 303, in _repopulate_pool return self._repopulate_pool_static(self._ctx, self.Process, File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 326, in _repopulate_pool_static w.start() File "/usr/local/lib/python3.8/multiprocessing/process.py", line 121, in start self._popen = self._Popen(self) File "/usr/local/lib/python3.8/multiprocessing/context.py", line 276, in _Popen return Popen(process_obj) File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 19, in __init__ self._launch(process_obj) File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 75, in _launch code = process_obj._bootstrap(parent_sentinel=child_r) File "/usr/local/lib/python3.8/site-packages/coverage/multiproc.py", line 47, in _bootstrap return original_bootstrap(self, *args, **kwargs) File "/usr/local/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/usr/local/lib/python3.8/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 347, in _run_subsuite result = runner.run(subsuite) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 294, in run test(result) File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/unittest/suite.py", line 122, in run test(result) File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 245, in __call__ self._setup_and_call(result) File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 281, in _setup_and_call super().__call__(result) File "/usr/local/lib/python3.8/unittest/case.py", line 736, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/unittest/case.py", line 676, in run self._callTestMethod(testMethod) File "/usr/local/lib/python3.8/unittest/case.py", line 633, in _callTestMethod method() File "/var/akvo/rsr/code/akvo/rsr/tests/commands/test_unep_survey_import.py", line 115, in test_reimport_correctly_updates_projects management.call_command('unep_survey_import', TEST_CSV) File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 181, in call_command return command.execute(*args, **defaults) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute output = self.handle(*args, **options) File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 125, in handle importer.run() File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 174, in run self.project = self.get_or_create_project() File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 238, in get_or_create_project ProjectLocation.objects.filter(location_target=project).delete() File "/usr/local/lib/python3.8/site-packages/django/db/models/query.py", line 746, in delete deleted, _rows_count = collector.delete() File "/usr/local/lib/python3.8/site-packages/django/db/models/deletion.py", line 404, in delete signals.pre_delete.send( File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 180, in send return [ File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 181, in (receiver, receiver(signal=self, sender=sender, **named)) File "/var/akvo/rsr/code/akvo/rsr/models/location.py", line 223, in on_projectlocation_delete logger.warning( /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:00.219153) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:00.246122) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:00.273576) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:00.308991) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:00.325412) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:00,350 project Deleted 0 old thumbs after unset ############################## Created project: 37 Reducing UPOPs and Mercury Releases from Health Sector in Africa Unique Response Number 545728-545719-54237453 Your organisation (If you are not affiliated with an organisation, please write 'not applicable'). UNDP Are you reporting as an individual or on behalf of an organisation? (Several reports from the same organisation or individual are welcome) [{'name': 'On behalf of an organisation'}] On behalf of which organisation are you reporting here? (e.g. UNEP, FAO or name your specific private/public/third sector organisation). UNDP Is this the first time that you have completed this survey? [{'name': 'No, I am returning to the survey to report on additional actions/activities'}] How many Actions are you intending to tell us about? Type of action [{'name': 'TECHNOLOGY and PROCESSES: New technical developments/innovation (e.g., research and development, new product design, new materials, processes etc.) changes in practice, operations, environmental management and planning.', 'options': [{'name': 'Change in operations'}], 'multiselect': True}] For monitoring on or near ocean surfaces, which programme/protocol did you use? For monitoring of the water column, which programme/protocol did you use? For monitoring on the seafloor, which programme/protocol did you use? For monitoring on the shoreline, which programme/protocol did you use? For monitoring in Biota, which programme/protocol did you use? For air monitoring, which programme/protocol did you use? How can the data and information from your monitoring programme be accessed? None If the monitoring data is available on request, please provide information on how to access the data? Please provide the URL's for any links to the monitoring data and information. TYPE OF ACTION: Whilst you already selected the focus of your action/activity in Question 9, did the action/activity also involve other aspects (please tick which ones below): [{'name': 'WORKING WITH PEOPLE: Encouraging or enabling others (e.g., education, training, communication, awareness raising, behaviour change programmes)'}] Role organisation [{'name': 'I/We are implementing it'}] Responsible actor [{'name': 'PUBLIC ADMINISTRATION (organisations concerned with government policies and programmes)', 'options': [{'name': 'National ministry/agency'}], 'multiselect': True}] Reporting [{'name': 'Yes'}] You answered that you do report on the action. Is this because: [{'name': 'Reporting is voluntary'}] You answered that you do not report on the action. Is this because: None Are the actual outcomes and impacts of the action evaluated? [{'name': 'Yes'}] Geography [{'name': 'Regional (UN Regions)'}] Source to sea [{'name': 'Urban environment'}, {'name': 'Waste disposal sites'}] Lifecycle of plastics [{'name': 'Collection / sorting of plastics after use'}] Target action [{'name': 'Recycling plastics'}] Impact [{'name': 'Human health and wellbeing'}] Pollutant targeted [] Sector [{'name': 'Medical'}] How much money (amount) has been invested in the action so far? (please give us an estimate if you’re unsure and only submit numbers, e.g, 5,000 should be entered as 5000) 6453195 Please specify the currency. USD Are there in kind contributions as well? (Please tell us the equivalent amount and only submit numbers, e.g, 5,000 should be entered as 5000). 28936164 Please specify the currency USD Funding [] Please name the specific source(s) of funding? GEF Duration [{'name': 'Continuous activity more than 3 Years long'}] ############################## DEBUG 2022-08-03 08:11:00,415 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:00,416 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:00,428 project Deleted 0 old thumbs after unset WARNING 2022-08-03 08:11:00,430 location About to delete ProjectLocation(18) Latitude: No latitude specified, Longitude: No longitude specified, Country: Chile of project(38) ACT Program : a local value chain for plastic waste Stack (most recent call last): File "/usr/local/bin/coverage", line 8, in sys.exit(main()) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 865, in main status = CoverageScript().command_line(argv) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 582, in command_line return self.do_run(options, args) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 740, in do_run runner.run() File "/usr/local/lib/python3.8/site-packages/coverage/execfile.py", line 247, in run exec(code, main_mod.__dict__) File "manage.py", line 27, in execute_from_command_line(sys.argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 419, in execute_from_command_line utility.execute() File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 413, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 23, in run_from_argv super().run_from_argv(argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 354, in run_from_argv self.execute(*args, **cmd_options) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute output = self.handle(*args, **options) File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 55, in handle failures = test_runner.run_tests(test_labels) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 729, in run_tests result = self.run_suite(suite) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 670, in run_suite return runner.run(suite) File "/usr/local/lib/python3.8/unittest/runner.py", line 176, in run test(result) File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 394, in run pool = multiprocessing.Pool( File "/usr/local/lib/python3.8/multiprocessing/context.py", line 119, in Pool return Pool(processes, initializer, initargs, maxtasksperchild, File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 212, in __init__ self._repopulate_pool() File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 303, in _repopulate_pool return self._repopulate_pool_static(self._ctx, self.Process, File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 326, in _repopulate_pool_static w.start() File "/usr/local/lib/python3.8/multiprocessing/process.py", line 121, in start self._popen = self._Popen(self) File "/usr/local/lib/python3.8/multiprocessing/context.py", line 276, in _Popen return Popen(process_obj) File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 19, in __init__ self._launch(process_obj) File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 75, in _launch code = process_obj._bootstrap(parent_sentinel=child_r) File "/usr/local/lib/python3.8/site-packages/coverage/multiproc.py", line 47, in _bootstrap return original_bootstrap(self, *args, **kwargs) File "/usr/local/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/usr/local/lib/python3.8/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 347, in _run_subsuite result = runner.run(subsuite) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 294, in run test(result) File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/unittest/suite.py", line 122, in run test(result) File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 245, in __call__ self._setup_and_call(result) File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 281, in _setup_and_call super().__call__(result) File "/usr/local/lib/python3.8/unittest/case.py", line 736, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/unittest/case.py", line 676, in run self._callTestMethod(testMethod) File "/usr/local/lib/python3.8/unittest/case.py", line 633, in _callTestMethod method() File "/var/akvo/rsr/code/akvo/rsr/tests/commands/test_unep_survey_import.py", line 115, in test_reimport_correctly_updates_projects management.call_command('unep_survey_import', TEST_CSV) File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 181, in call_command return command.execute(*args, **defaults) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute output = self.handle(*args, **options) File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 125, in handle importer.run() File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 174, in run self.project = self.get_or_create_project() File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 238, in get_or_create_project ProjectLocation.objects.filter(location_target=project).delete() File "/usr/local/lib/python3.8/site-packages/django/db/models/query.py", line 746, in delete deleted, _rows_count = collector.delete() File "/usr/local/lib/python3.8/site-packages/django/db/models/deletion.py", line 404, in delete signals.pre_delete.send( File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 180, in send return [ File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 181, in (receiver, receiver(signal=self, sender=sender, **named)) File "/var/akvo/rsr/code/akvo/rsr/models/location.py", line 223, in on_projectlocation_delete logger.warning( WARNING 2022-08-03 08:11:00,437 location About to delete ProjectLocation(19) Latitude: No latitude specified, Longitude: No longitude specified, Country: Dominican Republic of project(38) ACT Program : a local value chain for plastic waste Stack (most recent call last): File "/usr/local/bin/coverage", line 8, in sys.exit(main()) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 865, in main status = CoverageScript().command_line(argv) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 582, in command_line return self.do_run(options, args) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 740, in do_run runner.run() File "/usr/local/lib/python3.8/site-packages/coverage/execfile.py", line 247, in run exec(code, main_mod.__dict__) File "manage.py", line 27, in execute_from_command_line(sys.argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 419, in execute_from_command_line utility.execute() File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 413, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 23, in run_from_argv super().run_from_argv(argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 354, in run_from_argv self.execute(*args, **cmd_options) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute output = self.handle(*args, **options) File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 55, in handle failures = test_runner.run_tests(test_labels) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 729, in run_tests result = self.run_suite(suite) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 670, in run_suite return runner.run(suite) File "/usr/local/lib/python3.8/unittest/runner.py", line 176, in run test(result) File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 394, in run pool = multiprocessing.Pool( File "/usr/local/lib/python3.8/multiprocessing/context.py", line 119, in Pool return Pool(processes, initializer, initargs, maxtasksperchild, File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 212, in __init__ self._repopulate_pool() File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 303, in _repopulate_pool return self._repopulate_pool_static(self._ctx, self.Process, File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 326, in _repopulate_pool_static w.start() File "/usr/local/lib/python3.8/multiprocessing/process.py", line 121, in start self._popen = self._Popen(self) File "/usr/local/lib/python3.8/multiprocessing/context.py", line 276, in _Popen return Popen(process_obj) File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 19, in __init__ self._launch(process_obj) File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 75, in _launch code = process_obj._bootstrap(parent_sentinel=child_r) File "/usr/local/lib/python3.8/site-packages/coverage/multiproc.py", line 47, in _bootstrap return original_bootstrap(self, *args, **kwargs) File "/usr/local/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/usr/local/lib/python3.8/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 347, in _run_subsuite result = runner.run(subsuite) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 294, in run test(result) File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/unittest/suite.py", line 122, in run test(result) File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 245, in __call__ self._setup_and_call(result) File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 281, in _setup_and_call super().__call__(result) File "/usr/local/lib/python3.8/unittest/case.py", line 736, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/unittest/case.py", line 676, in run self._callTestMethod(testMethod) File "/usr/local/lib/python3.8/unittest/case.py", line 633, in _callTestMethod method() File "/var/akvo/rsr/code/akvo/rsr/tests/commands/test_unep_survey_import.py", line 115, in test_reimport_correctly_updates_projects management.call_command('unep_survey_import', TEST_CSV) File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 181, in call_command return command.execute(*args, **defaults) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute output = self.handle(*args, **options) File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 125, in handle importer.run() File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 174, in run self.project = self.get_or_create_project() File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 238, in get_or_create_project ProjectLocation.objects.filter(location_target=project).delete() File "/usr/local/lib/python3.8/site-packages/django/db/models/query.py", line 746, in delete deleted, _rows_count = collector.delete() File "/usr/local/lib/python3.8/site-packages/django/db/models/deletion.py", line 404, in delete signals.pre_delete.send( File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 180, in send return [ File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 181, in (receiver, receiver(signal=self, sender=sender, **named)) File "/var/akvo/rsr/code/akvo/rsr/models/location.py", line 223, in on_projectlocation_delete logger.warning( WARNING 2022-08-03 08:11:00,445 location About to delete ProjectLocation(20) Latitude: No latitude specified, Longitude: No longitude specified, Country: France of project(38) ACT Program : a local value chain for plastic waste Stack (most recent call last): File "/usr/local/bin/coverage", line 8, in sys.exit(main()) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 865, in main status = CoverageScript().command_line(argv) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 582, in command_line return self.do_run(options, args) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 740, in do_run runner.run() File "/usr/local/lib/python3.8/site-packages/coverage/execfile.py", line 247, in run exec(code, main_mod.__dict__) File "manage.py", line 27, in execute_from_command_line(sys.argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 419, in execute_from_command_line utility.execute() File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 413, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 23, in run_from_argv super().run_from_argv(argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 354, in run_from_argv self.execute(*args, **cmd_options) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute output = self.handle(*args, **options) File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 55, in handle failures = test_runner.run_tests(test_labels) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 729, in run_tests result = self.run_suite(suite) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 670, in run_suite return runner.run(suite) File "/usr/local/lib/python3.8/unittest/runner.py", line 176, in run test(result) File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 394, in run pool = multiprocessing.Pool( File "/usr/local/lib/python3.8/multiprocessing/context.py", line 119, in Pool return Pool(processes, initializer, initargs, maxtasksperchild, File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 212, in __init__ self._repopulate_pool() File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 303, in _repopulate_pool return self._repopulate_pool_static(self._ctx, self.Process, File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 326, in _repopulate_pool_static w.start() File "/usr/local/lib/python3.8/multiprocessing/process.py", line 121, in start self._popen = self._Popen(self) File "/usr/local/lib/python3.8/multiprocessing/context.py", line 276, in _Popen return Popen(process_obj) File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 19, in __init__ self._launch(process_obj) File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 75, in _launch code = process_obj._bootstrap(parent_sentinel=child_r) File "/usr/local/lib/python3.8/site-packages/coverage/multiproc.py", line 47, in _bootstrap return original_bootstrap(self, *args, **kwargs) File "/usr/local/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/usr/local/lib/python3.8/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 347, in _run_subsuite result = runner.run(subsuite) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 294, in run test(result) File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/unittest/suite.py", line 122, in run test(result) File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 245, in __call__ self._setup_and_call(result) File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 281, in _setup_and_call super().__call__(result) File "/usr/local/lib/python3.8/unittest/case.py", line 736, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/unittest/case.py", line 676, in run self._callTestMethod(testMethod) File "/usr/local/lib/python3.8/unittest/case.py", line 633, in _callTestMethod method() File "/var/akvo/rsr/code/akvo/rsr/tests/commands/test_unep_survey_import.py", line 115, in test_reimport_correctly_updates_projects management.call_command('unep_survey_import', TEST_CSV) File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 181, in call_command return command.execute(*args, **defaults) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute output = self.handle(*args, **options) File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 125, in handle importer.run() File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 174, in run self.project = self.get_or_create_project() File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 238, in get_or_create_project ProjectLocation.objects.filter(location_target=project).delete() File "/usr/local/lib/python3.8/site-packages/django/db/models/query.py", line 746, in delete deleted, _rows_count = collector.delete() File "/usr/local/lib/python3.8/site-packages/django/db/models/deletion.py", line 404, in delete signals.pre_delete.send( File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 180, in send return [ File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 181, in (receiver, receiver(signal=self, sender=sender, **named)) File "/var/akvo/rsr/code/akvo/rsr/models/location.py", line 223, in on_projectlocation_delete logger.warning( WARNING 2022-08-03 08:11:00,452 location About to delete ProjectLocation(21) Latitude: No latitude specified, Longitude: No longitude specified, Country: Malaysia of project(38) ACT Program : a local value chain for plastic waste Stack (most recent call last): File "/usr/local/bin/coverage", line 8, in sys.exit(main()) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 865, in main status = CoverageScript().command_line(argv) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 582, in command_line return self.do_run(options, args) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 740, in do_run runner.run() File "/usr/local/lib/python3.8/site-packages/coverage/execfile.py", line 247, in run exec(code, main_mod.__dict__) File "manage.py", line 27, in execute_from_command_line(sys.argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 419, in execute_from_command_line utility.execute() File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 413, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 23, in run_from_argv super().run_from_argv(argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 354, in run_from_argv self.execute(*args, **cmd_options) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute output = self.handle(*args, **options) File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 55, in handle failures = test_runner.run_tests(test_labels) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 729, in run_tests result = self.run_suite(suite) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 670, in run_suite return runner.run(suite) File "/usr/local/lib/python3.8/unittest/runner.py", line 176, in run test(result) File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 394, in run pool = multiprocessing.Pool( File "/usr/local/lib/python3.8/multiprocessing/context.py", line 119, in Pool return Pool(processes, initializer, initargs, maxtasksperchild, File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 212, in __init__ self._repopulate_pool() File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 303, in _repopulate_pool return self._repopulate_pool_static(self._ctx, self.Process, File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 326, in _repopulate_pool_static w.start() File "/usr/local/lib/python3.8/multiprocessing/process.py", line 121, in start self._popen = self._Popen(self) File "/usr/local/lib/python3.8/multiprocessing/context.py", line 276, in _Popen return Popen(process_obj) File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 19, in __init__ self._launch(process_obj) File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 75, in _launch code = process_obj._bootstrap(parent_sentinel=child_r) File "/usr/local/lib/python3.8/site-packages/coverage/multiproc.py", line 47, in _bootstrap return original_bootstrap(self, *args, **kwargs) File "/usr/local/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/usr/local/lib/python3.8/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 347, in _run_subsuite result = runner.run(subsuite) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 294, in run test(result) File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/unittest/suite.py", line 122, in run test(result) File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 245, in __call__ self._setup_and_call(result) File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 281, in _setup_and_call super().__call__(result) File "/usr/local/lib/python3.8/unittest/case.py", line 736, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/unittest/case.py", line 676, in run self._callTestMethod(testMethod) File "/usr/local/lib/python3.8/unittest/case.py", line 633, in _callTestMethod method() File "/var/akvo/rsr/code/akvo/rsr/tests/commands/test_unep_survey_import.py", line 115, in test_reimport_correctly_updates_projects management.call_command('unep_survey_import', TEST_CSV) File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 181, in call_command return command.execute(*args, **defaults) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute output = self.handle(*args, **options) File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 125, in handle importer.run() File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 174, in run self.project = self.get_or_create_project() File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 238, in get_or_create_project ProjectLocation.objects.filter(location_target=project).delete() File "/usr/local/lib/python3.8/site-packages/django/db/models/query.py", line 746, in delete deleted, _rows_count = collector.delete() File "/usr/local/lib/python3.8/site-packages/django/db/models/deletion.py", line 404, in delete signals.pre_delete.send( File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 180, in send return [ File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 181, in (receiver, receiver(signal=self, sender=sender, **named)) File "/var/akvo/rsr/code/akvo/rsr/models/location.py", line 223, in on_projectlocation_delete logger.warning( DEBUG 2022-08-03 08:11:00,468 project Deleted 0 old thumbs after unset WARNING 2022-08-03 08:11:00,459 location About to delete ProjectLocation(22) Latitude: No latitude specified, Longitude: No longitude specified, Country: Peru of project(38) ACT Program : a local value chain for plastic waste Stack (most recent call last): File "/usr/local/bin/coverage", line 8, in sys.exit(main()) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 865, in main status = CoverageScript().command_line(argv) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 582, in command_line return self.do_run(options, args) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 740, in do_run runner.run() File "/usr/local/lib/python3.8/site-packages/coverage/execfile.py", line 247, in run exec(code, main_mod.__dict__) File "manage.py", line 27, in execute_from_command_line(sys.argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 419, in execute_from_command_line utility.execute() File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 413, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 23, in run_from_argv super().run_from_argv(argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 354, in run_from_argv self.execute(*args, **cmd_options) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute output = self.handle(*args, **options) File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 55, in handle failures = test_runner.run_tests(test_labels) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 729, in run_tests result = self.run_suite(suite) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 670, in run_suite return runner.run(suite) File "/usr/local/lib/python3.8/unittest/runner.py", line 176, in run test(result) File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 394, in run pool = multiprocessing.Pool( File "/usr/local/lib/python3.8/multiprocessing/context.py", line 119, in Pool return Pool(processes, initializer, initargs, maxtasksperchild, File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 212, in __init__ self._repopulate_pool() File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 303, in _repopulate_pool return self._repopulate_pool_static(self._ctx, self.Process, File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 326, in _repopulate_pool_static w.start() File "/usr/local/lib/python3.8/multiprocessing/process.py", line 121, in start self._popen = self._Popen(self) File "/usr/local/lib/python3.8/multiprocessing/context.py", line 276, in _Popen return Popen(process_obj) File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 19, in __init__ self._launch(process_obj) File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 75, in _launch code = process_obj._bootstrap(parent_sentinel=child_r) File "/usr/local/lib/python3.8/site-packages/coverage/multiproc.py", line 47, in _bootstrap return original_bootstrap(self, *args, **kwargs) File "/usr/local/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/usr/local/lib/python3.8/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 347, in _run_subsuite result = runner.run(subsuite) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 294, in run test(result) File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/unittest/suite.py", line 122, in run test(result) File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 245, in __call__ self._setup_and_call(result) File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 281, in _setup_and_call super().__call__(result) File "/usr/local/lib/python3.8/unittest/case.py", line 736, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/unittest/case.py", line 676, in run self._callTestMethod(testMethod) File "/usr/local/lib/python3.8/unittest/case.py", line 633, in _callTestMethod method() File "/var/akvo/rsr/code/akvo/rsr/tests/commands/test_unep_survey_import.py", line 115, in test_reimport_correctly_updates_projects management.call_command('unep_survey_import', TEST_CSV) File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 181, in call_command return command.execute(*args, **defaults) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute output = self.handle(*args, **options) File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 125, in handle importer.run() File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 174, in run self.project = self.get_or_create_project() File "/var/akvo/rsr/code/akvo/rsr/management/commands/unep_survey_import.py", line 238, in get_or_create_project ProjectLocation.objects.filter(location_target=project).delete() File "/usr/local/lib/python3.8/site-packages/django/db/models/query.py", line 746, in delete deleted, _rows_count = collector.delete() File "/usr/local/lib/python3.8/site-packages/django/db/models/deletion.py", line 404, in delete signals.pre_delete.send( File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 180, in send return [ File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 181, in (receiver, receiver(signal=self, sender=sender, **named)) File "/var/akvo/rsr/code/akvo/rsr/models/location.py", line 223, in on_projectlocation_delete logger.warning( DEBUG 2022-08-03 08:11:00,505 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:00,518 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:00,539 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:00,558 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:00,565 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:00,566 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:00,590 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:00,600 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:00,616 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:00,625 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:00,649 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:00,666 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:00,682 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:00,696 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:00,702 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:00,710 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:00,717 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:00,726 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:00,734 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:00,745 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:00,752 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:00,761 project Deleted 0 old thumbs after unset ############################## Created project: 38 ACT Program : a local value chain for plastic waste Unique Response Number 545728-545719-54334516 Your organisation (If you are not affiliated with an organisation, please write 'not applicable'). Race for Water Foundation Are you reporting as an individual or on behalf of an organisation? (Several reports from the same organisation or individual are welcome) [{'name': 'On behalf of an organisation'}] On behalf of which organisation are you reporting here? (e.g. UNEP, FAO or name your specific private/public/third sector organisation). Race for Water Foundation Is this the first time that you have completed this survey? [{'name': 'No, I am returning to the survey to report on additional actions/activities'}] How many Actions are you intending to tell us about? Type of action [{'name': 'MONITORING and ANALYSIS: Collecting evidence around plastic discharge to the ocean/waterways? (e.g. monitoring, analysis)', 'options': [{'name': 'Monitoring: On or near ocean surface'}, {'name': 'Monitoring: On the shoreline'}, {'name': 'Monitoring: In Biota'}, {'name': 'Review and synthesis :Environmental'}], 'multiselect': True}] For monitoring on or near ocean surfaces, which programme/protocol did you use? During the Race for Water Odyssey 2017-2021, we host aboard of our Race for Water Ambassador vessel several scientists who collect microplastics on ocean surfaces according to their own programme/protocol in: - the surface waters of Bermuda and Guadeloupe (EPHEMARE JPI Oceans Program) - the surface waters of Cuba (WEATHER-MIC JPI Oceans Program) - the surface waters between Chile and Rapa Nui (Catholic University of the North and ESMOI, Chile) - the surface waters between Tonga and Fiji Island (South Pacific University, Fiji) - the surface waters of New Caledonia (IRD New Caledonia) For monitoring of the water column, which programme/protocol did you use? For monitoring on the seafloor, which programme/protocol did you use? For monitoring on the shoreline, which programme/protocol did you use? During the first Race for Water Odyssey in 2015, the Race for water team used the NOAA protocol of Lippiat et al 2013 (Lippiatt S., Opfe S., Arthur C., 2013.Marine Debris Monitoring and Assessment. NOAA Technical Memorandum, NOS-OR&R-46) to collect and monitor marine debris and microplastics on the shoreline of different islands worldwide. In 2017, we hosted aboard of our Race for Water Ambassador vessel scientists who monitored microplastics on the shoreline according to their own programme/protocol in: - Bermuda and Guadeloupe (EPHEMARE JPI Oceans Program) - Cuba (WEATHER-MIC JPI Oceans Program) - Sala y Gomez Island (Catholic University of the North, Chile) For monitoring in Biota, which programme/protocol did you use? own programme/protocol For air monitoring, which programme/protocol did you use? How can the data and information from your monitoring programme be accessed? [{'name': 'It is freely available and open source'}] If the monitoring data is available on request, please provide information on how to access the data? Please provide the URL's for any links to the monitoring data and information. All the data which have been published are available on our Race for Water website at https://www.raceforwater.org/en/the-race-for-water-foundation/learn/ TYPE OF ACTION: Whilst you already selected the focus of your action/activity in Question 9, did the action/activity also involve other aspects (please tick which ones below): [{'name': 'WORKING WITH PEOPLE: Encouraging or enabling others (e.g., education, training, communication, awareness raising, behaviour change programmes)'}] Role organisation [{'name': 'I/We developed it'}] Responsible actor [{'name': 'PUBLIC ADMINISTRATION (organisations concerned with government policies and programmes)', 'options': [{'name': 'International body'}, {'name': 'National ministry/agency'}, {'name': 'Sub-national ministry/agency'}], 'multiselect': True}, {'name': 'PRIVATE SECTOR ORGANISATION (for-profit organisations run by individuals and groups, free from government ownership).', 'options': [{'name': 'Multinational Corporation'}, {'name': 'National Corporation'}, {'name': 'Small-medium sized enterprise'}], 'multiselect': True}, {'name': 'THIRD SECTOR (e.g. non-governmental and non-profit-making organisations, including charity groups, community groups etc).', 'options': [{'name': 'Non-governmental organisation'}, {'name': 'Community based organisation'}]}] Reporting [] You answered that you do report on the action. Is this because: None You answered that you do not report on the action. Is this because: None Are the actual outcomes and impacts of the action evaluated? [{'name': 'Other', 'extra_text': 'Not yet as we are still in the feasbility study phase'}] Geography [{'name': 'Global (it covers the whole world)'}] Source to sea [{'name': 'Mountains and upland area'}, {'name': 'Agricultural land/soils'}, {'name': 'Entire water catchment'}, {'name': 'Forests or Mangroves'}, {'name': 'Freshwater rivers and lakes'}, {'name': 'Urban environment'}, {'name': 'Waste disposal sites'}, {'name': 'Coastal zone'}] Lifecycle of plastics [{'name': 'Collection / sorting of plastics after use'}, {'name': 'Management of collected plastics'}, {'name': 'Clean-up of plastic from the environment'}] Target action [{'name': 'Recycling plastics'}] Impact [{'name': 'Human health and wellbeing'}, {'name': 'Biodiversity'}, {'name': 'Marine organisms'}, {'name': 'Ecosystem Services'}, {'name': 'Food chain'}, {'name': 'Economics and Trade'}] Pollutant targeted [{'name': 'Macroplastic (large, more than 20 mm, e.g. plastic bottles)', 'options': [{'name': 'Bottles'}, {'name': 'Plastic bags'}, {'name': 'Food packaging (containers, wrappers etc.)'}, {'name': 'Non-food packaging (containers, wrappers etc.)'}, {'name': 'Smoking related litter (cigarette butts and packets)'}, {'name': 'Fishing related items'}, {'name': 'Shipping related items'}, {'name': 'Cups (e.g., disposable coffee cups)'}, {'name': 'Plastic straws, stirrers, cutlery'}, {'name': 'Polystyrene items'}], 'multiselect': True}] Sector [{'name': 'Packaging'}, {'name': 'Food & Beverages'}, {'name': 'Personal Healthcare'}, {'name': 'Medical'}, {'name': 'Retail'}, {'name': 'Tourism'}, {'name': 'Wastewater/Sewage management'}] How much money (amount) has been invested in the action so far? (please give us an estimate if you’re unsure and only submit numbers, e.g, 5,000 should be entered as 5000) 10000000 Please specify the currency. Euro Are there in kind contributions as well? (Please tell us the equivalent amount and only submit numbers, e.g, 5,000 should be entered as 5000). Please specify the currency Funding [{'name': 'Voluntary donations'}, {'name': 'Private Sector'}] Please name the specific source(s) of funding? Duration [{'name': 'Continuous activity more than 3 Years long'}] ############################## DEBUG 2022-08-03 08:11:00,799 project Deleted 0 old thumbs after unset ..DEBUG 2022-08-03 08:11:00,808 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:00,825 project Deleted 0 old thumbs after unset .DEBUG 2022-08-03 08:11:00,839 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:00.843792) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:00,873 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:00,881 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:00,890 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:00,892 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:00,923 project Deleted 0 old thumbs after unset INFO 2022-08-03 08:11:00,952 project Generated thumbs for 350x200 DEBUG 2022-08-03 08:11:00,955 project Deleted 0 thumbs with old URLs DEBUG 2022-08-03 08:11:00,970 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:00,990 project Deleted 0 old thumbs after unset INFO 2022-08-03 08:11:01,019 project Generated thumbs for 350x200 DEBUG 2022-08-03 08:11:01,020 project Deleted 0 old thumbs after unset INFO 2022-08-03 08:11:01,020 project Deleted 1 thumbs with old URLs DEBUG 2022-08-03 08:11:01,030 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:01,037 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:01,058 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:01,070 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:01,166 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:01,189 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:01,193 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:01,196 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:01,321 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:00.382964) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:00.392396) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:00.651149) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:01.087718) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:01.314520) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:01.322943) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:01,401 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:01,411 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:01,429 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:01,474 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:01,494 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:01,519 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:01,569 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:01,584 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:01,604 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:01,621 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:01,632 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:01,634 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:01,643 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:01,651 project Deleted 0 old thumbs after unset .....DEBUG 2022-08-03 08:11:01,701 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:01,759 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:01.768657) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:01,784 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:01,784 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:01,800 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:01,818 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:01,819 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:01,859 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:01,866 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:01,880 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:01,890 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:01,923 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:01,930 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:01,951 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:01,986 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:02,001 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:02,002 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:02,025 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:02,042 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:02,055 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:02,076 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:02,102 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:02,201 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:01.368666) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:01.378747) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:01.669031) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:01.835356) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:01.835441) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:01.835506) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:02.090684) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:02.186845) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:02.205052) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:02.245726) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:02,263 project Deleted 0 old thumbs after unset INFO 2022-08-03 08:11:02,284 project Generated thumbs for 350x200 DEBUG 2022-08-03 08:11:02,288 project Deleted 0 thumbs with old URLs DEBUG 2022-08-03 08:11:02,302 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:02,325 project Deleted 0 old thumbs after unset INFO 2022-08-03 08:11:02,360 project Generated thumbs for 350x200 INFO 2022-08-03 08:11:02,363 project Deleted 1 thumbs with old URLs DEBUG 2022-08-03 08:11:02,374 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:02,386 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:02.508279) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" .........DEBUG 2022-08-03 08:11:02,565 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:02,574 project Deleted 0 old thumbs after unset INFO 2022-08-03 08:11:02,661 project Generated thumbs for 350x200 DEBUG 2022-08-03 08:11:02,662 project Deleted 0 thumbs with old URLs INFO 2022-08-03 08:11:02,684 project Generated thumbs for 350x200 INFO 2022-08-03 08:11:02,686 project Deleted 1 thumbs with old URLs /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:03.176073) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:03.193968) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:03.209633) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:03.235420) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:03.242118) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:03,263 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:03,311 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:03,323 project Deleted 0 old thumbs after unset INFO 2022-08-03 08:11:03,336 project Generated thumbs for 350x200 DEBUG 2022-08-03 08:11:03,338 project Deleted 0 thumbs with old URLs DEBUG 2022-08-03 08:11:03,341 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:03,359 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:03,371 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:03,375 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:03,388 project Deleted 0 old thumbs after unset INFO 2022-08-03 08:11:03,394 project Generated thumbs for 350x200 INFO 2022-08-03 08:11:03,397 project Deleted 1 thumbs with old URLs DEBUG 2022-08-03 08:11:03,408 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:03,409 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:03,423 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:03,443 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:03,451 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:03,462 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:03,467 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:03,478 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:03,487 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:03,491 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:03,495 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:03,504 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:03,511 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:03,524 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:03,567 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:03,580 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:03,596 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:03,641 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:03,656 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:03,679 project Deleted 0 old thumbs after unset INFO 2022-08-03 08:11:03,711 project Generated thumbs for 350x200 DEBUG 2022-08-03 08:11:03,715 project Deleted 0 thumbs with old URLs DEBUG 2022-08-03 08:11:03,730 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:03,741 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:03,756 project Deleted 0 old thumbs after unset INFO 2022-08-03 08:11:03,766 project Generated thumbs for 350x200 INFO 2022-08-03 08:11:03,768 project Deleted 1 thumbs with old URLs /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:03.283729) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:03.289876) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:03.795615) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:03.819712) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:03.825322) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:03,905 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:03,923 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:03,953 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:03,982 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:03,995 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:04,015 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:04,056 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:04,065 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:03.862169) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:03.867853) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:04.044939) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:04.112292) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:04.142483) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:04.153387) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:04,170 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:04,182 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:04,219 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:04,236 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:04,252 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:04,282 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:04,293 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:04,311 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:04,348 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:04,356 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:04,363 project Deleted 0 old thumbs after unset INFO 2022-08-03 08:11:04,387 project Generated thumbs for 350x200 DEBUG 2022-08-03 08:11:04,390 project Deleted 0 thumbs with old URLs INFO 2022-08-03 08:11:04,438 project Generated thumbs for 350x200 INFO 2022-08-03 08:11:04,440 project Deleted 1 thumbs with old URLs DEBUG 2022-08-03 08:11:04,449 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:04,457 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:04.177910) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:04.196044) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:04.414091) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:04.446103) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:04.459807) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:04.477456) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:04.633436) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:04,711 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:04,769 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:04,964 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:04,969 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:05.193543) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:05.210015) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:05.222304) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" INFO 2022-08-03 08:11:05,242 project Generated thumbs for 350x200 DEBUG 2022-08-03 08:11:05,243 project Deleted 0 thumbs with old URLs /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:05.244498) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:05.253621) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:05,272 project Deleted 0 old thumbs after unset INFO 2022-08-03 08:11:05,289 project Generated thumbs for 350x200 INFO 2022-08-03 08:11:05,291 project Deleted 1 thumbs with old URLs DEBUG 2022-08-03 08:11:05,301 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:05,307 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:05,327 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:05,333 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:05,356 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:05,388 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:05,400 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:05,418 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:05,433 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:05,453 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:05,469 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:05,483 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:05,495 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:05,517 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:05.524004) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:05,538 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:05,553 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:05,556 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:05,568 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:05,572 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:05,584 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:05,589 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:05,598 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:05,603 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:05,614 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:05.641733) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:05,659 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:05.683092) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:05,750 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:05,809 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:05,817 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:05,891 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:05.292309) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:05.305659) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:05.639310) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:05.673696) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:05.751790) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:05.912649) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:05.955278) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:05.967908) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:06,037 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:06,045 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:06,071 project Deleted 0 old thumbs after unset INFO 2022-08-03 08:11:06,089 project Generated thumbs for 350x200 DEBUG 2022-08-03 08:11:06,092 project Deleted 0 thumbs with old URLs DEBUG 2022-08-03 08:11:06,100 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:06,111 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:06,130 project Deleted 0 old thumbs after unset INFO 2022-08-03 08:11:06,141 project Generated thumbs for 350x200 INFO 2022-08-03 08:11:06,144 project Deleted 1 thumbs with old URLs DEBUG 2022-08-03 08:11:06,148 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:06,155 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:06,164 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:06.177529) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:06.192720) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:06.230106) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:06.261271) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:06,304 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:05.999950) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:06.013363) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:06.188235) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:06.191200) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:06.191273) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:06.191333) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:06.225420) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:06.248849) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:06.277217) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:06.277308) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:06.277376) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:06.392231) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:06.432454) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:06.448502) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" INFO 2022-08-03 08:11:06,473 project Generated thumbs for 350x200 DEBUG 2022-08-03 08:11:06,477 project Deleted 0 thumbs with old URLs INFO 2022-08-03 08:11:06,528 project Generated thumbs for 350x200 DEBUG 2022-08-03 08:11:06,528 project Deleted 0 old thumbs after unset INFO 2022-08-03 08:11:06,530 project Deleted 1 thumbs with old URLs DEBUG 2022-08-03 08:11:06,540 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:06,560 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:06,592 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:06,602 project Deleted 0 old thumbs after unset .......DEBUG 2022-08-03 08:11:06,624 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:06,628 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:06,641 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:06,654 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:06,663 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:06,666 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:06,669 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:06,679 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:06,684 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:06,694 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:06,695 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:06,702 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:06,712 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:06.737709) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:06,775 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:06,783 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:06,805 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:06,834 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:06,848 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:06,866 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:06,893 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:06,900 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:06,913 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:06,926 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:06,938 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:06,959 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:06,972 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:06,979 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:06,990 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,018 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,024 project Deleted 0 old thumbs after unset INFO 2022-08-03 08:11:07,031 project Generated thumbs for 350x200 DEBUG 2022-08-03 08:11:07,035 project Deleted 0 thumbs with old URLs DEBUG 2022-08-03 08:11:07,048 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,078 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:07.080848) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:07,091 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:07.116057) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:07,117 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,149 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,157 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,182 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,214 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,228 project Deleted 0 old thumbs after unset INFO 2022-08-03 08:11:07,231 project Generated thumbs for 350x200 DEBUG 2022-08-03 08:11:07,232 project Deleted 0 thumbs with old URLs DEBUG 2022-08-03 08:11:07,256 project Deleted 0 old thumbs after unset INFO 2022-08-03 08:11:07,275 project Generated thumbs for 350x200 INFO 2022-08-03 08:11:07,276 project Deleted 1 thumbs with old URLs DEBUG 2022-08-03 08:11:07,281 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,289 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,295 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,310 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,341 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,376 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,387 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:06.485296) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:06.499585) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:06.639614) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:06.639713) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:07.078321) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:07.104798) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:07.331588) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:07.379320) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:07.393112) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:07,423 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,460 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,474 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,489 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,504 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,511 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,523 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,537 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,548 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,555 project Deleted 0 old thumbs after unset .........DEBUG 2022-08-03 08:11:07,561 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,566 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,572 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,578 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,606 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,614 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,622 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,630 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,634 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,646 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,650 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,657 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,669 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,680 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,684 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,695 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,707 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,720 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,721 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,731 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,752 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,761 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,771 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,785 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,797 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:07.800004) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:07,814 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,834 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,839 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,850 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,862 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,878 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,879 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,886 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,896 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,900 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,915 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,922 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,934 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,949 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,956 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,958 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:07.965803) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:07,970 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,984 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:07,991 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,003 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,018 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:08.022076) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:08,027 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,039 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,057 project Deleted 0 old thumbs after unset .DEBUG 2022-08-03 08:11:08,072 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,099 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:08.108841) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:08,127 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,132 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,137 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,146 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,163 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,171 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,174 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,184 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,197 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,204 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,215 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,219 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,232 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,244 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,245 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,262 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,268 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,279 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,293 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,293 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:07.429831) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:07.457621) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:08,307 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:07.904880) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:08,309 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:07.924535) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:07.959584) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:08.001599) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:08.002402) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:08.236940) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:08.285054) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:08.298454) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:08,340 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,368 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,382 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,410 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,434 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,445 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,456 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,458 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,470 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,472 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,483 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,495 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,498 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,509 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,523 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,536 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,548 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:08.559285) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:08,560 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,573 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,587 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,612 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,649 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,656 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,669 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,683 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,686 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,691 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,703 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,704 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:08.705736) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:08,719 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,726 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,739 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,742 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,754 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,758 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:08.761267) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:08,762 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,781 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,783 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:08.787635) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:08,798 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,800 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,805 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,819 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,828 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,845 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,848 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,858 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,863 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,879 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,887 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,897 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,910 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,918 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,931 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,933 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,956 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:08,990 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:08.338713) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:08.353417) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:08.520599) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:08,998 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:08.654964) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:08.697975) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:08.740331) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:08.741928) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:08.914251) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:08.923150) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:08.975966) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:08.985889) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:09.018901) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:09,024 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:09,055 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:09,062 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:09,084 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:09,111 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:09,121 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:09,151 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:09,172 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:09,188 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:09,208 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:09,230 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:09,244 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:09,262 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:09,290 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:09,297 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:09,319 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:09,375 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:09,389 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:09,395 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:09,410 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:09,415 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:09,427 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:09,486 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:09,493 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:09,516 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:09,539 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:09,552 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:09,573 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:09,606 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:09,612 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:09,637 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:09.643906) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:09,657 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:09,672 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:09,692 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:09,715 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:09,728 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:09,748 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:09,774 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:09,786 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:09,809 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:09,834 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:09,848 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:09,865 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:09,888 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:09,908 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:09,921 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:09,948 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:09,960 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:09,987 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,013 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,027 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,037 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,050 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,052 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,062 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,075 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,079 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,090 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,097 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,110 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,124 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,125 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,140 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,153 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,165 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,189 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,218 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:10.238329) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:10,243 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:10.254724) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:10,268 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:10.270592) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:10,305 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,316 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,321 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,331 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,345 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,349 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,356 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,358 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,368 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,374 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,380 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,389 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,421 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,429 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,436 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,440 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,453 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,458 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,474 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,490 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,491 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,505 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,507 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,528 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,536 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,570 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:10.581368) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:10,587 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:10.593782) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:10,612 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,617 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,639 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,652 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,665 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,674 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,675 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,678 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,688 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,692 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,704 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,705 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,709 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,723 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,726 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,729 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,736 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,741 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,748 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,757 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,760 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,764 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,766 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,779 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,783 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,795 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,798 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,810 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,810 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,821 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,835 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,843 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:10.855853) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:10,865 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,889 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,889 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,901 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,908 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,916 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,919 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,924 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,935 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,941 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,944 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,946 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,951 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,956 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,957 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,959 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,968 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,989 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,993 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,994 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:10,996 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,003 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,011 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,022 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,022 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,025 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,035 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,045 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,050 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,058 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,059 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,072 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,085 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,090 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,098 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,109 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,113 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,123 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,123 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,130 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,131 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,144 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,147 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,151 project Deleted 0 old thumbs after unset ERROR:root:Exception handling request for /en/css/ Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/django/core/handlers/base.py", line 181, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) File "/var/akvo/rsr/code/akvo/rsr/views/my_rsr.py", line 165, in css raise Http404('No custom CSS file defined') django.http.response.Http404: No custom CSS file defined DEBUG 2022-08-03 08:11:11,171 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,171 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,183 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,205 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,225 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,237 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,246 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,252 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,272 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,277 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,324 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,327 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,341 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,342 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,353 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,366 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,366 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,372 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,380 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,383 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,393 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,394 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,406 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,406 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,413 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,418 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,428 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,438 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,441 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,478 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,499 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,509 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,516 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,528 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,530 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,537 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,542 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,551 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,554 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,566 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,582 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,581 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,595 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,602 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,617 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,618 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,632 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,645 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,655 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,657 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,672 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,680 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,684 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,702 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,706 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,710 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,721 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,736 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,740 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,743 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,744 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,771 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,784 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,819 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:10.633601) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:10.651023) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:11.808827) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:11.817800) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:11,835 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,842 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:11.846236) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:11,847 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,856 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,862 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,874 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,880 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,887 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,899 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,906 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,915 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,919 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,930 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:11.939860) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:11,944 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:11.966394) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:11,970 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:11,984 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:11.979547) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:11.997224) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:12,008 project Deleted 0 old thumbs after unset ...../usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:12.024191) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:12.038080) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:12,039 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:12,046 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:12,051 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:12,078 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:12,100 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:12,108 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:12,114 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:12,124 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:12,138 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:12,147 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:12,165 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:12,176 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:12,185 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:12,198 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:12,201 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:12,223 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:12,227 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:12,239 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:12,260 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:12,284 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:12,296 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:12,318 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:12,360 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:12,372 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:12,382 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:12,393 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:12,403 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:12,413 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:12,474 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:12.061055) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:12.075454) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:12,482 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:12.460689) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:12.466379) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:12.498170) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:12,509 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:12,532 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:12,544 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:12,551 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:12,563 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:12,571 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:12.584397) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:12,585 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:12,597 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:12,609 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:12,610 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:12,625 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:12,655 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:12,665 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:12,687 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:12,714 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:12,726 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:12,727 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:12,746 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:12,777 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:12,783 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:12,808 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:12,839 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:12,852 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:12,868 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:12,893 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:12,906 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:12,923 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:12,944 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:12,960 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:12,979 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:13,007 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:13,013 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:13,031 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:13,049 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:13,056 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:13,066 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:13,090 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:13,101 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:13,129 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:13,160 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:13,167 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:13,192 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:13,202 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:13,217 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:13.234952) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:13,241 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:13.253508) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:13.265851) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:13,267 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:13.294929) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:13,303 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:13.303280) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:13,327 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:13,376 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:13,391 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:13,410 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:13,441 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:13,457 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:13,476 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:13,495 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:13,507 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:13,526 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:13,530 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:13,545 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:13,557 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:13,575 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:13,589 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:13,596 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:13,608 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:13,613 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:13,620 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:13,627 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:13,639 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:13,653 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:13,662 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:13,679 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:13,687 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:13,720 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:13,731 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:13,758 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:13,760 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:13.762107) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:13,771 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:13,797 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:13,801 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:13,821 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:13,849 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:13,903 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:13,918 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:13,934 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:13,940 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:13,999 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:14,009 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:14,033 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:14,074 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:14,090 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:14,112 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:14,143 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:14,150 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:14,253 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:14,273 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:14,277 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:14,281 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:13.345963) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:14,371 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:13.356062) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:13.575918) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:14.173211) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:14.350950) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:14.366645) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:14,383 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:14.395285) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:14,397 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:14,403 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:14,414 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:14,417 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:14,424 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:14,430 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:14,456 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:14,475 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:14,487 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:14,499 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:14.521031) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:14,523 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:14,558 project Deleted 0 old thumbs after unset ....DEBUG 2022-08-03 08:11:14,571 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:14,579 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:14,580 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:14,584 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:14,592 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:14,609 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:14,641 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:14,649 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:14,654 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:14,661 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:14,682 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:14,708 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:14,718 project Deleted 0 old thumbs after unset ..DEBUG 2022-08-03 08:11:14,746 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:14,752 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:14,761 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:14,768 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:14,769 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:14,777 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:14,781 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:14,785 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:14,806 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:14,836 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:14,852 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:14,875 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:14,888 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:14,895 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:14,900 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:14,909 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:14,914 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:14,915 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:14,923 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:14,937 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:14,963 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:14,977 project Deleted 0 old thumbs after unset ..DEBUG 2022-08-03 08:11:15,001 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,002 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,024 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,028 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,038 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,042 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,053 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,067 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,076 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,090 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,090 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,112 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,113 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,127 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,142 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,149 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,154 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,168 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,175 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,193 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,208 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,211 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:15.222650) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:15,223 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,238 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,243 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:15.243325) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:15,260 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:15.264160) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:15,269 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,272 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:15.284110) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:15,284 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,289 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:15.301578) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:15,307 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,309 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,321 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,327 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,345 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,361 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,385 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,395 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,407 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,411 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,418 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,435 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,437 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,450 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,466 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,477 project Deleted 0 old thumbs after unset ........DEBUG 2022-08-03 08:11:15,494 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,497 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,510 project Deleted 0 old thumbs after unset .DEBUG 2022-08-03 08:11:15,517 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,522 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,535 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,547 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,556 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,560 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,579 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,580 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,589 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,592 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,607 project Deleted 0 old thumbs after unset INFO 2022-08-03 08:11:15,609 project Generated thumbs for 350x200 DEBUG 2022-08-03 08:11:15,611 project Deleted 0 thumbs with old URLs DEBUG 2022-08-03 08:11:15,616 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,620 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,628 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,644 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,652 project Deleted 0 old thumbs after unset INFO 2022-08-03 08:11:15,655 project Generated thumbs for 350x200 INFO 2022-08-03 08:11:15,657 project Deleted 1 thumbs with old URLs /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:15.657858) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:15,679 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,680 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,695 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,698 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,704 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,710 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,717 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,723 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,727 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,729 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,733 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,744 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,745 project Deleted 0 old thumbs after unset INFO 2022-08-03 08:11:15,748 project Generated thumbs for 350x200 DEBUG 2022-08-03 08:11:15,751 project Deleted 0 thumbs with old URLs DEBUG 2022-08-03 08:11:15,756 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,757 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,764 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,774 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,775 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,781 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,784 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,793 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,797 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,806 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,813 project Deleted 0 old thumbs after unset INFO 2022-08-03 08:11:15,818 project Generated thumbs for 350x200 INFO 2022-08-03 08:11:15,820 project Deleted 1 thumbs with old URLs DEBUG 2022-08-03 08:11:15,830 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,840 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,850 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,871 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,880 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,899 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,901 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,914 project Deleted 0 old thumbs after unset INFO 2022-08-03 08:11:15,918 project Generated thumbs for 350x200 DEBUG 2022-08-03 08:11:15,919 project Deleted 0 thumbs with old URLs DEBUG 2022-08-03 08:11:15,939 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,950 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,963 project Deleted 0 old thumbs after unset INFO 2022-08-03 08:11:15,965 project Generated thumbs for 350x200 INFO 2022-08-03 08:11:15,967 project Deleted 1 thumbs with old URLs ...DEBUG 2022-08-03 08:11:15,978 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,981 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:15,997 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:16,018 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:16,033 project Deleted 0 old thumbs after unset INFO 2022-08-03 08:11:16,087 project Generated thumbs for 350x200 DEBUG 2022-08-03 08:11:16,090 project Deleted 0 thumbs with old URLs DEBUG 2022-08-03 08:11:16,090 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:16,093 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:16,110 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:16,114 project Deleted 0 old thumbs after unset .......DEBUG 2022-08-03 08:11:16,137 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:16,137 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:16,139 project Deleted 0 old thumbs after unset INFO 2022-08-03 08:11:16,150 project Generated thumbs for 350x200 INFO 2022-08-03 08:11:16,152 project Deleted 1 thumbs with old URLs DEBUG 2022-08-03 08:11:16,174 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:16,198 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:16,202 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:16,203 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:16,219 project Deleted 0 old thumbs after unset ....DEBUG 2022-08-03 08:11:16,225 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:16,246 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:16,247 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:16,254 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:16,261 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:16,287 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:16,288 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:16,302 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:16,305 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:16,320 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:16,330 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:16,348 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:16,361 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:16,392 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:16,398 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:16,407 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:16,408 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:16,421 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:16,444 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:16,460 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:16,473 project Deleted 0 old thumbs after unset .........DEBUG 2022-08-03 08:11:16,519 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:16,538 project Deleted 0 old thumbs after unset ..DEBUG 2022-08-03 08:11:16,608 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:16,623 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:16,658 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:16,662 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:16,667 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:16,734 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:15.352553) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:15.370971) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:16.745241) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:16.760038) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:16,783 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:16.791343) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:16.912165) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" .....DEBUG 2022-08-03 08:11:16,963 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:17,000 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:17,009 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:17,025 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:17,102 project Deleted 0 old thumbs after unset ....DEBUG 2022-08-03 08:11:17,317 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:17.586100) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:17,610 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:17.607581) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:17.622701) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:17.642618) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:17.657503) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:17,680 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:17,744 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:17,756 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:17,787 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:17,824 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:17,837 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:17,860 project Deleted 0 old thumbs after unset ..DEBUG 2022-08-03 08:11:17,889 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:17,897 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:17,928 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:17,947 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:17,971 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:17,981 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:18,002 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:18.017680) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:18,034 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:18,048 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:18,052 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:18,064 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:18,073 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:18,075 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:18,083 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:18,094 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:18,108 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:18,114 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:18,125 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:18,158 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:18,168 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:18,181 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:18,210 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:18,280 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:18,293 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:18,317 project Deleted 0 old thumbs after unset .....DEBUG 2022-08-03 08:11:18,381 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:18,383 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:18,394 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:18,413 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:18,423 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:18,423 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:18,458 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:18,472 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:18,474 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:18,484 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:18,511 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:18,555 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:18,575 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:18,595 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:18,648 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:18,653 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:18,804 project Deleted 0 old thumbs after unset ...DEBUG 2022-08-03 08:11:18,837 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:18,847 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:18,850 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:18,867 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:18,897 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:18,917 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:18,948 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:17.710023) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:17.724150) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:18.940906) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:18.953980) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:18.972568) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:18,973 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:19.072407) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:19.103132) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:19.118765) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:19.139735) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:19.159482) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:19.175184) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:19,243 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:19,255 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:19,280 project Deleted 0 old thumbs after unset ...DEBUG 2022-08-03 08:11:19,316 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:19,328 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:19,348 project Deleted 0 old thumbs after unset .../usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:19.381370) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:19.209888) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:19.215582) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:19.459540) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:19.468093) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:19.488059) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:11:19,508 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:19,531 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:19,546 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:19,570 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:19,581 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField IatiImportLog.created_at received a naive datetime (2022-08-03 08:11:19.582263) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" .......DEBUG 2022-08-03 08:11:19,647 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:19,690 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:19,709 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:19,732 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:19,741 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:19,827 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:19,849 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:19,866 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:19,897 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:19,912 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:19,931 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:19,964 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:19,973 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:19,998 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:20,012 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:20,035 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:20,050 project Deleted 0 old thumbs after unset .....DEBUG 2022-08-03 08:11:20,148 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:20,187 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:20,200 project Deleted 0 old thumbs after unset WARNING 2022-08-03 08:11:20,253 location About to delete ProjectLocation(10) Latitude: No latitude specified, Longitude: No longitude specified, Country: No country specified of project(112) REST test project Stack (most recent call last): File "/usr/local/bin/coverage", line 8, in sys.exit(main()) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 865, in main status = CoverageScript().command_line(argv) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 582, in command_line return self.do_run(options, args) File "/usr/local/lib/python3.8/site-packages/coverage/cmdline.py", line 740, in do_run runner.run() File "/usr/local/lib/python3.8/site-packages/coverage/execfile.py", line 247, in run exec(code, main_mod.__dict__) File "manage.py", line 27, in execute_from_command_line(sys.argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 419, in execute_from_command_line utility.execute() File "/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 413, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 23, in run_from_argv super().run_from_argv(argv) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 354, in run_from_argv self.execute(*args, **cmd_options) File "/usr/local/lib/python3.8/site-packages/django/core/management/base.py", line 398, in execute output = self.handle(*args, **options) File "/usr/local/lib/python3.8/site-packages/django/core/management/commands/test.py", line 55, in handle failures = test_runner.run_tests(test_labels) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 729, in run_tests result = self.run_suite(suite) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 670, in run_suite return runner.run(suite) File "/usr/local/lib/python3.8/unittest/runner.py", line 176, in run test(result) File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 394, in run pool = multiprocessing.Pool( File "/usr/local/lib/python3.8/multiprocessing/context.py", line 119, in Pool return Pool(processes, initializer, initargs, maxtasksperchild, File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 212, in __init__ self._repopulate_pool() File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 303, in _repopulate_pool return self._repopulate_pool_static(self._ctx, self.Process, File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 326, in _repopulate_pool_static w.start() File "/usr/local/lib/python3.8/multiprocessing/process.py", line 121, in start self._popen = self._Popen(self) File "/usr/local/lib/python3.8/multiprocessing/context.py", line 276, in _Popen return Popen(process_obj) File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 19, in __init__ self._launch(process_obj) File "/usr/local/lib/python3.8/multiprocessing/popen_fork.py", line 75, in _launch code = process_obj._bootstrap(parent_sentinel=child_r) File "/usr/local/lib/python3.8/site-packages/coverage/multiproc.py", line 47, in _bootstrap return original_bootstrap(self, *args, **kwargs) File "/usr/local/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap self.run() File "/usr/local/lib/python3.8/multiprocessing/process.py", line 108, in run self._target(*self._args, **self._kwargs) File "/usr/local/lib/python3.8/multiprocessing/pool.py", line 125, in worker result = (True, func(*args, **kwds)) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 347, in _run_subsuite result = runner.run(subsuite) File "/usr/local/lib/python3.8/site-packages/django/test/runner.py", line 294, in run test(result) File "/usr/local/lib/python3.8/unittest/suite.py", line 84, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/unittest/suite.py", line 122, in run test(result) File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 245, in __call__ self._setup_and_call(result) File "/usr/local/lib/python3.8/site-packages/django/test/testcases.py", line 281, in _setup_and_call super().__call__(result) File "/usr/local/lib/python3.8/unittest/case.py", line 736, in __call__ return self.run(*args, **kwds) File "/usr/local/lib/python3.8/unittest/case.py", line 679, in run self._callTearDown() File "/usr/local/lib/python3.8/unittest/case.py", line 636, in _callTearDown self.tearDown() File "/var/akvo/rsr/code/akvo/rsr/tests/rest/test_administrative_location.py", line 73, in tearDown Project.objects.all().delete() File "/usr/local/lib/python3.8/site-packages/django/db/models/query.py", line 746, in delete deleted, _rows_count = collector.delete() File "/usr/local/lib/python3.8/site-packages/django/db/models/deletion.py", line 404, in delete signals.pre_delete.send( File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 180, in send return [ File "/usr/local/lib/python3.8/site-packages/django/dispatch/dispatcher.py", line 181, in (receiver, receiver(signal=self, sender=sender, **named)) File "/var/akvo/rsr/code/akvo/rsr/models/location.py", line 223, in on_projectlocation_delete logger.warning( .DEBUG 2022-08-03 08:11:20,943 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:20,959 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:20,973 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:20,999 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:21,052 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:21,105 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:21,122 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:21,135 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:21,154 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:21,224 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:22,023 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:22,072 project Deleted 0 old thumbs after unset ..DEBUG 2022-08-03 08:11:22,194 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:22,218 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:22,248 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:22,313 project Deleted 0 old thumbs after unset .......DEBUG 2022-08-03 08:11:23,170 project Deleted 0 old thumbs after unset ...DEBUG 2022-08-03 08:11:23,226 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:23,250 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:23,259 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:23,288 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:23,291 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:23,316 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:23,322 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:23,342 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:23,659 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:23,677 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:23,688 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:23,707 project Deleted 0 old thumbs after unset ....DEBUG 2022-08-03 08:11:24,464 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:24,481 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:24,490 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:24,507 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:24,526 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:24,551 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:24,557 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:24,569 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:24,576 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:25,030 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:25,094 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:25,546 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:25,571 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:25,599 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:25,608 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:25,629 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:25,656 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:25,674 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:25,685 project Deleted 0 old thumbs after unset ...DEBUG 2022-08-03 08:11:25,712 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:26,057 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:26,199 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:26,214 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:26,227 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:26,246 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:26,532 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:26,764 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:26,792 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:26,814 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:26,827 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:26,849 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:26,935 project Deleted 0 old thumbs after unset ...DEBUG 2022-08-03 08:11:27,528 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:27,542 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:27,556 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:27,576 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:27,701 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:27,713 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:27,726 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:27,747 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:27,874 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:27,894 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:27,908 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:27,932 project Deleted 0 old thumbs after unset .....DEBUG 2022-08-03 08:11:28,419 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:29,028 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:29,051 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:29,073 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:29,085 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:29,100 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:29,112 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:29,112 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:29,124 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:29,126 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:29,142 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:29,143 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:29,156 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:29,180 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:29,321 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:29,333 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:29,347 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:29,366 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:29,894 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:30,007 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:30,188 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:30,212 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:30,235 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:30,247 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:30,263 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:30,343 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:30,356 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:30,372 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:30,386 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:30,492 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:30,506 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:30,521 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:30,535 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:30,688 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:30,704 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:30,710 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:30,731 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:31,304 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:31,435 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:31,458 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:31,479 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:31,487 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:31,508 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:31,611 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:31,628 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:31,635 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:31,653 project Deleted 0 old thumbs after unset ....DEBUG 2022-08-03 08:11:31,950 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:31,962 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:31,972 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:31,993 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:32,253 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:32,576 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:32,615 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:32,639 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:32,651 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:32,663 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:32,676 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:32,679 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:32,692 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:32,716 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:32,752 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:32,763 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:32,779 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:32,793 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:33,120 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:33,137 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:33,145 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:33,169 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:33,400 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:33,528 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:33,748 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:33,810 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:33,835 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:33,840 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:33,849 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:33,860 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:34,050 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:34,064 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:34,075 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:34,096 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:34,352 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:34,363 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:34,377 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:34,393 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:34,422 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:34,438 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:34,451 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:34,474 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:34,807 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:34,847 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:34,861 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:34,879 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:34,894 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:34,912 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:35,555 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:35,570 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:35,583 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:35,606 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:35,809 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:35,824 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:35,837 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:35,859 project Deleted 0 old thumbs after unset .......DEBUG 2022-08-03 08:11:36,275 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:36,291 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:36,305 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:36,329 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:36,668 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:36,670 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:36,685 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:36,700 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:36,723 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:37,180 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:37,194 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:37,207 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:37,228 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:37,875 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:38,099 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:38,111 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:38,122 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:38,150 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:38,191 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:38,209 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:38,223 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:38,250 project Deleted 0 old thumbs after unset ...........DEBUG 2022-08-03 08:11:38,417 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:38,436 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:38,442 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:38,465 project Deleted 0 old thumbs after unset INFO 2022-08-03 08:11:38,958 employment deleting 1 keys of user username(47) DEBUG 2022-08-03 08:11:39,217 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:39,236 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:39,248 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:39,274 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:39,580 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:39,641 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:39,666 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:39,685 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:39,699 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:39,719 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:39,769 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:39,785 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:39,793 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:39,815 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:39,915 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:40,124 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:40,139 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:40,152 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:40,168 project Deleted 0 old thumbs after unset INFO 2022-08-03 08:11:40,425 employment deleting 1 keys of user test@akvo.org(45) DEBUG 2022-08-03 08:11:40,436 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:40,452 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:40,464 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:40,480 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:40,749 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:40,779 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:40,800 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:40,816 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:40,839 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:40,883 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:40,900 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:40,911 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:40,930 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:41,592 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:41,603 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:41,612 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:41,637 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:41,798 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:41,812 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:41,824 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:41,847 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:41,915 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:41,943 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:41,970 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:41,985 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:42,006 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:42,040 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:42,056 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:42,066 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:42,092 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:43,192 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:43,240 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:43,264 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:43,282 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:43,299 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:43,325 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:43,415 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:43,423 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:43,434 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:43,455 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:43,848 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:43,863 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:43,873 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:43,895 project Deleted 0 old thumbs after unset ......DEBUG 2022-08-03 08:11:44,221 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:44,234 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:44,249 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:44,281 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:44,376 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:44,395 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:44,415 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:44,429 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:44,447 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:44,515 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:44,535 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:44,541 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:44,559 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:44,937 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:45,379 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:45,395 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:45,402 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:45,429 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:45,431 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:45,450 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:45,465 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:45,490 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:45,513 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:45,836 project Deleted 0 old thumbs after unset ............DEBUG 2022-08-03 08:11:46,388 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:46,401 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:46,417 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:46,440 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:46,686 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:46,701 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:46,715 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:46,732 project Deleted 0 old thumbs after unset .DEBUG 2022-08-03 08:11:47,266 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:47,282 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:47,299 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:47,310 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:47,333 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:47,743 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:47,789 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:48,016 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:48,209 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:48,223 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:48,231 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:48,250 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:48,251 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:48,265 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:48,271 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:48,294 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:48,304 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:48,310 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:48,333 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:48,343 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:48,369 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:48,465 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:48,488 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:48,503 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:48,522 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:48,971 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:48,997 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:49,010 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:49,020 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:49,035 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:49,036 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:49,048 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:49,076 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:49,456 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:49,719 project Deleted 0 old thumbs after unset ..........DEBUG 2022-08-03 08:11:50,136 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:50,203 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:50,211 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:50,224 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:50,248 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:50,447 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:50,455 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:50,476 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:50,485 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:50,502 project Deleted 0 old thumbs after unset .DEBUG 2022-08-03 08:11:50,899 project Deleted 0 old thumbs after unset ....DEBUG 2022-08-03 08:11:50,938 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:51,164 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:51,185 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:51,195 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:51,213 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:51,611 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:51,621 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:51,640 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:51,650 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:51,669 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:51,674 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:51,691 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:51,700 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:51,713 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:51,720 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:51,870 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:51,881 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:51,903 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:51,921 project Deleted 0 old thumbs after unset .INFO 2022-08-03 08:11:52,182 employment deleting 1 keys of user example@foo.com(55) DEBUG 2022-08-03 08:11:52,356 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:52,503 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:52,528 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:52,546 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:52,560 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:52,576 project Deleted 0 old thumbs after unset ....DEBUG 2022-08-03 08:11:53,101 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:53,123 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:53,136 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:53,163 project Deleted 0 old thumbs after unset .....DEBUG 2022-08-03 08:11:53,257 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:53,276 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:53,286 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:53,306 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:53,647 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:53,732 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:53,801 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:53,824 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:53,831 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:53,852 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:54,148 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:54,163 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:54,171 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:54,195 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:54,213 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:54,231 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:54,269 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:54,368 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:54,390 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:54,401 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:54,420 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:54,450 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:54,458 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:54,491 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:54,501 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:54,525 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:54,540 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:54,562 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:54,571 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:54,592 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:54,619 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:54,629 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:54,656 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:55,431 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:55,544 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:55,572 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:55,591 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:55,598 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:55,619 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:55,623 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:55,716 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:55,730 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:55,742 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:55,768 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:55,790 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:55,810 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:55,816 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:55,837 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:55,839 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:55,865 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:55,883 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:55,899 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:55,909 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:55,916 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:55,924 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:55,934 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:55,948 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:55,960 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:55,962 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:55,989 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:55,995 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:56,017 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:56,033 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:56,042 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:56,047 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:56,057 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:56,068 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:56,091 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:56,102 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:56,123 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:56,145 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:56,151 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:56,164 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:56,165 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:56,191 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:56,208 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:56,210 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:56,239 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:56,271 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:56,277 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:56,287 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:56,313 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:56,324 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:56,327 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:56,336 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:56,353 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:56,365 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:56,375 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:56,418 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:56,425 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:56,462 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:56,469 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:56,485 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:56,496 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:56,509 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:56,527 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:56,538 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:56,574 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:56,584 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:56,634 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:56,649 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:56,703 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:56,715 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:56,727 project Deleted 0 old thumbs after unset ..DEBUG 2022-08-03 08:11:56,741 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:56,776 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:56,787 project Deleted 0 old thumbs after unset [Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo' Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/base.py", line 104, in get_thumbnail source_image = default.engine.get_image(source) File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/engines/pil_engine.py", line 72, in get_image buffer = BytesIO(source.read()) File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/images.py", line 162, in read f = self.storage.open(self.name) File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 38, in open return self._open(name, mode) File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 238, in _open return File(open(self.path(name), mode)) FileNotFoundError: [Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo' Remote file [foo] at [350x200] does not exist INFO 2022-08-03 08:11:56,799 project Generated thumbs for 350x200 DEBUG 2022-08-03 08:11:56,801 project Deleted 0 thumbs with old URLs DEBUG 2022-08-03 08:11:56,812 project Deleted 0 old thumbs after unset [Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo' Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/base.py", line 104, in get_thumbnail source_image = default.engine.get_image(source) File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/engines/pil_engine.py", line 72, in get_image buffer = BytesIO(source.read()) File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/images.py", line 162, in read f = self.storage.open(self.name) File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 38, in open return self._open(name, mode) File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 238, in _open return File(open(self.path(name), mode)) FileNotFoundError: [Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo' Remote file [foo] at [350x200] does not exist INFO 2022-08-03 08:11:56,829 project Generated thumbs for 350x200 DEBUG 2022-08-03 08:11:56,833 project Deleted 0 thumbs with old URLs DEBUG 2022-08-03 08:11:56,870 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:56,885 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:56,938 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:56,956 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:56,965 project Deleted 0 old thumbs after unset [Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo' Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/base.py", line 104, in get_thumbnail source_image = default.engine.get_image(source) File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/engines/pil_engine.py", line 72, in get_image buffer = BytesIO(source.read()) File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/images.py", line 162, in read f = self.storage.open(self.name) File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 38, in open return self._open(name, mode) File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 238, in _open return File(open(self.path(name), mode)) FileNotFoundError: [Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo' Remote file [foo] at [350x200] does not exist INFO 2022-08-03 08:11:56,990 project Generated thumbs for 350x200 DEBUG 2022-08-03 08:11:56,996 project Deleted 0 thumbs with old URLs DEBUG 2022-08-03 08:11:57,014 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:57,028 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:57,057 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:57,072 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:57,100 project Deleted 0 old thumbs after unset [Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo' Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/base.py", line 104, in get_thumbnail source_image = default.engine.get_image(source) File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/engines/pil_engine.py", line 72, in get_image buffer = BytesIO(source.read()) File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/images.py", line 162, in read f = self.storage.open(self.name) File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 38, in open return self._open(name, mode) File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 238, in _open return File(open(self.path(name), mode)) FileNotFoundError: [Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo' Remote file [foo] at [350x200] does not exist INFO 2022-08-03 08:11:57,109 project Generated thumbs for 350x200 DEBUG 2022-08-03 08:11:57,110 project Deleted 0 thumbs with old URLs DEBUG 2022-08-03 08:11:57,113 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:57,128 project Deleted 0 old thumbs after unset ......DEBUG 2022-08-03 08:11:57,165 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:57,177 project Deleted 0 old thumbs after unset ...DEBUG 2022-08-03 08:11:57,218 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:57,224 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:57,233 project Deleted 0 old thumbs after unset [Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo' Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/base.py", line 104, in get_thumbnail source_image = default.engine.get_image(source) File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/engines/pil_engine.py", line 72, in get_image buffer = BytesIO(source.read()) File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/images.py", line 162, in read f = self.storage.open(self.name) File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 38, in open return self._open(name, mode) File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 238, in _open return File(open(self.path(name), mode)) FileNotFoundError: [Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo' Remote file [foo] at [350x200] does not exist INFO 2022-08-03 08:11:57,241 project Generated thumbs for 350x200 DEBUG 2022-08-03 08:11:57,243 project Deleted 0 thumbs with old URLs DEBUG 2022-08-03 08:11:57,268 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:57,278 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:57,297 project Deleted 0 old thumbs after unset [Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo' Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/base.py", line 104, in get_thumbnail source_image = default.engine.get_image(source) File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/engines/pil_engine.py", line 72, in get_image buffer = BytesIO(source.read()) File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/images.py", line 162, in read f = self.storage.open(self.name) File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 38, in open return self._open(name, mode) File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 238, in _open return File(open(self.path(name), mode)) FileNotFoundError: [Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo' Remote file [foo] at [350x200] does not exist INFO 2022-08-03 08:11:57,307 project Generated thumbs for 350x200 DEBUG 2022-08-03 08:11:57,311 project Deleted 0 thumbs with old URLs DEBUG 2022-08-03 08:11:57,322 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:57,332 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:57,343 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:57,390 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:57,420 project Deleted 0 old thumbs after unset [Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo' Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/base.py", line 104, in get_thumbnail source_image = default.engine.get_image(source) File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/engines/pil_engine.py", line 72, in get_image buffer = BytesIO(source.read()) File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/images.py", line 162, in read f = self.storage.open(self.name) File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 38, in open return self._open(name, mode) File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 238, in _open return File(open(self.path(name), mode)) FileNotFoundError: [Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo' Remote file [foo] at [350x200] does not exist INFO 2022-08-03 08:11:57,433 project Generated thumbs for 350x200 DEBUG 2022-08-03 08:11:57,435 project Deleted 0 thumbs with old URLs DEBUG 2022-08-03 08:11:57,460 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:57,475 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:57,493 project Deleted 0 old thumbs after unset [Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo' Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/base.py", line 104, in get_thumbnail source_image = default.engine.get_image(source) File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/engines/pil_engine.py", line 72, in get_image buffer = BytesIO(source.read()) File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/images.py", line 162, in read f = self.storage.open(self.name) File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 38, in open return self._open(name, mode) File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 238, in _open return File(open(self.path(name), mode)) FileNotFoundError: [Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo' Remote file [foo] at [350x200] does not exist INFO 2022-08-03 08:11:57,507 project Generated thumbs for 350x200 DEBUG 2022-08-03 08:11:57,508 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:57,508 project Deleted 0 thumbs with old URLs DEBUG 2022-08-03 08:11:57,523 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:57,554 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:57,569 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:57,605 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:57,607 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:57,613 project Deleted 0 old thumbs after unset [Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo' Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/base.py", line 104, in get_thumbnail source_image = default.engine.get_image(source) File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/engines/pil_engine.py", line 72, in get_image buffer = BytesIO(source.read()) File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/images.py", line 162, in read f = self.storage.open(self.name) File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 38, in open return self._open(name, mode) File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 238, in _open return File(open(self.path(name), mode)) FileNotFoundError: [Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo' Remote file [foo] at [350x200] does not exist INFO 2022-08-03 08:11:57,624 project Generated thumbs for 350x200 DEBUG 2022-08-03 08:11:57,625 project Deleted 0 thumbs with old URLs DEBUG 2022-08-03 08:11:57,658 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:57,665 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:57,687 project Deleted 0 old thumbs after unset [Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo' Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/base.py", line 104, in get_thumbnail source_image = default.engine.get_image(source) File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/engines/pil_engine.py", line 72, in get_image buffer = BytesIO(source.read()) File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/images.py", line 162, in read f = self.storage.open(self.name) File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 38, in open return self._open(name, mode) File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 238, in _open return File(open(self.path(name), mode)) FileNotFoundError: [Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo' Remote file [foo] at [350x200] does not exist INFO 2022-08-03 08:11:57,698 project Generated thumbs for 350x200 DEBUG 2022-08-03 08:11:57,703 project Deleted 0 thumbs with old URLs DEBUG 2022-08-03 08:11:57,705 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:57,717 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:57,759 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:57,774 project Deleted 0 old thumbs after unset ...DEBUG 2022-08-03 08:11:57,809 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:57,810 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:57,824 project Deleted 0 old thumbs after unset [Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo' Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/base.py", line 104, in get_thumbnail source_image = default.engine.get_image(source) File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/engines/pil_engine.py", line 72, in get_image buffer = BytesIO(source.read()) File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/images.py", line 162, in read f = self.storage.open(self.name) File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 38, in open return self._open(name, mode) File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 238, in _open return File(open(self.path(name), mode)) FileNotFoundError: [Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo' Remote file [foo] at [350x200] does not exist INFO 2022-08-03 08:11:57,827 project Generated thumbs for 350x200 DEBUG 2022-08-03 08:11:57,828 project Deleted 0 thumbs with old URLs DEBUG 2022-08-03 08:11:57,837 project Deleted 0 old thumbs after unset [Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo' Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/base.py", line 104, in get_thumbnail source_image = default.engine.get_image(source) File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/engines/pil_engine.py", line 72, in get_image buffer = BytesIO(source.read()) File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/images.py", line 162, in read f = self.storage.open(self.name) File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 38, in open return self._open(name, mode) File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 238, in _open return File(open(self.path(name), mode)) FileNotFoundError: [Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo' Remote file [foo] at [350x200] does not exist INFO 2022-08-03 08:11:57,849 project Generated thumbs for 350x200 DEBUG 2022-08-03 08:11:57,854 project Deleted 0 thumbs with old URLs DEBUG 2022-08-03 08:11:57,866 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:57,873 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:57,885 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:57,924 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:57,931 project Deleted 0 old thumbs after unset [Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo' Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/base.py", line 104, in get_thumbnail source_image = default.engine.get_image(source) File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/engines/pil_engine.py", line 72, in get_image buffer = BytesIO(source.read()) File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/images.py", line 162, in read f = self.storage.open(self.name) File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 38, in open return self._open(name, mode) File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 238, in _open return File(open(self.path(name), mode)) FileNotFoundError: [Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo' Remote file [foo] at [350x200] does not exist INFO 2022-08-03 08:11:57,939 project Generated thumbs for 350x200 DEBUG 2022-08-03 08:11:57,944 project Deleted 0 thumbs with old URLs DEBUG 2022-08-03 08:11:57,954 project Deleted 0 old thumbs after unset [Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo' Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/base.py", line 104, in get_thumbnail source_image = default.engine.get_image(source) File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/engines/pil_engine.py", line 72, in get_image buffer = BytesIO(source.read()) File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/images.py", line 162, in read f = self.storage.open(self.name) File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 38, in open return self._open(name, mode) File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 238, in _open return File(open(self.path(name), mode)) FileNotFoundError: [Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo' Remote file [foo] at [350x200] does not exist INFO 2022-08-03 08:11:57,976 project Generated thumbs for 350x200 DEBUG 2022-08-03 08:11:57,984 project Deleted 0 thumbs with old URLs DEBUG 2022-08-03 08:11:58,028 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:58,043 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:58,055 project Deleted 0 old thumbs after unset [Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo' Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/base.py", line 104, in get_thumbnail source_image = default.engine.get_image(source) File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/engines/pil_engine.py", line 72, in get_image buffer = BytesIO(source.read()) File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/images.py", line 162, in read f = self.storage.open(self.name) File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 38, in open return self._open(name, mode) File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 238, in _open return File(open(self.path(name), mode)) FileNotFoundError: [Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo' Remote file [foo] at [350x200] does not exist INFO 2022-08-03 08:11:58,080 project Generated thumbs for 350x200 DEBUG 2022-08-03 08:11:58,084 project Deleted 0 thumbs with old URLs DEBUG 2022-08-03 08:11:58,098 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:58,105 project Deleted 0 old thumbs after unset [Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo' Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/base.py", line 104, in get_thumbnail source_image = default.engine.get_image(source) File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/engines/pil_engine.py", line 72, in get_image buffer = BytesIO(source.read()) File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/images.py", line 162, in read f = self.storage.open(self.name) File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 38, in open return self._open(name, mode) File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 238, in _open return File(open(self.path(name), mode)) FileNotFoundError: [Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo' Remote file [foo] at [350x200] does not exist INFO 2022-08-03 08:11:58,119 project Generated thumbs for 350x200 DEBUG 2022-08-03 08:11:58,120 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:58,123 project Deleted 0 thumbs with old URLs DEBUG 2022-08-03 08:11:58,162 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:58,174 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:58,175 project Deleted 0 old thumbs after unset ...DEBUG 2022-08-03 08:11:58,203 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:58,211 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:58,238 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:58,241 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:58,248 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:58,259 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:58,294 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:58,303 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:58,313 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:58,331 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:58,351 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:58,363 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:58,408 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:58,428 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:58,489 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:58,495 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:58,548 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:58,561 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:58,570 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:58,583 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:58,583 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:58,593 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:58,616 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:59,089 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:59,162 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:59,185 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:59,191 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:59,653 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:59,877 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:59,919 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:59,926 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:59,947 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:11:59,977 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:00,132 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:00,177 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:00,251 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:00,277 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:00,282 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:00,827 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:00,833 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:01,242 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:01,258 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:01,273 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:01,290 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:01,292 project Deleted 0 old thumbs after unset INFO 2022-08-03 08:12:01,342 employment deleting 1 keys of user users@wash-org.org(53) DEBUG 2022-08-03 08:12:01,387 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:01,394 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:01,420 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:01,499 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:01,525 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:01,549 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:01,565 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:01,585 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:01,617 project Deleted 0 old thumbs after unset ERROR 2022-08-03 08:12:01,732 log Internal Server Error: /rest/v1/project/ DEBUG 2022-08-03 08:12:01,760 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:01,771 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:01,793 project Deleted 0 old thumbs after unset INFO 2022-08-03 08:12:01,811 employment deleting 1 keys of user rsr-admin@wash-org.org(54) DEBUG 2022-08-03 08:12:02,238 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:02,250 project Deleted 0 old thumbs after unset INFO 2022-08-03 08:12:02,265 employment deleting 2 keys of user rsr-superuser@wash-org.org(55) DEBUG 2022-08-03 08:12:02,270 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:02,284 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:02,304 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:02,315 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:02,335 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:02,339 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:02,348 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:02,349 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:02,361 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:02,368 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:02,380 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:02,404 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:02,410 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:02,427 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:02,435 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:02,451 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:02,464 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:02,486 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:02,495 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:02,512 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:02,535 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:02,540 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:02,555 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:02,601 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:02,660 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:02,672 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:02,706 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:02,717 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:02,750 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:02,756 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:02,791 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:02,798 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:02,828 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:02,839 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:02,842 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:02,846 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:02,858 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:02,877 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:02,881 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:02,893 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:02,932 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:02,938 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:02,957 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:02,962 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:02,983 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:02,988 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:02,994 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:03,031 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:03,088 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:03,098 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:03,118 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:03,124 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:03,143 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:03,149 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:03,168 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:03,174 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:03,200 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:03,206 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:03,219 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:03,241 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:03,254 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:03,269 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:03,279 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:03,292 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:03,298 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:03,300 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:03,331 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:03,335 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:03,344 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:03,383 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:03,392 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:03,402 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:03,447 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:03,511 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:03,529 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:03,541 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:03,565 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:03,583 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:03,586 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:03,603 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:03,603 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:03,624 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:03,641 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:03,656 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:03,686 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:03,695 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:03,731 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:03,740 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:03,779 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:03,792 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:03,831 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:03,838 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:03,875 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:03,881 project Deleted 0 old thumbs after unset ....DEBUG 2022-08-03 08:12:03,919 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:03,924 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:03,928 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:03,943 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:03,945 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:03,953 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:03,966 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:03,988 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:03,989 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:04,053 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:04,063 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:04,098 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:04,116 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:04,151 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:04,162 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:04,205 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:04,217 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:04,258 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:04,264 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:04,302 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:04,316 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:04,347 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:04,356 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:04,394 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:04,407 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:04,542 project Deleted 0 old thumbs after unset ...............DEBUG 2022-08-03 08:12:04,712 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:05,268 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:05,275 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:05,275 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:05,398 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:05,674 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:05,686 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:05,694 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:05,714 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:05,857 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:05,865 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:06,028 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:06,077 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:06,089 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:06,131 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:06,184 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:06,294 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:06,328 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:06,342 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:06,365 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:06,403 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:06,435 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:06,447 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:06,504 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:06,575 project Deleted 0 old thumbs after unset ...DEBUG 2022-08-03 08:12:06,609 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:06,614 project Deleted 0 old thumbs after unset .........DEBUG 2022-08-03 08:12:07,055 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:07,069 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:07,088 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:07,116 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:07,388 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:07,641 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:07,646 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:07,723 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:07,772 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:07,796 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:08,187 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:08,201 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:08,215 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:08,233 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:08,640 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:08,649 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:08,955 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:08,964 project Deleted 0 old thumbs after unset ....DEBUG 2022-08-03 08:12:09,136 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:09,367 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:09,386 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:09,397 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:09,419 project Deleted 0 old thumbs after unset ...DEBUG 2022-08-03 08:12:09,590 project Deleted 0 old thumbs after unset INFO 2022-08-03 08:12:09,898 employment deleting 1 keys of user test@example.com(70) DEBUG 2022-08-03 08:12:10,077 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:10,089 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:10,120 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:10,181 project Deleted 0 old thumbs after unset ....DEBUG 2022-08-03 08:12:10,629 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:11,104 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:11,111 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:11,135 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:11,456 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:11,465 project Deleted 0 old thumbs after unset .DEBUG 2022-08-03 08:12:11,735 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:11,759 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:12,236 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:12,256 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:12,266 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:12,487 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:12,499 project Deleted 0 old thumbs after unset .DEBUG 2022-08-03 08:12:12,850 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:12,874 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:13,372 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:13,389 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:13,407 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:13,508 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:13,554 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:14,009 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:14,100 project Deleted 0 old thumbs after unset ....DEBUG 2022-08-03 08:12:14,134 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:14,155 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:14,170 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:14,191 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:14,778 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:14,838 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:15,407 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:15,414 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:15,522 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:15,542 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:15,556 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:15,573 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:16,040 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:16,094 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:17,155 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:17,174 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:17,287 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:17,308 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:17,310 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:17,324 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:17,349 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:17,374 project Deleted 0 old thumbs after unset ....DEBUG 2022-08-03 08:12:17,583 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:17,601 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:17,618 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:17,639 project Deleted 0 old thumbs after unset .......DEBUG 2022-08-03 08:12:18,694 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:18,707 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:18,829 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:18,830 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:18,844 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:18,853 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:18,867 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:18,892 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:18,922 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:18,940 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:18,952 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:18,970 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:18,984 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:19,004 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:19,015 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:19,039 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:19,544 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:19,688 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:19,787 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:19,881 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:19,974 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:20,087 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:20,165 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:20,179 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:20,180 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:20,260 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:20,267 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:20,308 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:20,331 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:20,355 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:20,370 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:20,377 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:20,393 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:20,407 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:20,427 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:20,739 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:20,752 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:20,765 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:20,785 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:21,292 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:21,413 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:21,548 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:21,635 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:21,647 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:21,655 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:21,789 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:21,791 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:21,807 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:21,811 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:21,826 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:21,827 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:21,852 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:21,936 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:21,943 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:21,957 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:21,971 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:21,993 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:22,060 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:22,141 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:22,689 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:22,704 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:22,715 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:22,740 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:23,137 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:23,151 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:23,264 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:23,286 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:23,302 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:23,324 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:23,330 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:23,330 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:23,337 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:23,451 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:23,453 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:23,475 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:23,487 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:23,510 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:23,627 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:23,715 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:24,260 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:24,268 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:24,281 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:24,298 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:24,586 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:24,598 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:24,709 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:24,731 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:24,744 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:24,775 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:24,832 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:24,851 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:24,886 project Deleted 0 old thumbs after unset .......DEBUG 2022-08-03 08:12:25,027 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:25,122 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:25,221 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:25,312 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:25,428 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:25,514 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:25,961 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:25,972 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:25,983 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:26,016 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:26,022 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:26,037 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:26,064 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:26,064 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:26,082 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:26,098 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:26,120 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:26,150 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:26,163 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:26,175 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:26,181 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:26,212 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:26,269 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:26,324 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:26,659 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:26,775 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:26,917 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:27,013 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:27,163 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:27,252 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:27,384 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:27,472 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:27,478 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:27,482 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:27,516 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:27,531 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:27,548 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:27,568 project Deleted 0 old thumbs after unset .......DEBUG 2022-08-03 08:12:27,618 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:27,690 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:27,781 project Deleted 0 old thumbs after unset ..DEBUG 2022-08-03 08:12:28,034 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:28,043 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:28,056 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:28,074 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:28,400 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:28,410 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:28,419 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:28,435 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:28,440 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:28,450 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:28,480 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:28,491 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:28,515 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:28,526 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:28,540 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:28,552 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:28,581 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:28,601 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:28,603 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:28,613 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:28,628 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:28,631 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:28,643 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:28,650 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:28,663 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:28,669 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:28,684 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:28,704 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:28,717 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:28,728 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:28,740 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:28,757 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:28,772 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:28,792 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:28,815 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:28,821 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:28,830 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:28,838 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:28,853 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:28,857 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:28,878 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:28,889 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:28,898 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:28,905 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:28,929 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:28,997 project Deleted 0 old thumbs after unset ......DEBUG 2022-08-03 08:12:29,036 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:29,058 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:29,073 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:29,103 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:30,063 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:30,079 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:30,093 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:30,105 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:30,117 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:30,119 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:30,128 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:30,139 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:30,148 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:30,165 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:30,204 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:30,216 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:30,240 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:30,259 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:30,280 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:30,310 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:30,314 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:30,335 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:30,350 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:30,358 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:30,387 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:30,388 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:30,409 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:30,414 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:30,436 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:30,449 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:30,466 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:30,494 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:30,508 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:30,527 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:30,542 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:30,556 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:30,573 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:30,588 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:30,604 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:30,625 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:30,654 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:30,664 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:30,686 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:31,488 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:31,507 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:31,517 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:31,539 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:31,567 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:31,585 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:31,599 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:31,608 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:31,625 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:31,637 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:31,645 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:31,666 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:31,715 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:31,734 project Deleted 0 old thumbs after unset ...DEBUG 2022-08-03 08:12:31,748 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:31,769 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:32,253 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:32,687 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:32,694 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:32,705 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:32,716 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:32,723 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:32,735 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:32,771 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:32,782 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:32,782 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:32,804 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:32,819 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:32,827 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:32,842 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:32,868 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:32,884 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:32,896 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:32,920 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:32,938 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:32,948 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:32,967 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:32,979 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:32,996 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:33,012 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:33,026 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:33,044 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:33,058 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:33,076 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:33,092 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:33,120 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:33,152 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:33,167 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:33,197 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:33,445 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:33,460 project Deleted 0 old thumbs after unset ..DEBUG 2022-08-03 08:12:33,653 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:33,664 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:33,673 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:33,692 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:34,484 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:34,490 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:34,500 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:34,513 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:34,520 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:34,523 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:34,535 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:34,553 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:34,567 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:34,571 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:34,582 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:34,592 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:34,603 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:34,620 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:34,631 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:34,633 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:34,657 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:34,675 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:34,688 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:34,706 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:34,717 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:34,724 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:34,745 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:34,764 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:34,783 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:34,795 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:34,808 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:34,809 project Deleted 0 old thumbs after unset ......DEBUG 2022-08-03 08:12:34,820 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:34,838 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:34,851 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:34,869 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:34,895 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:34,902 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:34,909 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:34,932 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:34,962 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:34,975 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:35,002 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:35,812 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:35,842 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:35,920 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:36,029 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:36,061 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:36,074 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:36,098 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:36,136 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:36,217 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:36,299 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:36,353 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:36,370 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:36,385 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:36,395 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:36,403 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:36,414 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:36,428 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:36,472 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:36,490 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:36,520 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:36,540 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:36,554 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:36,572 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:36,591 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:36,607 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:36,624 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:36,638 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:36,647 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:36,665 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:36,677 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:36,695 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:36,710 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:36,731 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:36,738 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:36,761 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:36,776 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:36,787 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:36,811 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:36,835 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:36,848 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:36,868 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:37,169 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:37,206 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:37,280 project Deleted 0 old thumbs after unset .....DEBUG 2022-08-03 08:12:37,596 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:37,628 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:37,638 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:37,661 project Deleted 0 old thumbs after unset ..DEBUG 2022-08-03 08:12:37,705 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:37,769 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:38,695 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:38,746 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:39,040 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:39,090 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:39,302 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:39,339 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:39,347 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:39,371 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:39,406 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:39,483 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:40,001 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:40,035 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:40,227 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:40,268 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:40,634 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:40,666 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:40,739 project Deleted 0 old thumbs after unset .....DEBUG 2022-08-03 08:12:40,880 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:40,903 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:40,913 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:40,933 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:41,003 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:41,031 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:41,038 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:41,055 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:41,395 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:41,431 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:41,474 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:41,522 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:42,122 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:42,142 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:42,157 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:42,172 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:42,681 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:42,722 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:42,866 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:42,903 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:43,294 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:43,311 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:43,319 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:43,330 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:43,968 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:43,998 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:44,054 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:44,156 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:44,205 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:44,423 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:44,458 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:44,469 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:44,479 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:45,223 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:45,264 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:45,349 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:45,382 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:45,390 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:45,401 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:45,432 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:45,446 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:45,471 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:45,511 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:45,520 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:45,529 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:45,548 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:45,558 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:45,634 project Deleted 0 old thumbs after unset ......DEBUG 2022-08-03 08:12:46,413 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:46,423 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:46,434 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:46,449 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:46,470 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:46,682 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:46,691 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:46,719 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:46,728 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:46,751 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:46,784 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:46,794 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:46,811 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:46,903 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:46,933 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:47,006 project Deleted 0 old thumbs after unset .......DEBUG 2022-08-03 08:12:48,008 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:48,047 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:48,063 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:48,100 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:48,119 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:48,134 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:48,158 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:48,242 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:48,247 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:48,262 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:48,272 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:48,294 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:48,597 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:49,190 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:49,629 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:49,778 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:49,784 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:49,804 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:49,810 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:49,829 project Deleted 0 old thumbs after unset ..........DEBUG 2022-08-03 08:12:50,660 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:50,666 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:50,687 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:50,696 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:50,700 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:50,708 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:50,720 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:50,729 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:50,729 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:50,772 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:50,875 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:50,880 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:50,899 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:50,920 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:50,944 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:51,739 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:51,752 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:51,766 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:51,781 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:51,793 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:51,997 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:52,005 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:52,016 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:52,026 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:52,053 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:52,228 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:52,688 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:52,780 project Deleted 0 old thumbs after unset ....DEBUG 2022-08-03 08:12:52,821 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:52,830 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:52,837 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:52,846 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:52,852 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:53,617 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:53,622 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:53,636 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:53,649 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:53,670 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:53,786 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:53,804 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:53,811 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:53,836 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:53,842 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:53,845 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:53,860 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:53,872 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:53,896 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:53,908 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:53,918 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:53,946 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:54,000 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:54,017 project Deleted 0 old thumbs after unset ....DEBUG 2022-08-03 08:12:55,052 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:55,068 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:55,082 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:55,104 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:55,114 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:55,132 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:55,154 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:55,179 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:55,191 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:55,200 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:55,210 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:55,244 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:55,294 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:55,309 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:55,325 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:55,344 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:55,353 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:55,366 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:55,447 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:55,468 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:56,253 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:56,271 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:56,274 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:56,278 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:56,286 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:56,293 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:56,307 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:56,317 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:56,329 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:56,331 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:56,339 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:56,364 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:56,460 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:56,473 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:56,490 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:56,513 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:56,519 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:56,530 project Deleted 0 old thumbs after unset ........DEBUG 2022-08-03 08:12:57,438 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:57,450 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:57,463 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:57,491 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:57,506 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:57,511 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:57,516 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:57,533 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:57,542 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:57,546 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:57,575 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:57,581 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:57,590 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:57,592 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:57,634 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:57,912 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:57,918 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:57,938 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:57,944 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:57,969 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:57,980 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:58,502 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:58,519 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:58,526 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:58,528 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:58,553 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:58,565 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:58,573 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:58,633 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:58,636 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:58,644 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:58,660 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:58,670 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:58,681 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:58,696 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:58,714 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:58,718 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:58,743 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:59,232 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:59,247 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:59,634 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:59,651 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:59,664 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:59,700 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:59,719 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:59,724 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:59,795 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:59,808 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:59,828 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:59,848 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:59,862 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:59,867 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:12:59,892 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:00,309 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:00,320 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:00,338 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:00,350 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:00,372 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:00,381 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:00,750 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:00,767 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:00,781 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:00,802 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:00,811 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:00,824 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:00,918 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:00,931 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:00,936 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:00,944 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:00,965 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:00,978 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:00,984 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:01,008 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:01,052 project Deleted 0 old thumbs after unset .......DEBUG 2022-08-03 08:13:01,260 project Deleted 0 old thumbs after unset .DEBUG 2022-08-03 08:13:01,391 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:01,844 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:01,853 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:01,859 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:01,872 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:01,878 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:01,883 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:01,948 project Deleted 0 old thumbs after unset .......DEBUG 2022-08-03 08:13:01,962 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:01,978 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:02,287 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:02,293 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:02,311 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:02,318 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:02,343 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:02,353 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:02,492 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:02,898 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:02,986 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:03,001 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:03,015 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:03,034 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:03,201 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:03,214 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:03,563 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:03,612 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:04,093 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:04,111 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:04,127 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:04,201 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:04,213 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:04,232 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:04,263 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:04,290 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:04,304 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:04,602 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:04,636 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:04,940 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:05,023 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:05,189 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:05,200 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:05,224 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:05,275 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:05,319 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:05,751 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:05,872 project Deleted 0 old thumbs after unset ..........DEBUG 2022-08-03 08:13:06,273 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:06,284 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:06,303 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:06,321 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:06,356 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:06,368 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:06,506 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:06,948 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:07,045 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:07,437 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:07,452 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:07,466 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:07,490 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:07,494 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:07,507 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:07,526 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:07,554 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:08,252 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:08,269 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:08,287 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:08,294 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:08,323 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:08,337 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:08,710 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:08,724 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:08,736 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:08,755 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:08,844 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:08,946 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:09,829 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:10,042 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:10,044 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:10,056 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:10,056 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:10,077 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:10,077 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:10,107 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:10,118 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:10,131 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:10,143 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:10,821 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:11,201 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:11,209 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:11,232 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:11,238 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:11,268 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:11,274 project Deleted 0 old thumbs after unset .............DEBUG 2022-08-03 08:13:11,444 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:11,451 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:11,458 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:11,470 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:11,481 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:11,487 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:11,492 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:11,509 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:11,523 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:11,547 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:11,569 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:11,638 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:11,662 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:11,671 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:11,707 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:11,743 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:11,752 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:11,764 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:11,778 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:11,797 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:11,829 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:11,854 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:11,889 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:11,935 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:11,959 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:11,974 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:11,997 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:12,018 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:12,030 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:12,040 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:12,056 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:12,064 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:12,093 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:12,114 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:12,181 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:12,193 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:12,202 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:12,227 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:12,243 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:12,251 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:12,262 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:12,275 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:12,285 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:12,303 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:12,325 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:12,376 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:12,391 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:12,406 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:12,429 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:12,452 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:12,463 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:12,472 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:12,485 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:12,495 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:12,516 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:12,540 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:12,590 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:12,607 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:12,621 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:12,643 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:12,644 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:12,665 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:12,675 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:12,684 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:12,699 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:12,711 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:12,731 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:12,753 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:12,805 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:12,822 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:12,831 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:12,854 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:12,874 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:12,885 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:12,891 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:12,902 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:12,916 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:12,933 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:12,943 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:12,949 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:12,962 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:12,965 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:12,987 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:13,044 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:13,068 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:13,083 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:13,105 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:13,125 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:13,135 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:13,150 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:13,164 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:13,181 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:13,204 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:13,224 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:13,231 project Deleted 0 old thumbs after unset ...........DEBUG 2022-08-03 08:13:13,269 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:13,291 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:13,303 project Deleted 0 old thumbs after unset .DEBUG 2022-08-03 08:13:14,121 project Deleted 0 old thumbs after unset ...DEBUG 2022-08-03 08:13:15,040 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:15,074 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:15,091 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:15,106 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:15,170 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:15,180 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:15,706 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:15,721 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:15,779 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:16,572 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:16,584 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:17,208 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:17,223 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:17,275 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:17,582 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:17,597 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:17,608 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:17,636 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:17,670 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:17,692 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:17,705 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:17,731 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:17,801 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:17,814 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:17,819 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:17,825 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:17,833 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:17,853 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:17,879 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:18,031 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:18,749 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:18,760 project Deleted 0 old thumbs after unset .....DEBUG 2022-08-03 08:13:19,273 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:19,278 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:19,311 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:19,321 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:19,789 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:19,802 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:19,840 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:19,852 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:19,863 project Deleted 0 old thumbs after unset ..ss....ss..sDEBUG 2022-08-03 08:13:20,465 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:20,536 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:20,662 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:20,668 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:20,672 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:21,216 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:21,232 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:21,768 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:21,771 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:21,785 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:21,824 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:21,948 project Deleted 0 old thumbs after unset ......DEBUG 2022-08-03 08:13:22,406 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:22,414 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:22,453 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:22,793 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:22,844 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:22,933 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:22,964 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:22,973 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:23,016 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:23,065 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:23,096 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:23,212 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:23,242 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:23,304 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:23,682 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:23,695 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:24,262 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:24,270 project Deleted 0 old thumbs after unset .......s..sDEBUG 2022-08-03 08:13:24,371 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:24,381 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:24,391 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:24,464 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:24,483 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:24,498 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:24,544 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:24,561 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:24,562 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:24,608 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:24,619 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:24,683 project Deleted 0 old thumbs after unset ....DEBUG 2022-08-03 08:13:24,785 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:24,907 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:25,117 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:25,224 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:25,235 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:25,904 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:25,967 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:26,020 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:26,035 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:26,088 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:26,210 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:26,319 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:26,366 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:26,473 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:26,743 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:26,753 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:26,925 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:27,393 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:27,442 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:27,500 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:27,510 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:27,549 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:27,668 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:27,673 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:27,792 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:27,840 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:27,912 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:28,069 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:28,207 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:28,344 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:28,491 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:28,503 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:28,721 project Deleted 0 old thumbs after unset .....DEBUG 2022-08-03 08:13:29,170 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:29,179 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:29,366 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:29,847 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:29,872 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:29,879 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:29,942 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:30,008 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:30,119 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:30,232 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:30,344 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:30,372 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:30,507 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:30,514 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:30,915 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:31,227 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:31,238 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:31,427 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:31,891 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:31,893 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:31,904 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:32,042 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:32,103 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:32,131 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:32,420 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:32,586 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:32,600 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:32,715 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:32,777 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:32,879 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:32,981 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:33,257 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:33,272 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:33,434 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:33,533 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:33,545 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:33,602 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:34,004 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:34,019 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:34,074 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:34,176 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:34,341 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:34,394 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:34,513 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:34,560 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:34,578 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:34,586 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:34,594 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:34,602 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:34,620 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:34,630 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:34,645 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:34,655 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:34,666 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:34,679 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:34,850 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:34,861 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:35,162 project Deleted 0 old thumbs after unset ............DEBUG 2022-08-03 08:13:35,278 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:35,284 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:35,292 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:35,304 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:35,316 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:35,325 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:35,336 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:35,345 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:35,356 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:35,371 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:35,378 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:35,385 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:35,487 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:35,495 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:35,510 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:35,531 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:35,555 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:35,561 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:35,574 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:35,578 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:35,590 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:35,602 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:35,605 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:35,613 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:35,615 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:35,621 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:35,642 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:35,654 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:35,665 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:35,675 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:35,693 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:35,707 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:35,720 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:35,739 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:35,751 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:35,763 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:35,821 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:35,832 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:35,840 project Deleted 0 old thumbs after unset ...............DEBUG 2022-08-03 08:13:36,119 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:36,410 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:36,456 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:36,463 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:36,485 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:36,515 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:36,521 project Deleted 0 old thumbs after unset .DEBUG 2022-08-03 08:13:36,609 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:36,620 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:36,632 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:36,636 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:36,667 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:36,683 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:36,709 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:36,724 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:36,748 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:36,809 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:36,818 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:36,908 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:36,913 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:37,173 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:37,236 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:37,243 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:37,634 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:37,646 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:37,657 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:37,661 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:37,683 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:37,699 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:37,709 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:37,727 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:37,748 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:37,816 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:37,821 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:37,902 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:37,911 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:37,940 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:37,951 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:38,159 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:38,280 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:38,298 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:38,315 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:38,334 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:38,350 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:38,357 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:38,372 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:38,404 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:38,472 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:38,477 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:38,558 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:38,568 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:38,699 project Deleted 0 old thumbs after unset ...................DEBUG 2022-08-03 08:13:38,787 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:38,812 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:38,819 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:38,826 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:38,831 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:38,850 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:38,875 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:38,891 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:38,901 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:38,928 project Deleted 0 old thumbs after unset .DEBUG 2022-08-03 08:13:39,214 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:39,231 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:39,237 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:39,253 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:39,271 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:39,287 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:39,305 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:39,321 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:39,333 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:39,361 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:39,391 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:39,404 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:39,415 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:39,430 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:39,432 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:39,444 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:39,467 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:39,469 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:39,474 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:39,477 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:39,493 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:39,498 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:39,508 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:39,528 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:39,533 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:39,548 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:39,554 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:39,565 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:39,571 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:39,602 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:39,611 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:39,620 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:39,627 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:39,654 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:39,714 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:39,724 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:40,271 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:40,282 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:40,553 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:40,564 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:40,576 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:40,603 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:40,619 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:40,632 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:40,646 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:40,677 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:40,756 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:40,767 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:40,861 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:40,871 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:40,974 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:40,986 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:41,137 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:41,156 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:41,170 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:41,180 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:41,203 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:41,215 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:41,247 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:41,274 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:41,288 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:41,312 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:41,340 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:41,347 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:41,359 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:41,373 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:41,384 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:41,384 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:41,397 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:41,411 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:41,413 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:41,437 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:41,443 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:41,445 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:41,458 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:41,459 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:41,472 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:41,491 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:41,494 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:41,531 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:41,543 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:41,561 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:41,570 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:41,570 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:41,663 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:41,671 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:41,693 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:41,705 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:41,767 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:41,774 project Deleted 0 old thumbs after unset ......DEBUG 2022-08-03 08:13:41,898 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:41,915 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:41,925 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:41,952 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:41,996 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:42,012 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:42,028 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:42,050 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:42,100 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:42,115 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:42,128 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:42,148 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:42,171 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:42,236 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:42,252 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:42,268 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:42,287 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:42,342 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:42,352 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:42,366 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:42,390 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:42,434 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:42,448 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:42,461 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:42,486 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:42,502 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:42,517 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:42,534 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:42,553 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:42,627 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:42,648 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:42,664 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:42,691 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:42,720 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:42,752 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:42,776 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:42,791 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:42,817 project Deleted 0 old thumbs after unset .......DEBUG 2022-08-03 08:13:42,947 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:42,953 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:42,958 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:42,964 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:42,975 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:42,981 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:42,993 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:43,022 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:43,034 project Deleted 0 old thumbs after unset .DEBUG 2022-08-03 08:13:43,064 project Deleted 0 old thumbs after unset ..DEBUG 2022-08-03 08:13:43,105 project Deleted 0 old thumbs after unset [Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo' Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/base.py", line 104, in get_thumbnail source_image = default.engine.get_image(source) File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/engines/pil_engine.py", line 72, in get_image buffer = BytesIO(source.read()) File "/usr/local/lib/python3.8/site-packages/sorl/thumbnail/images.py", line 162, in read f = self.storage.open(self.name) File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 38, in open return self._open(name, mode) File "/usr/local/lib/python3.8/site-packages/django/core/files/storage.py", line 238, in _open return File(open(self.path(name), mode)) FileNotFoundError: [Errno 2] No such file or directory: '/var/akvo/rsr/mediaroot/foo' Remote file [foo] at [400x400] does not exist .DEBUG 2022-08-03 08:13:43,120 project Deleted 0 old thumbs after unset ..DEBUG 2022-08-03 08:13:43,143 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:43,173 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:43,186 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:43,208 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:43,221 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:43,229 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:43,241 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:43,253 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:43,277 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:43,326 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:43,349 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:43,374 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:43,557 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:43,570 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:43,585 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:43,588 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:43,598 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:43,602 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:43,615 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:44,034 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:44,047 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:44,699 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:44,719 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:44,728 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:44,733 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:44,736 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:44,745 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:44,760 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:44,775 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:44,802 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:44,834 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:44,844 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:44,868 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:44,905 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:44,915 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:44,920 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:44,939 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:44,966 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:44,975 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:44,996 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:45,027 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:45,037 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:45,055 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:45,089 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:45,099 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:45,108 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:45,114 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:45,123 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:45,141 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:45,141 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:45,155 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:45,212 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:45,231 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:45,244 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:45,264 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:45,323 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:45,328 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:45,456 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:45,471 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:45,635 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:46,206 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:46,223 project Deleted 0 old thumbs after unset ....DEBUG 2022-08-03 08:13:46,358 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:46,414 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:46,504 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:46,591 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:46,649 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:46,666 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:46,677 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:46,695 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:46,704 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:46,714 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:46,722 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:46,739 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:46,747 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:46,766 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:46,780 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:46,787 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:46,810 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:46,861 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:46,874 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:46,885 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:46,960 project Deleted 0 old thumbs after unset ..DEBUG 2022-08-03 08:13:47,183 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:47,242 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:47,390 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:47,485 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:47,496 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:47,533 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:47,833 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:47,894 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:47,992 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:48,091 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:48,097 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:48,104 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:48,267 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:48,286 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:48,301 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:48,322 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:48,334 project Deleted 0 old thumbs after unset ..DEBUG 2022-08-03 08:13:48,370 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:48,376 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:48,416 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:48,588 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:48,599 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:48,640 project Deleted 0 old thumbs after unset ..DEBUG 2022-08-03 08:13:48,762 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:48,803 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:48,842 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:48,860 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:48,866 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:48,873 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:48,882 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:48,901 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:48,916 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:48,918 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:49,065 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:49,100 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:49,199 project Deleted 0 old thumbs after unset ..DEBUG 2022-08-03 08:13:49,307 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:49,371 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:49,452 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:49,472 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:49,493 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:49,521 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:49,525 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:49,531 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField ProjectUpdate.last_modified_at received a naive datetime (1970-01-01 00:00:00) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:13:49,633 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:49,638 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:49,659 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:49,907 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:50,117 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:50,183 project Deleted 0 old thumbs after unset /usr/local/lib/python3.8/site-packages/django/db/models/fields/__init__.py:1416: RuntimeWarning: DateTimeField ProjectUpdate.last_modified_at received a naive datetime (2030-01-01 00:00:00) while time zone support is active. warnings.warn("DateTimeField %s received a naive datetime (%s)" DEBUG 2022-08-03 08:13:50,314 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:50,430 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:50,436 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:50,445 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:50,657 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:50,658 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:50,804 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:50,819 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:50,835 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:50,843 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:50,858 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:50,871 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:50,911 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:50,974 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:51,053 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:51,257 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:51,267 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:51,289 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:51,438 project Deleted 0 old thumbs after unset ...DEBUG 2022-08-03 08:13:51,522 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:51,563 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:51,641 project Deleted 0 old thumbs after unset ............................s........DEBUG 2022-08-03 08:13:51,777 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:51,824 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:51,836 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:51,849 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:51,914 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:51,943 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:51,950 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:52,037 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:52,060 project Deleted 0 old thumbs after unset ...DEBUG 2022-08-03 08:13:52,291 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:52,311 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:52,328 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:52,363 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:52,373 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:52,395 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:52,413 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:52,443 project Deleted 0 old thumbs after unset ..............WARNING:root:Couldn't login user from django.contrib.auth, with {'username': 'test@akvo.org', 'password': '********************'}. Existing users: ]> ...DEBUG 2022-08-03 08:13:53,956 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:53,968 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:53,982 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:53,991 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:54,141 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:54,152 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:54,167 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:54,184 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:54,194 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:54,207 project Deleted 0 old thumbs after unset ....DEBUG 2022-08-03 08:13:54,218 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:54,245 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:55,652 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:55,662 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:55,682 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:55,689 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:55,809 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:55,818 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:55,831 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:55,854 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:55,861 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:55,873 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:55,885 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:55,909 project Deleted 0 old thumbs after unset WARNING:root:Couldn't login user from django.contrib.auth, with {'username': 'test@akvo.org', 'password': '********************'}. Existing users: , ]> ......DEBUG 2022-08-03 08:13:57,468 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:57,483 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:57,491 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:57,503 project Deleted 0 old thumbs after unset .ERROR:root:Exception handling request for /organisation/108/iati/ Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/django/core/handlers/base.py", line 181, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) File "/var/akvo/rsr/code/akvo/rsr/views/organisation.py", line 49, in iati raise Http404 django.http.response.Http404 ....DEBUG 2022-08-03 08:13:57,656 project Deleted 0 old thumbs after unset ..DEBUG 2022-08-03 08:13:57,665 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:57,676 project Deleted 0 old thumbs after unset ..DEBUG 2022-08-03 08:13:57,705 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:57,716 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:57,732 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:57,746 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:57,770 project Deleted 0 old thumbs after unset .......DEBUG 2022-08-03 08:13:58,937 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:58,946 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:58,953 project Deleted 0 old thumbs after unset DEBUG 2022-08-03 08:13:58,961 project Deleted 0 old thumbs after unset ................ ---------------------------------------------------------------------- Ran 696 tests in 226.629s OK (skipped=8) Preserving test database for alias 'default'... Preserving test database for alias 'default'... Preserving test database for alias 'default'... Preserving test database for alias 'default'... Preserving test database for alias 'default'... 06:14:40 - BUILD INFO - Coverage Name Stmts Miss Cover Missing ------------------------------------------------------------------------------------------------------------- akvo/__init__.py 0 0 100% akvo/cache/__init__.py 34 3 91% 44-46 akvo/cache/memcache.py 27 0 100% akvo/cache/prepo.py 30 2 93% 51, 65 akvo/codelists/__init__.py 0 0 100% akvo/codelists/models/__init__.py 73 0 100% akvo/codelists/models/activity_date_type.py 11 0 100% akvo/codelists/models/activity_scope.py 11 0 100% akvo/codelists/models/activity_status.py 12 0 100% akvo/codelists/models/aid_type.py 15 0 100% akvo/codelists/models/aid_type_category.py 11 0 100% akvo/codelists/models/aid_type_flag.py 10 0 100% akvo/codelists/models/aid_type_vocabulary.py 12 0 100% akvo/codelists/models/base_codelist.py 8 0 100% akvo/codelists/models/budget_identifier.py 12 0 100% akvo/codelists/models/budget_identifier_sector.py 11 0 100% akvo/codelists/models/budget_identifier_sector_category.py 10 0 100% akvo/codelists/models/budget_identifier_vocabulary.py 11 0 100% akvo/codelists/models/budget_not_provided.py 10 0 100% akvo/codelists/models/budget_status.py 11 0 100% akvo/codelists/models/budget_type.py 12 0 100% akvo/codelists/models/cashand_voucher_modalities.py 11 0 100% akvo/codelists/models/collaboration_type.py 12 0 100% akvo/codelists/models/condition_type.py 12 0 100% akvo/codelists/models/contact_type.py 11 0 100% akvo/codelists/models/country.py 11 0 100% akvo/codelists/models/crs_add_other_flags.py 12 0 100% akvo/codelists/models/crs_channel_code.py 11 0 100% akvo/codelists/models/currency.py 11 0 100% akvo/codelists/models/description_type.py 11 0 100% akvo/codelists/models/disbursement_channel.py 11 0 100% akvo/codelists/models/document_category.py 13 0 100% akvo/codelists/models/document_category_category.py 11 0 100% akvo/codelists/models/earmarking_category.py 11 0 100% akvo/codelists/models/file_format.py 11 0 100% akvo/codelists/models/finance_type.py 13 0 100% akvo/codelists/models/finance_type_category.py 11 0 100% akvo/codelists/models/flow_type.py 11 0 100% akvo/codelists/models/gazetteer_agency.py 10 0 100% akvo/codelists/models/geographic_exactness.py 11 0 100% akvo/codelists/models/geographic_location_class.py 11 0 100% akvo/codelists/models/geographic_location_reach.py 11 0 100% akvo/codelists/models/geographic_vocabulary.py 12 0 100% akvo/codelists/models/geographical_precision.py 11 0 100% akvo/codelists/models/humanitarian_scope_type.py 10 0 100% akvo/codelists/models/humanitarian_scope_vocabulary.py 11 0 100% akvo/codelists/models/indicator_measure.py 11 0 100% akvo/codelists/models/indicator_vocabulary.py 11 0 100% akvo/codelists/models/language.py 10 0 100% akvo/codelists/models/loan_repayment_period.py 11 0 100% akvo/codelists/models/loan_repayment_type.py 11 0 100% akvo/codelists/models/location_type.py 12 0 100% akvo/codelists/models/location_type_category.py 10 0 100% akvo/codelists/models/organisation_identifier.py 11 0 100% akvo/codelists/models/organisation_registration_agency.py 13 0 100% akvo/codelists/models/organisation_role.py 11 0 100% akvo/codelists/models/organisation_type.py 10 0 100% akvo/codelists/models/other_identifier_type.py 11 0 100% akvo/codelists/models/policy_marker.py 10 0 100% akvo/codelists/models/policy_marker_vocabulary.py 11 0 100% akvo/codelists/models/policy_significance.py 11 0 100% akvo/codelists/models/publisher_type.py 11 0 100% akvo/codelists/models/region.py 10 0 100% akvo/codelists/models/region_vocabulary.py 11 0 100% akvo/codelists/models/related_activity_type.py 11 0 100% akvo/codelists/models/result_type.py 11 0 100% akvo/codelists/models/result_vocabulary.py 10 0 100% akvo/codelists/models/sector.py 14 0 100% akvo/codelists/models/sector_category.py 11 0 100% akvo/codelists/models/sector_vocabulary.py 12 0 100% akvo/codelists/models/tag_vocabulary.py 10 0 100% akvo/codelists/models/tied_status.py 11 0 100% akvo/codelists/models/transaction_type.py 11 0 100% akvo/codelists/models/unsdg_goals.py 10 0 100% akvo/codelists/models/unsdg_targets.py 10 0 100% akvo/codelists/models/value_type.py 11 0 100% akvo/codelists/models/verification_status.py 11 0 100% akvo/codelists/models/version.py 10 0 100% akvo/codelists/models/vocabulary.py 10 0 100% akvo/constants.py 2 0 100% akvo/iati/__init__.py 0 0 100% akvo/iati/checks/__init__.py 0 0 100% akvo/iati/checks/fields/__init__.py 25 0 100% akvo/iati/checks/fields/budgets.py 32 0 100% akvo/iati/checks/fields/conditions.py 13 0 100% akvo/iati/checks/fields/countries_and_regions.py 57 0 100% akvo/iati/checks/fields/country_budget_items.py 15 0 100% akvo/iati/checks/fields/crs_add.py 20 0 100% akvo/iati/checks/fields/dates.py 15 0 100% akvo/iati/checks/fields/description.py 4 0 100% akvo/iati/checks/fields/document_links.py 19 0 100% akvo/iati/checks/fields/fss.py 21 0 100% akvo/iati/checks/fields/humanitarian_scope.py 16 0 100% akvo/iati/checks/fields/iati_identifier.py 4 0 100% akvo/iati/checks/fields/language.py 4 0 100% akvo/iati/checks/fields/legacy_data.py 13 0 100% akvo/iati/checks/fields/locations.py 14 0 100% akvo/iati/checks/fields/partners.py 23 0 100% akvo/iati/checks/fields/planned_disbursements.py 26 0 100% akvo/iati/checks/fields/policy_markers.py 15 0 100% akvo/iati/checks/fields/related_activities.py 17 0 100% akvo/iati/checks/fields/reporting_org.py 13 0 100% akvo/iati/checks/fields/results.py 76 3 96% 61-63 akvo/iati/checks/fields/sectors.py 57 0 100% akvo/iati/checks/fields/status.py 4 0 100% akvo/iati/checks/fields/title.py 4 0 100% akvo/iati/checks/fields/transactions.py 37 0 100% akvo/iati/checks/iati_checks.py 14 0 100% akvo/iati/exports/__init__.py 0 0 100% akvo/iati/exports/elements/__init__.py 41 0 100% akvo/iati/exports/elements/activity_date.py 24 0 100% akvo/iati/exports/elements/activity_scope.py 7 0 100% akvo/iati/exports/elements/activity_status.py 7 0 100% akvo/iati/exports/elements/background.py 10 0 100% akvo/iati/exports/elements/budget.py 31 0 100% akvo/iati/exports/elements/capital_spend.py 7 0 100% akvo/iati/exports/elements/collaboration_type.py 7 0 100% akvo/iati/exports/elements/conditions.py 16 0 100% akvo/iati/exports/elements/contact_info.py 40 0 100% akvo/iati/exports/elements/country_budget_items.py 18 0 100% akvo/iati/exports/elements/crs_add.py 62 0 100% akvo/iati/exports/elements/current_situation.py 10 0 100% akvo/iati/exports/elements/default_aid_type.py 8 0 100% akvo/iati/exports/elements/default_finance_type.py 7 0 100% akvo/iati/exports/elements/default_flow_type.py 7 0 100% akvo/iati/exports/elements/default_tied_status.py 7 0 100% akvo/iati/exports/elements/document_link.py 73 0 100% akvo/iati/exports/elements/fss.py 25 0 100% akvo/iati/exports/elements/goals_overview.py 10 0 100% akvo/iati/exports/elements/humanitarian_scope.py 20 0 100% akvo/iati/exports/elements/iati_identifier.py 7 0 100% akvo/iati/exports/elements/legacy_data.py 14 0 100% akvo/iati/exports/elements/location.py 55 0 100% akvo/iati/exports/elements/other_identifier.py 27 0 100% akvo/iati/exports/elements/participating_org.py 23 0 100% akvo/iati/exports/elements/planned_disbursement.py 60 0 100% akvo/iati/exports/elements/policy_marker.py 20 0 100% akvo/iati/exports/elements/project_plan.py 10 0 100% akvo/iati/exports/elements/recipient_country.py 15 0 100% akvo/iati/exports/elements/recipient_region.py 20 0 100% akvo/iati/exports/elements/related_activity.py 17 0 100% akvo/iati/exports/elements/reporting_org.py 19 0 100% akvo/iati/exports/elements/result.py 123 0 100% akvo/iati/exports/elements/sector.py 20 0 100% akvo/iati/exports/elements/subtitle.py 10 0 100% akvo/iati/exports/elements/summary.py 10 0 100% akvo/iati/exports/elements/sustainability.py 10 0 100% akvo/iati/exports/elements/target_group.py 10 0 100% akvo/iati/exports/elements/title.py 8 0 100% akvo/iati/exports/elements/transaction.py 109 0 100% akvo/iati/exports/elements/utils.py 12 0 100% akvo/iati/exports/iati_export.py 53 0 100% akvo/iati/exports/iati_org_export.py 33 0 100% akvo/iati/exports/org_elements/__init__.py 10 0 100% akvo/iati/exports/org_elements/document_link.py 49 0 100% akvo/iati/exports/org_elements/name.py 6 0 100% akvo/iati/exports/org_elements/organisation_identifier.py 7 0 100% akvo/iati/exports/org_elements/recipient_country_budget.py 44 0 100% akvo/iati/exports/org_elements/recipient_org_budget.py 46 0 100% akvo/iati/exports/org_elements/recipient_region_budget.py 48 0 100% akvo/iati/exports/org_elements/reporting_org.py 12 0 100% akvo/iati/exports/org_elements/total_budget.py 38 0 100% akvo/iati/exports/org_elements/total_expenditure.py 36 0 100% akvo/iati/exports/utils.py 7 1 86% 9 akvo/iati/imports/__init__.py 178 0 100% akvo/iati/imports/mappers/Cordaid/__init__.py 3 0 100% akvo/iati/imports/mappers/Cordaid/financials.py 45 0 100% akvo/iati/imports/mappers/Cordaid/partnerships.py 50 0 100% akvo/iati/imports/mappers/ICCO/__init__.py 2 0 100% akvo/iati/imports/mappers/ICCO/descriptions.py 33 0 100% akvo/iati/imports/mappers/Result_only/__init__.py 2 0 100% akvo/iati/imports/mappers/__init__.py 14 0 100% akvo/iati/imports/mappers/classifications.py 56 0 100% akvo/iati/imports/mappers/contacts.py 27 0 100% akvo/iati/imports/mappers/dates.py 34 0 100% akvo/iati/imports/mappers/defaults.py 74 0 100% akvo/iati/imports/mappers/descriptions.py 104 0 100% akvo/iati/imports/mappers/financials.py 202 0 100% akvo/iati/imports/mappers/humanitarian.py 23 0 100% akvo/iati/imports/mappers/links.py 129 0 100% akvo/iati/imports/mappers/locations.py 125 0 100% akvo/iati/imports/mappers/partnerships.py 50 0 100% akvo/iati/imports/mappers/related_projects.py 26 0 100% akvo/iati/imports/mappers/results.py 145 0 100% akvo/iati/imports/mappers/special_reporting.py 130 0 100% akvo/rest/__init__.py 0 0 100% akvo/rest/authentication.py 30 1 97% 65 akvo/rest/cache.py 10 2 80% 15-34 akvo/rest/fields.py 87 35 60% 31-35, 56, 62-63, 76-78, 124-141, 150-151, 156-161, 174-175 akvo/rest/filters.py 38 0 100% akvo/rest/pagination.py 13 1 92% 28 akvo/rest/renderers.py 14 10 29% 20-31, 35 akvo/rest/serializers/__init__.py 65 0 100% akvo/rest/serializers/benchmark.py 6 0 100% akvo/rest/serializers/benchmark_name.py 6 0 100% akvo/rest/serializers/budget_item.py 20 0 100% akvo/rest/serializers/budget_item_label.py 6 0 100% akvo/rest/serializers/category.py 6 0 100% akvo/rest/serializers/country.py 7 0 100% akvo/rest/serializers/crs_add.py 23 3 87% 42-44 akvo/rest/serializers/custom_field.py 21 4 81% 36-39 akvo/rest/serializers/default_period.py 6 0 100% akvo/rest/serializers/disaggregation.py 29 3 90% 71, 74, 77 akvo/rest/serializers/disaggregation_contribution.py 10 1 90% 16 akvo/rest/serializers/disaggregation_target.py 10 1 90% 19 akvo/rest/serializers/employment.py 10 0 100% akvo/rest/serializers/focus_area.py 6 0 100% akvo/rest/serializers/fss.py 14 0 100% akvo/rest/serializers/goal.py 6 0 100% akvo/rest/serializers/humanitarian_scope.py 9 0 100% akvo/rest/serializers/iati_check.py 6 0 100% akvo/rest/serializers/iati_export.py 15 0 100% akvo/rest/serializers/indicator.py 102 3 97% 50, 109, 111 akvo/rest/serializers/indicator_custom_field.py 10 0 100% akvo/rest/serializers/indicator_dimension_name.py 19 0 100% akvo/rest/serializers/indicator_dimension_value.py 6 0 100% akvo/rest/serializers/indicator_disaggregation_target.py 10 1 90% 19 akvo/rest/serializers/indicator_label.py 6 0 100% akvo/rest/serializers/indicator_period.py 101 3 97% 69, 71, 127 akvo/rest/serializers/indicator_period_data.py 150 2 99% 145, 211 akvo/rest/serializers/indicator_period_disaggregation.py 43 7 84% 21, 24, 45, 48, 72, 75, 78 akvo/rest/serializers/indicator_period_label.py 6 0 100% akvo/rest/serializers/indicator_period_location.py 13 0 100% akvo/rest/serializers/indicator_reference.py 8 0 100% akvo/rest/serializers/internal_organisation_id.py 6 0 100% akvo/rest/serializers/keyword.py 6 0 100% akvo/rest/serializers/legacy_data.py 6 0 100% akvo/rest/serializers/link.py 6 0 100% akvo/rest/serializers/narrative_report.py 6 0 100% akvo/rest/serializers/organisation.py 92 12 87% 71-74, 179-189 akvo/rest/serializers/organisation_budget.py 48 0 100% akvo/rest/serializers/organisation_document.py 17 0 100% akvo/rest/serializers/organisation_indicator_label.py 6 0 100% akvo/rest/serializers/organisation_location.py 28 0 100% akvo/rest/serializers/partner_site.py 6 0 100% akvo/rest/serializers/partnership.py 22 0 100% akvo/rest/serializers/planned_disbursement.py 16 0 100% akvo/rest/serializers/policy_marker.py 11 0 100% akvo/rest/serializers/program.py 23 1 96% 34 akvo/rest/serializers/project.py 314 25 92% 173-177, 180-194, 197, 200, 203-204, 207-212, 238-239, 355, 366 akvo/rest/serializers/project_condition.py 9 0 100% akvo/rest/serializers/project_contact.py 12 0 100% akvo/rest/serializers/project_document.py 41 0 100% akvo/rest/serializers/project_hierarchy.py 8 0 100% akvo/rest/serializers/project_location.py 65 10 85% 48-49, 56-64 akvo/rest/serializers/project_role.py 10 0 100% akvo/rest/serializers/project_update.py 89 12 87% 67, 78, 128, 131, 134-143 akvo/rest/serializers/project_update_location.py 30 0 100% akvo/rest/serializers/publishing_status.py 6 0 100% akvo/rest/serializers/recipient_country.py 9 0 100% akvo/rest/serializers/region.py 10 0 100% akvo/rest/serializers/related_project.py 12 0 100% akvo/rest/serializers/report.py 13 0 100% akvo/rest/serializers/result.py 33 0 100% akvo/rest/serializers/rsr_serializer.py 24 1 96% 57 akvo/rest/serializers/sector.py 10 0 100% akvo/rest/serializers/transaction.py 35 0 100% akvo/rest/serializers/typeahead.py 28 2 93% 46, 49 akvo/rest/serializers/user.py 78 5 94% 101-103, 106, 139 akvo/rest/urls.py 113 0 100% akvo/rest/views/__init__.py 74 0 100% akvo/rest/views/benchmark.py 6 0 100% akvo/rest/views/benchmark_name.py 7 0 100% akvo/rest/views/budget_item.py 9 0 100% akvo/rest/views/budget_item_label.py 6 0 100% akvo/rest/views/category.py 7 0 100% akvo/rest/views/country.py 6 0 100% akvo/rest/views/crs_add.py 10 0 100% akvo/rest/views/custom_field.py 9 0 100% akvo/rest/views/default_period.py 33 3 91% 28-29, 32 akvo/rest/views/demo_request.py 25 0 100% akvo/rest/views/disaggregation.py 7 0 100% akvo/rest/views/disaggregation_target.py 7 0 100% akvo/rest/views/employment.py 144 43 70% 43, 48-49, 58-109, 115-127, 143, 149, 154, 180, 189 akvo/rest/views/exception_handler.py 7 1 86% 20 akvo/rest/views/focus_area.py 6 0 100% akvo/rest/views/fss.py 10 0 100% akvo/rest/views/goal.py 6 0 100% akvo/rest/views/humanitarian_scope.py 6 0 100% akvo/rest/views/iati_check.py 6 0 100% akvo/rest/views/iati_export.py 9 0 100% akvo/rest/views/indicator.py 11 0 100% akvo/rest/views/indicator_custom_field.py 11 0 100% akvo/rest/views/indicator_dimension_name.py 13 3 77% 24-26 akvo/rest/views/indicator_dimension_value.py 13 3 77% 24-26 akvo/rest/views/indicator_disaggregation_target.py 7 0 100% akvo/rest/views/indicator_label.py 7 0 100% akvo/rest/views/indicator_period.py 78 2 97% 86-87 akvo/rest/views/indicator_period_data.py 165 22 87% 38-39, 205, 227, 241, 249-259, 270-275 akvo/rest/views/indicator_period_disaggregation.py 7 0 100% akvo/rest/views/indicator_period_label.py 19 7 63% 26-33 akvo/rest/views/indicator_period_location.py 11 0 100% akvo/rest/views/indicator_reference.py 7 0 100% akvo/rest/views/internal_organisation_id.py 6 0 100% akvo/rest/views/keyword.py 6 0 100% akvo/rest/views/legacy_data.py 6 0 100% akvo/rest/views/link.py 7 0 100% akvo/rest/views/narrative_report.py 7 0 100% akvo/rest/views/organisation.py 66 21 68% 34-35, 71-102, 107-121 akvo/rest/views/organisation_budget.py 34 0 100% akvo/rest/views/organisation_document.py 13 13 0% 2-36 akvo/rest/views/organisation_indicator_label.py 6 0 100% akvo/rest/views/organisation_location.py 12 0 100% akvo/rest/views/partner_site.py 6 0 100% akvo/rest/views/partnership.py 14 4 71% 22-27 akvo/rest/views/planned_disbursement.py 6 0 100% akvo/rest/views/policy_marker.py 6 0 100% akvo/rest/views/program_results_geo.py 412 232 44% 47, 69, 82, 94, 98, 102, 106, 110, 114-119, 123-128, 132-137, 141-146, 150-155, 159-164, 168-171, 175-178, 195, 207-215, 219-223, 226-228, 248, 263-266, 270-277, 296, 311-314, 318, 322, 336, 346-349, 353, 358-362, 369-372, 382-389, 407-416, 420-441, 445-475, 479-481, 492-494, 497-499, 502-507, 519-522, 525-538, 542-572, 576-592, 601-607 akvo/rest/views/project.py 214 30 86% 82, 87-90, 96, 114, 123, 166, 284-306, 349-350, 401, 407-415 akvo/rest/views/project_condition.py 6 0 100% akvo/rest/views/project_contact.py 6 0 100% akvo/rest/views/project_document.py 11 0 100% akvo/rest/views/project_editor.py 128 42 67% 45, 101, 109-110, 118-137, 146-149, 153, 157-159, 169-187 akvo/rest/views/project_enumerators.py 132 11 92% 29, 43-47, 83, 174-175, 214-217 akvo/rest/views/project_hierarchy.py 30 15 50% 24-34, 39-47 akvo/rest/views/project_iati_checks.py 15 8 47% 18-21, 24-32 akvo/rest/views/project_location.py 17 0 100% akvo/rest/views/project_overview.py 440 169 62% 39-50, 62, 70-78, 82-91, 95-104, 115, 130, 137-140, 153, 161, 165, 169-172, 176, 181-185, 189-192, 196-201, 205-210, 214, 225-231, 235-236, 246-256, 260-269, 273-274, 278-306, 312-337, 352, 386-410, 421-427, 433-439, 580-583, 595-599, 626, 634, 672, 795-796 akvo/rest/views/project_role.py 89 3 97% 149, 153, 158 akvo/rest/views/project_update.py 153 67 56% 54, 57, 63, 70, 106-125, 139-145, 154-163, 171-221, 226, 231, 236-259, 268, 287 akvo/rest/views/project_update_location.py 12 0 100% akvo/rest/views/publishing_status.py 6 0 100% akvo/rest/views/recipient_country.py 6 0 100% akvo/rest/views/region.py 6 0 100% akvo/rest/views/related_project.py 6 0 100% akvo/rest/views/report.py 89 20 78% 131-145, 152-158, 163-167 akvo/rest/views/result.py 40 3 92% 25-27 akvo/rest/views/right_now_in_akvo.py 6 1 83% 24 akvo/rest/views/sector.py 16 2 88% 28-32 akvo/rest/views/server_info.py 11 5 55% 20-28 akvo/rest/views/transaction.py 11 0 100% akvo/rest/views/typeahead.py 29 0 100% akvo/rest/views/user.py 61 7 89% 50-51, 56, 73-74, 79, 87 akvo/rest/views/user_management.py 69 21 70% 29-30, 44, 49-50, 58-59, 64, 67-74, 79-80, 83, 87, 94, 123 akvo/rest/views/utils.py 46 29 37% 17-29, 35-40, 45-51, 56-59, 70-71 akvo/rest/viewsets.py 179 15 92% 58, 141-152, 214-216, 312-316 akvo/rsr/__init__.py 0 0 100% akvo/rsr/admin.py 527 202 62% 50-51, 54, 64-67, 76, 86-89, 98, 109-112, 121, 132-135, 144, 155-158, 167, 177-180, 189, 198, 208-211, 224-227, 236-239, 252, 292-302, 305-315, 321-411, 440, 471-477, 481, 492-495, 507, 562-565, 569-585, 595-600, 644-646, 712-715, 719, 725-727, 730-740, 762-770, 774-778, 792-794, 811-813, 828-830, 852-854, 890-894, 906-908, 918-921, 931-936 akvo/rsr/backends.py 16 1 94% 34 akvo/rsr/checks/__init__.py 0 0 100% akvo/rsr/checks/indicators.py 4 4 0% 1-7 akvo/rsr/checks/periods.py 4 4 0% 1-7 akvo/rsr/checks/results.py 15 15 0% 1-56 akvo/rsr/context_processors.py 27 4 85% 20-21, 54-55 akvo/rsr/dataclasses.py 371 183 51% 31, 50, 74, 87, 91, 106, 126, 130, 134, 138, 142-147, 151-156, 160-165, 169-174, 178-183, 187-192, 196-199, 203-206, 210, 214-234, 242-254, 261-262, 265-266, 269-274, 277-282, 285, 288-296, 315, 328-333, 337-341, 362, 377-384, 388, 392, 396-403, 407-412, 416-421, 425, 428-429, 448, 463-466, 470, 484, 494-497, 501, 506-510, 514-520 akvo/rsr/decorators.py 20 10 50% 30-34, 49-53 akvo/rsr/feeds.py 138 30 78% 37-43, 58, 83, 85, 87, 90-95, 98-103, 106, 126, 138, 153, 160-172, 215 akvo/rsr/fields.py 53 5 91% 22, 24, 91-93 akvo/rsr/filters.py 84 60 29% 25-28, 32-34, 39-43, 49-54, 59-64, 69-72, 77-80, 85-87, 96-97, 102-110, 116-127, 133-137, 142-143, 149-164, 172 akvo/rsr/forms.py 112 23 79% 75-78, 135, 197, 232-233, 236-243, 249-253, 270-275 akvo/rsr/iso3166.py 6 0 100% akvo/rsr/m49.py 4 0 100% akvo/rsr/management/__init__.py 0 0 100% akvo/rsr/management/commands/__init__.py 0 0 100% akvo/rsr/management/commands/a4a_optimy_import.py 184 184 0% 7-403 akvo/rsr/management/commands/add_periods.py 17 17 0% 8-59 akvo/rsr/management/commands/announcement_open_rate.py 21 21 0% 7-52 akvo/rsr/management/commands/anonymize_user.py 20 20 0% 7-41 akvo/rsr/management/commands/change_project_parent.py 16 16 0% 7-26 akvo/rsr/management/commands/check_non_numeric_indicators.py 27 27 0% 8-50 akvo/rsr/management/commands/check_non_numeric_periods.py 28 28 0% 8-51 akvo/rsr/management/commands/check_non_numeric_updates.py 27 27 0% 8-50 akvo/rsr/management/commands/check_project_creators.py 16 16 0% 8-35 akvo/rsr/management/commands/cleanup_indicator_periods.py 33 0 100% akvo/rsr/management/commands/cleanup_untitled_and_unpublished_projects.py 37 5 86% 50-64 akvo/rsr/management/commands/clear_all_sessions.py 22 22 0% 1-31 akvo/rsr/management/commands/create_organisation_codelist.py 29 29 0% 7-55 akvo/rsr/management/commands/data_integrity.py 92 92 0% 6-202 akvo/rsr/management/commands/delete_empty_project_relations.py 22 22 0% 7-64 akvo/rsr/management/commands/delete_empty_projects.py 27 27 0% 8-70 akvo/rsr/management/commands/delete_project.py 20 20 0% 7-38 akvo/rsr/management/commands/delete_spam_users.py 16 16 0% 7-41 akvo/rsr/management/commands/eutf_change_employments.py 28 28 0% 14-66 akvo/rsr/management/commands/eutf_delete_custom_fields.py 16 16 0% 8-30 akvo/rsr/management/commands/eutf_hierarchy_check.py 94 94 0% 8-214 akvo/rsr/management/commands/expire_all_sessions.py 24 24 0% 8-53 akvo/rsr/management/commands/fix_imported_qualitative_indicators.py 9 9 0% 8-27 akvo/rsr/management/commands/fix_inconsistent_results.py 7 7 0% 7-15 akvo/rsr/management/commands/fix_latest_update.py 19 19 0% 8-44 akvo/rsr/management/commands/fix_orphaned_periods.py 71 71 0% 8-130 akvo/rsr/management/commands/fix_project_hierarchy_missing_periods.py 21 21 0% 8-46 akvo/rsr/management/commands/fix_project_qualitative_narrative_text_update.py 20 20 0% 7-47 akvo/rsr/management/commands/fix_utz_periods.py 45 45 0% 8-107 akvo/rsr/management/commands/funds_needed.py 51 51 0% 7-103 akvo/rsr/management/commands/helpers/__init__.py 0 0 100% akvo/rsr/management/commands/helpers/data_integrity.py 27 27 0% 1-52 akvo/rsr/management/commands/hubspot_user_list.py 36 36 0% 8-61 akvo/rsr/management/commands/iati_export.py 7 7 0% 7-22 akvo/rsr/management/commands/iati_import.py 8 8 0% 7-21 akvo/rsr/management/commands/iucn_qualitative_indicators_private.py 9 9 0% 8-23 akvo/rsr/management/commands/link_results_framework_to_parent_project.py 21 21 0% 7-35 akvo/rsr/management/commands/lock_unlock_periods.py 31 6 81% 47-49, 55-56, 59 akvo/rsr/management/commands/make_program.py 13 13 0% 7-36 akvo/rsr/management/commands/merge_keywords.py 22 22 0% 7-50 akvo/rsr/management/commands/merge_organisations.py 96 12 88% 32, 107-113, 127, 166-168 akvo/rsr/management/commands/perform_iati_checks.py 41 2 95% 76-77 akvo/rsr/management/commands/period_actual_comment_cleanup.py 9 9 0% 7-19 akvo/rsr/management/commands/populate_e2e_data.py 45 45 0% 7-76 akvo/rsr/management/commands/populate_local_db.py 21 21 0% 7-34 akvo/rsr/management/commands/populate_project_directory_cache.py 19 19 0% 8-37 akvo/rsr/management/commands/project_cleanup.py 30 30 0% 7-74 akvo/rsr/management/commands/project_editor_history.py 18 18 0% 8-38 akvo/rsr/management/commands/recalculate_disaggregation_aggregation.py 16 16 0% 7-39 akvo/rsr/management/commands/recalculate_periods.py 22 22 0% 8-44 akvo/rsr/management/commands/reinstate_implementors.py 14 14 0% 8-159 akvo/rsr/management/commands/remote_netherlands_foreign_ministry.py 32 32 0% 6-52 akvo/rsr/management/commands/remove_default_periods.py 22 22 0% 8-42 akvo/rsr/management/commands/remove_disaggregation_targets_dupes.py 49 49 0% 8-90 akvo/rsr/management/commands/remove_implementors.py 20 20 0% 14-60 akvo/rsr/management/commands/remove_period_dupes.py 60 60 0% 8-133 akvo/rsr/management/commands/remove_project_contacts.py 14 14 0% 8-32 akvo/rsr/management/commands/remove_project_parent.py 13 13 0% 7-23 akvo/rsr/management/commands/report_d2d.py 73 73 0% 8-165 akvo/rsr/management/commands/report_server_thumbs.py 12 12 0% 7-26 akvo/rsr/management/commands/reporting_orgs.py 87 87 0% 8-194 akvo/rsr/management/commands/reverse_geocode_city_names.py 71 71 0% 7-125 akvo/rsr/management/commands/rsr_sync_pgviews.py 12 12 0% 7-38 akvo/rsr/management/commands/send_report_via_email.py 5 5 0% 1-8 akvo/rsr/management/commands/single_period_indicators.py 82 82 0% 8-177 akvo/rsr/management/commands/undo_results_import.py 14 14 0% 7-33 akvo/rsr/management/commands/unep_survey_import.py 355 14 96% 114, 121, 128, 171-172, 194-196, 216, 219, 226-227, 831-832 akvo/rsr/management/commands/update_custom_fields.py 15 15 0% 8-32 akvo/rsr/management/commands/update_project_thumbnails.py 8 8 0% 1-12 akvo/rsr/management/commands/user_cleanup.py 56 56 0% 7-123 akvo/rsr/management/utils.py 17 5 71% 14-15, 19-21 akvo/rsr/middleware.py 113 32 72% 54-56, 89-90, 94, 98, 141-150, 163-167, 192, 200-210 akvo/rsr/mixins.py 26 10 62% 32-45 akvo/rsr/models/__init__.py 301 0 100% akvo/rsr/models/benchmark.py 21 0 100% akvo/rsr/models/budget_item.py 75 19 75% 106-107, 116-123, 126-129, 132, 135, 138-141, 144, 147, 150, 187 akvo/rsr/models/category.py 22 3 86% 39, 43, 47 akvo/rsr/models/country.py 38 0 100% akvo/rsr/models/crs_add.py 58 2 97% 162, 165 akvo/rsr/models/custom_field.py 35 0 100% akvo/rsr/models/email_report_job.py 17 5 71% 15-17, 20-21 akvo/rsr/models/employment.py 65 13 80% 88-99, 117, 129-130 akvo/rsr/models/focus_area.py 29 5 83% 22, 62, 66, 70-71 akvo/rsr/models/fss.py 31 2 94% 79, 82 akvo/rsr/models/goal.py 8 0 100% akvo/rsr/models/humanitarian_scope.py 26 4 85% 62, 65, 68, 71 akvo/rsr/models/iati_activity_export.py 16 3 81% 42-45 akvo/rsr/models/iati_activity_import.py 158 34 78% 84-85, 102, 105, 110, 182-186, 189-193, 197-203, 208-209, 216-219, 232-234, 272-278, 345-356 akvo/rsr/models/iati_check.py 16 3 81% 37-40 akvo/rsr/models/iati_export.py 65 8 88% 19, 65-67, 80, 121-124 akvo/rsr/models/iati_import.py 121 49 60% 46, 51, 56, 176-178, 185-204, 208-209, 213-214, 225-246, 255-279 akvo/rsr/models/iati_import_job.py 268 113 58% 127-130, 133, 168, 248-253, 267-270, 280-282, 295-301, 307-312, 325-341, 352-353, 370-372, 401-402, 434-467, 479, 493-497, 503-505, 517-539, 545-552, 558-559, 566-574, 581-594, 600-601 akvo/rsr/models/iati_import_log.py 53 6 89% 137, 145, 156-158, 167-169 akvo/rsr/models/internal_organisation_id.py 10 0 100% akvo/rsr/models/keyword.py 15 1 93% 18 akvo/rsr/models/legacy_data.py 13 0 100% akvo/rsr/models/link.py 19 0 100% akvo/rsr/models/location.py 106 12 89% 54-65, 81, 98, 101, 257, 260 akvo/rsr/models/login_log.py 46 2 96% 67-68 akvo/rsr/models/model_querysets/__init__.py 0 0 100% akvo/rsr/models/model_querysets/employment.py 11 1 91% 24 akvo/rsr/models/model_querysets/organisation.py 66 24 64% 25, 32, 39-40, 47-48, 51-52, 55-56, 61-64, 71-72, 75-76, 79-80, 83-84, 95-96 akvo/rsr/models/model_querysets/project.py 116 42 64% 17, 42, 49-50, 53, 59, 62, 65, 68, 71, 74, 77, 80, 86, 102, 108, 113, 130, 140, 150, 157, 164-165, 181-182, 185-186, 193-194, 208-215, 218-219, 222-223, 226-227 akvo/rsr/models/organisation.py 204 49 76% 202-236, 242, 246, 250, 253, 287-288, 292, 305, 319, 323, 397, 404-408, 422, 428-431, 434, 438, 447, 450, 458, 481 akvo/rsr/models/organisation_account.py 16 0 100% akvo/rsr/models/organisation_budget.py 124 14 89% 53-54, 64, 67, 82, 85, 144, 147, 150, 153, 175, 178, 226, 229 akvo/rsr/models/organisation_codelist.py 11 0 100% akvo/rsr/models/organisation_document.py 64 16 75% 66-74, 77-83, 86, 89, 122, 125, 156, 159 akvo/rsr/models/organisation_indicator_label.py 13 0 100% akvo/rsr/models/partner_site.py 121 23 81% 22, 27, 32, 37, 42, 51, 194, 231, 243, 253-255, 260, 265, 269-279, 282 akvo/rsr/models/partnership.py 113 16 86% 177, 182, 210-221, 249, 275-278 akvo/rsr/models/planned_disbursement.py 46 12 74% 69-73, 76-80, 86, 89, 92, 95, 99-100 akvo/rsr/models/policy_marker.py 40 8 80% 68, 71, 74, 77, 80, 95, 99-100 akvo/rsr/models/project.py 901 187 79% 545, 557-567, 595, 601-604, 615, 624-625, 635-637, 669-670, 714, 762-764, 769-770, 787-793, 800, 803, 811, 823-824, 827-840, 843, 848-852, 855-865, 869-876, 879-880, 913, 916, 919, 922, 928, 953-965, 969, 972, 975, 978, 981, 984, 987, 990, 993, 996, 999, 1002, 1005, 1008-1011, 1014-1017, 1020, 1023, 1037, 1051, 1054, 1066-1069, 1110, 1117, 1143-1144, 1189-1199, 1243, 1246, 1252, 1258, 1266-1278, 1281-1296, 1300, 1311, 1331, 1335-1338, 1370, 1399, 1442, 1451, 1475, 1575, 1662-1663, 1703-1711, 1715-1725, 1729-1745, 1850, 1858-1860, 1872, 1902-1903, 1920, 1937 akvo/rsr/models/project_condition.py 19 2 89% 42, 45 akvo/rsr/models/project_contact.py 28 2 93% 58, 61 akvo/rsr/models/project_document.py 63 7 89% 70-78, 82, 90, 146 akvo/rsr/models/project_editor_validation.py 28 2 93% 21-23 akvo/rsr/models/project_hierarchy.py 24 1 96% 33 akvo/rsr/models/project_role.py 12 0 100% akvo/rsr/models/project_thumbnail.py 30 0 100% akvo/rsr/models/project_update.py 70 6 91% 75-78, 83, 87 akvo/rsr/models/publishing_status.py 53 7 87% 35, 41, 47, 67, 98, 117-122 akvo/rsr/models/region.py 27 3 89% 76, 79, 82 akvo/rsr/models/related_project.py 85 8 91% 65-69, 133, 156-157, 171, 185 akvo/rsr/models/report.py 41 13 68% 55, 63-84 akvo/rsr/models/result/__init__.py 21 0 100% akvo/rsr/models/result/custom_field.py 28 0 100% akvo/rsr/models/result/default_period.py 21 0 100% akvo/rsr/models/result/disaggregation.py 63 4 94% 78, 100, 104, 115 akvo/rsr/models/result/disaggregation_aggregation.py 34 0 100% akvo/rsr/models/result/disaggregation_contribution.py 11 0 100% akvo/rsr/models/result/disaggregation_contribution_handler.py 15 0 100% akvo/rsr/models/result/disaggregation_target.py 12 0 100% akvo/rsr/models/result/indicator.py 118 15 87% 139-155, 160, 184, 196, 207, 223, 240 akvo/rsr/models/result/indicator_dimension.py 50 5 90% 28, 54-56, 99 akvo/rsr/models/result/indicator_disaggregation_target.py 12 0 100% akvo/rsr/models/result/indicator_label.py 10 0 100% akvo/rsr/models/result/indicator_period.py 211 29 86% 144, 151-160, 166-168, 173, 227-228, 287, 314, 326-330, 394-395, 417-418, 428-434, 454 akvo/rsr/models/result/indicator_period_actual_location.py 13 0 100% akvo/rsr/models/result/indicator_period_aggregation.py 28 0 100% akvo/rsr/models/result/indicator_period_data.py 169 29 83% 131-133, 137-139, 143-145, 149-152, 159, 163-170, 175, 179, 188-189, 207-212, 219, 284, 307 akvo/rsr/models/result/indicator_period_data_comment.py 16 0 100% akvo/rsr/models/result/indicator_period_disaggregation.py 23 1 96% 46 akvo/rsr/models/result/indicator_period_label.py 12 0 100% akvo/rsr/models/result/indicator_period_target_location.py 13 0 100% akvo/rsr/models/result/indicator_reference.py 22 2 91% 56, 59 akvo/rsr/models/result/narrative_report.py 24 6 75% 43-57 akvo/rsr/models/result/result.py 90 30 67% 83, 91-115, 136, 139-141, 144, 151, 160, 164-173 akvo/rsr/models/result/utils.py 42 22 48% 42-43, 51-53, 57-68, 72-80 akvo/rsr/models/sector.py 45 9 80% 77-86 akvo/rsr/models/transaction.py 113 37 67% 158-162, 165-169, 172-175, 181, 184, 187, 190, 193, 196, 199, 202, 205, 208, 211, 214, 217, 220, 223, 226, 229, 232, 235, 238, 287-292, 295, 298, 301 akvo/rsr/models/user.py 273 33 88% 46, 152, 155, 158, 165-172, 194-198, 212, 246-247, 320-323, 329, 403-408, 442-443, 451-455, 463-464, 566 akvo/rsr/permissions.py 124 3 98% 126, 172, 181 akvo/rsr/project_overview.py 464 338 27% 20, 24-28, 32-36, 40-45, 49-62, 83-103, 113-117, 122-141, 145-147, 151-153, 157-160, 164-171, 175-179, 183-193, 197-201, 205-209, 213-215, 219-221, 225-227, 231-234, 238-240, 244-250, 253-256, 260-276, 279-282, 287-296, 300-301, 305-306, 310-311, 315-316, 320-321, 325-326, 329-330, 333-334, 337-379, 384-401, 405-407, 411-414, 418-420, 424-428, 432-434, 438-440, 444-448, 452-456, 460-466, 469-472, 476-478, 482-484, 488-490, 494-496, 500-516, 519-522, 527-533, 537-538, 542-543, 547-548, 552-553, 556-557, 560-561, 564-599, 608-610, 614-616, 620-622, 626-629, 633-636 akvo/rsr/project_role_auth.py 48 2 96% 74, 81 akvo/rsr/registration.py 34 17 50% 28-31, 35-39, 62-69 akvo/rsr/signals.py 151 29 81% 35, 54, 79, 114, 138, 145-150, 155-160, 186, 220, 226, 230, 234, 282, 291, 295, 348, 356-359, 368, 377-380 akvo/rsr/sorl_processors.py 16 16 0% 9-38 akvo/rsr/staticmap.py 147 86 41% 30-32, 35-39, 42-46, 49, 59-78, 81, 123-136, 139-158, 161-169, 177, 180-187, 190-196, 199, 202-207, 228, 245-257, 261-270, 277 akvo/rsr/templatetags/__init__.py 0 0 100% akvo/rsr/templatetags/addparam.py 29 5 83% 23, 26, 33, 52, 55 akvo/rsr/templatetags/funding_bar.py 5 1 80% 11 akvo/rsr/templatetags/maps.py 116 85 27% 42-56, 61-93, 106-160, 173, 183-193, 198-216 akvo/rsr/templatetags/piwik_tags.py 11 1 91% 25 akvo/rsr/templatetags/query_string.py 50 42 16% 25-29, 38-51, 62-74, 83-94 akvo/rsr/templatetags/rsr_filters.py 50 14 72% 22, 28, 34-37, 44-45, 47-48, 61, 68, 77-78, 83 akvo/rsr/templatetags/rsr_tags.py 109 67 39% 19-37, 48, 55, 63, 71, 79, 87, 95, 108, 115, 121, 133, 146, 160, 174, 177-198, 205-208, 216-230, 247-252 akvo/rsr/templatetags/rsr_utils.py 45 24 47% 28-45, 58-67, 76, 82-84 akvo/rsr/templatetags/rsr_widgets.py 27 0 100% akvo/rsr/usecases/__init__.py 0 0 100% akvo/rsr/usecases/change_project_parent.py 41 12 71% 18, 43-45, 52, 55, 63-77 akvo/rsr/usecases/fix_inconsistent_results.py 39 1 97% 37 akvo/rsr/usecases/remove_project_parent.py 7 0 100% akvo/rsr/usecases/utils.py 77 3 96% 144, 155, 202 akvo/rsr/validators.py 16 1 94% 32 akvo/rsr/views/__init__.py 5 1 80% 16 akvo/rsr/views/account.py 177 80 55% 48, 66-76, 95-175, 188-192, 199, 204-205, 213-241, 289-290, 295, 300 akvo/rsr/views/error.py 6 3 50% 13-15 akvo/rsr/views/my_rsr.py 74 23 69% 35, 87-96, 114-150 akvo/rsr/views/organisation.py 21 4 81% 34, 54-57 akvo/rsr/views/project.py 94 66 30% 45-48, 56-84, 102-154, 164-179, 189, 196, 203, 214-218, 228-248 akvo/rsr/views/project_update.py 17 7 59% 28-40, 45 akvo/rsr/views/py_reports/__init__.py 27 5 81% 45-51 akvo/rsr/views/py_reports/docx_utils.py 230 163 29% 33-37, 41-48, 52-60, 64-76, 82-88, 94-120, 126-135, 141-145, 150, 153-154, 157-165, 172-173, 176-177, 180-187, 198-199, 202-203, 206-211, 220, 223, 226-231, 240, 243, 246-251, 258-262, 265, 280-281, 284-285, 288-293, 298, 301, 304-308, 328, 332-340, 344-360, 366-370 akvo/rsr/views/py_reports/email_report.py 29 29 0% 1-45 akvo/rsr/views/py_reports/eutf_narrative_word_report.py 266 205 23% 31-32, 36-37, 41, 45, 49, 53-54, 58, 62, 66, 70, 74, 78, 82, 86, 90, 94, 98, 102, 106, 110, 114, 117-119, 123-130, 136-366 akvo/rsr/views/py_reports/eutf_org_results_table_excel_report.py 135 119 12% 25-41, 47-180 akvo/rsr/views/py_reports/eutf_project_results_table_excel_report.py 107 94 12% 17-134 akvo/rsr/views/py_reports/kickstart_word_report.py 319 291 9% 30-42, 46-50, 54-59, 63-108, 117-127, 133-421 akvo/rsr/views/py_reports/nuffic_country_level_map_report.py 80 54 32% 26-65, 69-85, 89-92, 96-97, 102-103, 108-118, 122, 126, 130-141, 146-149, 153 akvo/rsr/views/py_reports/organisation_data_quality_overview_report.py 255 216 15% 30-41, 45-56, 60-268, 273-278, 282, 287-290, 294, 299-302, 306, 311-313, 317, 322-324, 328-348 akvo/rsr/views/py_reports/organisation_projects_overview_report.py 225 177 21% 30-31, 35-45, 49, 54, 58, 62, 66, 70, 74, 83-88, 98, 105-111, 122-144, 148-151, 157-167, 171-186, 190-421 akvo/rsr/views/py_reports/program_overview_excel_report.py 301 267 11% 31-39, 49-56, 80, 87, 92-96, 100-109, 113-155, 159-189, 196, 201-211, 215-220, 226-231, 235-348, 352-376, 380-383, 387-421 akvo/rsr/views/py_reports/program_overview_pdf_report.py 88 60 32% 27-30, 34-42, 46-53, 57-65, 69-83, 88-98, 102-119, 125-151 akvo/rsr/views/py_reports/program_period_labels_overview_pdf_report.py 162 114 30% 29-45, 49-56, 60-68, 72-78, 83-85, 90-92, 97-98, 101-103, 108-113, 117-118, 122-144, 147-148, 151-152, 155-187, 199, 203-206, 210, 213, 219, 226-232, 235-244 akvo/rsr/views/py_reports/project_overview_pdf_report.py 45 29 36% 26-46, 50-55, 59-73 akvo/rsr/views/py_reports/project_results_indicators_excel_report.py 214 193 10% 27-43, 59-67, 71-122, 126-139, 143-228, 232-278, 284-289 akvo/rsr/views/py_reports/project_updates_excel_report.py 83 71 14% 16-105 akvo/rsr/views/py_reports/results_indicators_excel_report.py 155 141 9% 22-41, 47-203 akvo/rsr/views/py_reports/results_indicators_with_map_pdf_reports.py 70 48 31% 26-73, 79, 85, 89-107, 111-162 akvo/rsr/views/py_reports/utils.py 447 265 41% 26-29, 38-46, 55-61, 65-71, 75-84, 88-92, 96-99, 103-114, 118-129, 133, 137-139, 144-147, 151, 155, 162, 169, 173-175, 179, 183, 193, 204, 208, 212, 222, 226-228, 232-234, 238, 242, 246, 250, 254-259, 263-289, 294, 298, 303, 307, 312-316, 320, 324, 328-329, 333-336, 340-343, 348-352, 356, 360, 364, 368, 372, 376-379, 383, 387-392, 396, 400, 404-423, 428-430, 434, 438, 442, 446, 450, 454, 458, 462, 466, 470, 474, 478, 482-486, 490-495, 498-501, 504-507, 512-513, 516, 519, 523, 527-533, 537-543, 547-553, 557-565, 569-571, 575-577, 581-595, 600-601, 605, 609, 613-617, 621, 625, 629, 634, 638, 642-645, 649-650 akvo/rsr/views/translations.py 12 2 83% 1471, 1475 akvo/rsr/views/utils.py 53 45 15% 18-24, 35-42, 48-80, 85, 98, 107-119 akvo/rsr/views/widgets.py 70 9 87% 31, 51-55, 102, 104, 106 akvo/scripts/__init__.py 0 0 100% akvo/scripts/cleanup_images.py 51 51 0% 9-90 akvo/scripts/cordaid/__init__.py 85 27 68% 64-65, 72, 76-79, 83-86, 90-106 akvo/scripts/cordaid/cordaid_project_upload.py 171 171 0% 8-332 akvo/scripts/cordaid/organisation_upload.py 151 151 0% 8-304 akvo/scripts/cordaid/post_import.py 111 111 0% 8-214 akvo/scripts/cordaid/pre_import.py 105 105 0% 8-193 akvo/scripts/cordaid/requester.py 27 27 0% 2-55 akvo/scripts/timestamper.py 24 24 0% 8-48 akvo/settings/10-base.conf 17 0 100% akvo/settings/20-default.conf 30 0 100% akvo/settings/30-rsr.conf 43 0 100% akvo/settings/40-storage.conf 6 0 100% akvo/settings/45-statsd.conf 1 0 100% akvo/settings/80-sentry.conf 1 0 100% akvo/settings/85-gmaps.conf 1 0 100% akvo/settings/85-mapbox.conf 2 0 100% akvo/settings/85-mapquest.conf 2 0 100% akvo/settings/90-finish.conf 10 0 100% akvo/settings/__init__.py 14 0 100% akvo/stats/__init__.py 0 0 100% akvo/stats/client.py 8 8 0% 6-16 akvo/thumbnail_backend.py 9 0 100% akvo/urls.py 30 0 100% ------------------------------------------------------------------------------------------------------------- TOTAL 25613 8706 66% Submitting coverage to coveralls.io... Coverage submitted! Job #dab52291-7566-47b4-8acb-fd6dfd384f3a.1 https://coveralls.io/jobs/103920071 06:14:48 - BUILD INFO - Done 06:14:48 - BUILD INFO - Preparing deploy info file 06:14:48 - BUILD INFO - Pulling akvo/rsr-backend-prod-no-code:c299492172d79671b6d7d943b33ac698 docker.io/akvo/rsr-backend-prod-no-code:c299492172d79671b6d7d943b33ac698 06:14:58 - BUILD INFO - Building akvo/rsr-backend-prod-no-code:c299492172d79671b6d7d943b33ac698 Sending build context to Docker daemon 557.1kB Sending build context to Docker daemon 11.7MB Sending build context to Docker daemon 25.62MB Sending build context to Docker daemon 31.2MB Sending build context to Docker daemon 37.32MB Sending build context to Docker daemon 40.19MB Step 1/12 : FROM python:3.8.1-buster ---> efdecc2e377a Step 2/12 : RUN set -ex; apt-get update && apt-get install -y --no-install-recommends --no-install-suggests curl git postgresql-client runit cron libjpeg-dev libfreetype6-dev libffi-dev libssl-dev libfontenc1 xfonts-encodings xfonts-utils xfonts-75dpi xfonts-base libxml2-dev libxslt1-dev zlib1g-dev python3-dev && rm -rf /var/lib/apt/lists/* ---> Using cache ---> f7d7d594b9bd Step 3/12 : WORKDIR /var/akvo/rsr/code ---> Using cache ---> a7c09f3dfdc7 Step 4/12 : COPY scripts/deployment/pip/requirements/2_rsr.txt ./ ---> Using cache ---> ca37e363558d Step 5/12 : RUN pip install --no-cache-dir -r 2_rsr.txt ---> Using cache ---> b81242ad74e5 Step 6/12 : RUN mkdir -p /var/akvo/rsr/logs/ ---> Using cache ---> df85bcd479d3 Step 7/12 : RUN mkdir -p /var/log/akvo/ ---> Using cache ---> df199fafe78b Step 8/12 : RUN mkdir -p /var/akvo/rsr/code/data ---> Using cache ---> ce0d4f95f277 Step 9/12 : COPY manage.py /var/akvo/rsr/code/ ---> Using cache ---> c25eec041b0a Step 10/12 : COPY scripts/docker/prod/start-django.sh /var/akvo/rsr/code/ ---> Using cache ---> e8f2ccd8ba5f Step 11/12 : COPY scripts/docker/dev/wait-for-dependencies.sh /var/akvo/rsr/code/ ---> Using cache ---> 4fe63b0db67c Step 12/12 : CMD ["./start-django.sh"] ---> Using cache ---> 663cac2e8cb2 Successfully built 663cac2e8cb2 Successfully tagged akvo/rsr-backend-prod-no-code:c299492172d79671b6d7d943b33ac698 Successfully tagged akvo/rsr-backend-prod-no-code:local 06:14:58 - BUILD INFO - Pushing akvo/rsr-backend-prod-no-code:c299492172d79671b6d7d943b33ac698 container The push refers to repository [docker.io/akvo/rsr-backend-prod-no-code]  10180d997df2: Preparing   732d7fdeaf75: Preparing   fef18942c1ab: Preparing   f9dedeef8c1d: Preparing   eeadf70c7437: Preparing   06745db1e789: Preparing   dbaf73d9a785: Preparing   d368daf8d4c8: Preparing   b216e2f7e366: Preparing   15e75ac4cd61: Preparing   b6d8f557ceb3: Preparing   b65d30014aa7: Preparing   ea9370fbf8d0: Preparing   a10c79771e86: Preparing   3f4c8c89729b: Preparing   5c813a85f7f0: Preparing   bdca38f94ff0: Preparing   faac394a1ad3: Preparing   ce8168f12337: Preparing  06745db1e789: Waiting  dbaf73d9a785: Waiting  d368daf8d4c8: Waiting  b216e2f7e366: Waiting  15e75ac4cd61: Waiting  b6d8f557ceb3: Waiting  b65d30014aa7: Waiting  ea9370fbf8d0: Waiting  a10c79771e86: Waiting  3f4c8c89729b: Waiting  5c813a85f7f0: Waiting  bdca38f94ff0: Waiting  faac394a1ad3: Waiting  ce8168f12337: Waiting  fef18942c1ab: Layer already exists  f9dedeef8c1d: Layer already exists  eeadf70c7437: Layer already exists  732d7fdeaf75: Layer already exists  10180d997df2: Layer already exists  15e75ac4cd61: Layer already exists  d368daf8d4c8: Layer already exists  06745db1e789: Layer already exists  b216e2f7e366: Layer already exists  dbaf73d9a785: Layer already exists  b6d8f557ceb3: Layer already exists  b65d30014aa7: Layer already exists  ea9370fbf8d0: Layer already exists  a10c79771e86: Layer already exists  3f4c8c89729b: Layer already exists  5c813a85f7f0: Layer already exists  bdca38f94ff0: Layer already exists  faac394a1ad3: Layer already exists  ce8168f12337: Layer already exists c299492172d79671b6d7d943b33ac698: digest: sha256:ae6bacac9ca5b5656a292007799fbe63583eb831d43c9f08e5ca916b77e955e3 size: 4300 06:15:02 - BUILD INFO - Creating Production Backend image with code Sending build context to Docker daemon 557.1kB Sending build context to Docker daemon 9.47MB Sending build context to Docker daemon 22.28MB Sending build context to Docker daemon 28.41MB Sending build context to Docker daemon 35.09MB Sending build context to Docker daemon 38.44MB Sending build context to Docker daemon 40.19MB Step 1/3 : FROM akvo/rsr-backend-prod-no-code:local ---> 663cac2e8cb2 Step 2/3 : COPY akvo/ /var/akvo/rsr/code/akvo ---> 78693f39aa3f Step 3/3 : COPY ._66_deploy_info.conf /var/akvo/rsr/code/akvo/settings/66_deploy_info.conf ---> caee8a0feaeb Successfully built caee8a0feaeb Successfully tagged eu.gcr.io/akvo-lumen/rsr-backend:ab33a68d9ee93056410042422060bc15be0699ab Successfully tagged rsr-backend:prod 06:15:05 - BUILD INFO - Pulling akvo/rsr-backend-prod-no-code-with-nodejs:c299492172d79671b6d7d943b33ac698 docker.io/akvo/rsr-backend-prod-no-code-with-nodejs:c299492172d79671b6d7d943b33ac698 06:15:08 - BUILD INFO - Building akvo/rsr-backend-prod-no-code-with-nodejs:c299492172d79671b6d7d943b33ac698 Sending build context to Docker daemon 557.1kB Sending build context to Docker daemon 8.913MB Sending build context to Docker daemon 25.07MB Sending build context to Docker daemon 31.2MB Sending build context to Docker daemon 36.77MB Sending build context to Docker daemon 40.19MB Step 1/3 : FROM akvo/rsr-backend-prod-no-code:local ---> 663cac2e8cb2 Step 2/3 : ENV NODE_VERSION 10.15.0 ---> Using cache ---> 8a9bb937ce84 Step 3/3 : RUN curl -fsSLO --compressed "https://nodejs.org/dist/v$NODE_VERSION/node-v$NODE_VERSION-linux-x64.tar.xz" && tar -xJf "node-v$NODE_VERSION-linux-x64.tar.xz" -C /usr/local --strip-components=1 --no-same-owner && rm "node-v$NODE_VERSION-linux-x64.tar.xz" && ln -s /usr/local/bin/node /usr/local/bin/nodejs ---> Using cache ---> 33d7c2ec13c9 Successfully built 33d7c2ec13c9 Successfully tagged akvo/rsr-backend-prod-no-code-with-nodejs:c299492172d79671b6d7d943b33ac698 Successfully tagged akvo/rsr-backend-prod-no-code-with-nodejs:local 06:15:09 - BUILD INFO - Pushing akvo/rsr-backend-prod-no-code-with-nodejs:c299492172d79671b6d7d943b33ac698 container The push refers to repository [docker.io/akvo/rsr-backend-prod-no-code-with-nodejs]  cd99e4350d8c: Preparing   10180d997df2: Preparing   732d7fdeaf75: Preparing   fef18942c1ab: Preparing   f9dedeef8c1d: Preparing   eeadf70c7437: Preparing   06745db1e789: Preparing   dbaf73d9a785: Preparing   d368daf8d4c8: Preparing   b216e2f7e366: Preparing   15e75ac4cd61: Preparing   b6d8f557ceb3: Preparing   b65d30014aa7: Preparing   ea9370fbf8d0: Preparing   a10c79771e86: Preparing   3f4c8c89729b: Preparing   5c813a85f7f0: Preparing   bdca38f94ff0: Preparing   faac394a1ad3: Preparing   ce8168f12337: Preparing  eeadf70c7437: Waiting  06745db1e789: Waiting  dbaf73d9a785: Waiting  d368daf8d4c8: Waiting  b216e2f7e366: Waiting  15e75ac4cd61: Waiting  b6d8f557ceb3: Waiting  b65d30014aa7: Waiting  ea9370fbf8d0: Waiting  a10c79771e86: Waiting  3f4c8c89729b: Waiting  5c813a85f7f0: Waiting  bdca38f94ff0: Waiting  faac394a1ad3: Waiting  ce8168f12337: Waiting  cd99e4350d8c: Layer already exists  fef18942c1ab: Layer already exists  f9dedeef8c1d: Layer already exists  732d7fdeaf75: Layer already exists  10180d997df2: Layer already exists  dbaf73d9a785: Layer already exists  06745db1e789: Layer already exists  eeadf70c7437: Layer already exists  d368daf8d4c8: Layer already exists  b216e2f7e366: Layer already exists  15e75ac4cd61: Layer already exists  b6d8f557ceb3: Layer already exists  b65d30014aa7: Layer already exists  ea9370fbf8d0: Layer already exists  a10c79771e86: Layer already exists  3f4c8c89729b: Layer already exists  bdca38f94ff0: Layer already exists  faac394a1ad3: Layer already exists  5c813a85f7f0: Layer already exists  ce8168f12337: Layer already exists c299492172d79671b6d7d943b33ac698: digest: sha256:fb4dca2f64f0ede58a44e8b470cd547c8714e8355b3b4032a96698f304a7c578 size: 4512 06:15:13 - BUILD INFO - Pulling akvo/rsr-backend-front-end:c299492172d79671b6d7d943b33ac698 docker.io/akvo/rsr-backend-front-end:c299492172d79671b6d7d943b33ac698 06:15:23 - BUILD INFO - Building akvo/rsr-backend-front-end:c299492172d79671b6d7d943b33ac698 Sending build context to Docker daemon 557.1kB Sending build context to Docker daemon 5.571MB Sending build context to Docker daemon 21.73MB Sending build context to Docker daemon 27.3MB Sending build context to Docker daemon 31.75MB Sending build context to Docker daemon 35.09MB Sending build context to Docker daemon 39.55MB Sending build context to Docker daemon 40.19MB Step 1/4 : FROM akvo/rsr-backend-prod-no-code-with-nodejs:local ---> 33d7c2ec13c9 Step 2/4 : WORKDIR /var/akvo/rsr/code/akvo/rsr/front-end ---> Using cache ---> a98d472f6a22 Step 3/4 : COPY akvo/rsr/front-end /var/akvo/rsr/code/akvo/rsr/front-end ---> Using cache ---> 630a7e15741e Step 4/4 : RUN npm install && rm -rf node_modules && npm install && npm run prod ---> Using cache ---> db75bbe73e30 Successfully built db75bbe73e30 Successfully tagged akvo/rsr-backend-front-end:c299492172d79671b6d7d943b33ac698 Successfully tagged akvo/rsr-backend-front-end:local 06:15:23 - BUILD INFO - Pushing akvo/rsr-backend-front-end:c299492172d79671b6d7d943b33ac698 container The push refers to repository [docker.io/akvo/rsr-backend-front-end]  2156ca1979f9: Preparing   b9edd6440619: Preparing   26e6874b85fb: Preparing   cd99e4350d8c: Preparing   10180d997df2: Preparing   732d7fdeaf75: Preparing   fef18942c1ab: Preparing   f9dedeef8c1d: Preparing   eeadf70c7437: Preparing   06745db1e789: Preparing   dbaf73d9a785: Preparing   d368daf8d4c8: Preparing   b216e2f7e366: Preparing   15e75ac4cd61: Preparing   b6d8f557ceb3: Preparing   b65d30014aa7: Preparing   ea9370fbf8d0: Preparing   a10c79771e86: Preparing   3f4c8c89729b: Preparing   5c813a85f7f0: Preparing   bdca38f94ff0: Preparing   faac394a1ad3: Preparing   ce8168f12337: Preparing  732d7fdeaf75: Waiting  b6d8f557ceb3: Waiting  b65d30014aa7: Waiting  fef18942c1ab: Waiting  f9dedeef8c1d: Waiting  eeadf70c7437: Waiting  06745db1e789: Waiting  ea9370fbf8d0: Waiting  dbaf73d9a785: Waiting  d368daf8d4c8: Waiting  b216e2f7e366: Waiting  15e75ac4cd61: Waiting  a10c79771e86: Waiting  3f4c8c89729b: Waiting  5c813a85f7f0: Waiting  ce8168f12337: Waiting  bdca38f94ff0: Waiting  faac394a1ad3: Waiting  2156ca1979f9: Layer already exists  cd99e4350d8c: Layer already exists  26e6874b85fb: Layer already exists  10180d997df2: Layer already exists  b9edd6440619: Layer already exists  fef18942c1ab: Layer already exists  f9dedeef8c1d: Layer already exists  732d7fdeaf75: Layer already exists  eeadf70c7437: Layer already exists  06745db1e789: Layer already exists  dbaf73d9a785: Layer already exists  d368daf8d4c8: Layer already exists  b216e2f7e366: Layer already exists  b6d8f557ceb3: Layer already exists  15e75ac4cd61: Layer already exists  a10c79771e86: Layer already exists  b65d30014aa7: Layer already exists  ea9370fbf8d0: Layer already exists  3f4c8c89729b: Layer already exists  5c813a85f7f0: Layer already exists  bdca38f94ff0: Layer already exists  faac394a1ad3: Layer already exists  ce8168f12337: Layer already exists c299492172d79671b6d7d943b33ac698: digest: sha256:1582178b6276db5fcd347ed22a831901134fbdab19bbff40a5aa05c6081a0d5d size: 5142 06:15:28 - BUILD INFO - Pulling akvo/rsr-backend-dir:c299492172d79671b6d7d943b33ac698 docker.io/akvo/rsr-backend-dir:c299492172d79671b6d7d943b33ac698 06:15:44 - BUILD INFO - Building akvo/rsr-backend-dir:c299492172d79671b6d7d943b33ac698 Sending build context to Docker daemon 557.1kB Sending build context to Docker daemon 5.014MB Sending build context to Docker daemon 7.242MB Sending build context to Docker daemon 21.17MB Sending build context to Docker daemon 26.74MB Sending build context to Docker daemon 30.64MB Sending build context to Docker daemon 33.98MB Sending build context to Docker daemon 39.55MB Sending build context to Docker daemon 40.19MB Step 1/4 : FROM akvo/rsr-backend-prod-no-code-with-nodejs:local ---> 33d7c2ec13c9 Step 2/4 : WORKDIR /var/akvo/rsr/code/akvo/rsr/dir ---> Using cache ---> aefb7ae85e9e Step 3/4 : COPY akvo/rsr/dir /var/akvo/rsr/code/akvo/rsr/dir ---> Using cache ---> 550621820b1f Step 4/4 : RUN rm -rf node_modules && npm install && npm run production ---> Using cache ---> 785b94df5097 Successfully built 785b94df5097 Successfully tagged akvo/rsr-backend-dir:c299492172d79671b6d7d943b33ac698 Successfully tagged akvo/rsr-backend-dir:local 06:15:45 - BUILD INFO - Pushing akvo/rsr-backend-dir:c299492172d79671b6d7d943b33ac698 container The push refers to repository [docker.io/akvo/rsr-backend-dir]  8ae0da26f598: Preparing   bcb842b122c4: Preparing   d4532eae6c77: Preparing   cd99e4350d8c: Preparing   10180d997df2: Preparing   732d7fdeaf75: Preparing   fef18942c1ab: Preparing   f9dedeef8c1d: Preparing   eeadf70c7437: Preparing   06745db1e789: Preparing   dbaf73d9a785: Preparing   d368daf8d4c8: Preparing   b216e2f7e366: Preparing   15e75ac4cd61: Preparing   b6d8f557ceb3: Preparing   b65d30014aa7: Preparing   ea9370fbf8d0: Preparing   a10c79771e86: Preparing   3f4c8c89729b: Preparing   5c813a85f7f0: Preparing   bdca38f94ff0: Preparing   faac394a1ad3: Preparing   ce8168f12337: Preparing  732d7fdeaf75: Waiting  fef18942c1ab: Waiting  f9dedeef8c1d: Waiting  eeadf70c7437: Waiting  06745db1e789: Waiting  dbaf73d9a785: Waiting  d368daf8d4c8: Waiting  b216e2f7e366: Waiting  15e75ac4cd61: Waiting  b6d8f557ceb3: Waiting  b65d30014aa7: Waiting  ea9370fbf8d0: Waiting  a10c79771e86: Waiting  3f4c8c89729b: Waiting  5c813a85f7f0: Waiting  bdca38f94ff0: Waiting  faac394a1ad3: Waiting  ce8168f12337: Waiting  bcb842b122c4: Layer already exists  d4532eae6c77: Layer already exists  10180d997df2: Layer already exists  cd99e4350d8c: Layer already exists  8ae0da26f598: Layer already exists  732d7fdeaf75: Layer already exists  fef18942c1ab: Layer already exists  eeadf70c7437: Layer already exists  f9dedeef8c1d: Layer already exists  06745db1e789: Layer already exists  dbaf73d9a785: Layer already exists  d368daf8d4c8: Layer already exists  b6d8f557ceb3: Layer already exists  15e75ac4cd61: Layer already exists  b216e2f7e366: Layer already exists  b65d30014aa7: Layer already exists  a10c79771e86: Layer already exists  5c813a85f7f0: Layer already exists  3f4c8c89729b: Layer already exists  ea9370fbf8d0: Layer already exists  bdca38f94ff0: Layer already exists  faac394a1ad3: Layer already exists  ce8168f12337: Layer already exists c299492172d79671b6d7d943b33ac698: digest: sha256:8cf6c201b2bddb7436d8d630df1ca21931ee192e99859cae9d1c037744781afd size: 5142 06:15:49 - BUILD INFO - Pulling akvo/rsr-backend-spa:c299492172d79671b6d7d943b33ac698 docker.io/akvo/rsr-backend-spa:c299492172d79671b6d7d943b33ac698 06:16:05 - BUILD INFO - Building akvo/rsr-backend-spa:c299492172d79671b6d7d943b33ac698 Sending build context to Docker daemon 557.1kB Sending build context to Docker daemon 8.356MB Sending build context to Docker daemon 21.73MB Sending build context to Docker daemon 23.95MB Sending build context to Docker daemon 27.3MB Sending build context to Docker daemon 30.64MB Sending build context to Docker daemon 33.42MB Sending build context to Docker daemon 37.88MB Sending build context to Docker daemon 40.19MB Step 1/4 : FROM akvo/rsr-backend-prod-no-code-with-nodejs:local ---> 33d7c2ec13c9 Step 2/4 : WORKDIR /var/akvo/rsr/code/akvo/rsr/spa ---> Using cache ---> e3548186be69 Step 3/4 : COPY akvo/rsr/spa /var/akvo/rsr/code/akvo/rsr/spa ---> Using cache ---> f725ceab12a0 Step 4/4 : RUN rm -rf node_modules && npm install && npm run production ---> Using cache ---> 6a5db696abae Successfully built 6a5db696abae Successfully tagged akvo/rsr-backend-spa:c299492172d79671b6d7d943b33ac698 Successfully tagged akvo/rsr-backend-spa:local 06:16:06 - BUILD INFO - Pushing akvo/rsr-backend-spa:c299492172d79671b6d7d943b33ac698 container The push refers to repository [docker.io/akvo/rsr-backend-spa]  978eb9f4c5a7: Preparing   5addbe277f40: Preparing   67f60868b313: Preparing   cd99e4350d8c: Preparing   10180d997df2: Preparing   732d7fdeaf75: Preparing   fef18942c1ab: Preparing   f9dedeef8c1d: Preparing   eeadf70c7437: Preparing   06745db1e789: Preparing   dbaf73d9a785: Preparing   d368daf8d4c8: Preparing   b216e2f7e366: Preparing   15e75ac4cd61: Preparing   b6d8f557ceb3: Preparing   b65d30014aa7: Preparing   ea9370fbf8d0: Preparing   a10c79771e86: Preparing   3f4c8c89729b: Preparing   5c813a85f7f0: Preparing   bdca38f94ff0: Preparing   faac394a1ad3: Preparing   ce8168f12337: Preparing  732d7fdeaf75: Waiting  fef18942c1ab: Waiting  f9dedeef8c1d: Waiting  eeadf70c7437: Waiting  06745db1e789: Waiting  dbaf73d9a785: Waiting  d368daf8d4c8: Waiting  b216e2f7e366: Waiting  15e75ac4cd61: Waiting  b6d8f557ceb3: Waiting  b65d30014aa7: Waiting  ea9370fbf8d0: Waiting  a10c79771e86: Waiting  3f4c8c89729b: Waiting  5c813a85f7f0: Waiting  bdca38f94ff0: Waiting  faac394a1ad3: Waiting  ce8168f12337: Waiting  cd99e4350d8c: Layer already exists  67f60868b313: Layer already exists  5addbe277f40: Layer already exists  978eb9f4c5a7: Layer already exists  10180d997df2: Layer already exists  f9dedeef8c1d: Layer already exists  732d7fdeaf75: Layer already exists  eeadf70c7437: Layer already exists  fef18942c1ab: Layer already exists  06745db1e789: Layer already exists  dbaf73d9a785: Layer already exists  b216e2f7e366: Layer already exists  d368daf8d4c8: Layer already exists  15e75ac4cd61: Layer already exists  b6d8f557ceb3: Layer already exists  b65d30014aa7: Layer already exists  ea9370fbf8d0: Layer already exists  a10c79771e86: Layer already exists  5c813a85f7f0: Layer already exists  3f4c8c89729b: Layer already exists  bdca38f94ff0: Layer already exists  faac394a1ad3: Layer already exists  ce8168f12337: Layer already exists c299492172d79671b6d7d943b33ac698: digest: sha256:0ba375916858a36e637aea40aa690b9824f43ef62ad1a3f2440f898bdaefcf97 size: 5142 06:16:10 - BUILD INFO - Creating Production Nginx image Sending build context to Docker daemon 557.1kB Sending build context to Docker daemon 7.242MB Sending build context to Docker daemon 22.84MB Sending build context to Docker daemon 28.41MB Sending build context to Docker daemon 31.75MB Sending build context to Docker daemon 35.09MB Sending build context to Docker daemon 39.55MB Sending build context to Docker daemon 40.19MB Step 1/19 : FROM akvo/rsr-backend-front-end:local as front-end ---> db75bbe73e30 Step 2/19 : FROM akvo/rsr-backend-spa:local as spa ---> 6a5db696abae Step 3/19 : FROM akvo/rsr-backend-dir:local as dir ---> 785b94df5097 Step 4/19 : FROM akvo/rsr-backend-prod-no-code-with-nodejs:local as builder ---> 33d7c2ec13c9 Step 5/19 : ENV DJANGO_SECRET_KEY=any ---> Running in 8eb652a2af9a ---> 8811af802ccd Step 6/19 : COPY akvo/ /var/akvo/rsr/code/akvo ---> 01a369538e69 Step 7/19 : COPY --from=front-end /var/akvo/rsr/code/akvo/rsr/front-end/static/ /var/akvo/rsr/code/akvo/rsr/front-end/static/ ---> 805ef2c18042 Step 8/19 : RUN python manage.py collectstatic --noinput ---> Running in 2fd7d8eb3862 832 static files copied to '/var/akvo/rsr/staticroot'. ---> fb017825dc27 Step 9/19 : FROM nginx:1.17.9-alpine 1.17.9-alpine: Pulling from library/nginx  4167d3e14976: Pulling fs layer   bb292c78f105: Pulling fs layer  4167d3e14976: Downloading 27.99kB/2.787MB  bb292c78f105: Downloading 58.9kB/5.699MB  4167d3e14976: Verifying Checksum  4167d3e14976: Download complete  4167d3e14976: Extracting 32.77kB/2.787MB  bb292c78f105: Downloading 4.418MB/5.699MB  bb292c78f105: Verifying Checksum  bb292c78f105: Download complete  4167d3e14976: Extracting 2.787MB/2.787MB  4167d3e14976: Pull complete  bb292c78f105: Extracting 65.54kB/5.699MB  bb292c78f105: Extracting 2.425MB/5.699MB  bb292c78f105: Extracting 5.699MB/5.699MB  bb292c78f105: Extracting 5.699MB/5.699MB  bb292c78f105: Pull complete Digest: sha256:abe5ce652eb78d9c793df34453fddde12bb4d93d9fbf2c363d0992726e4d2cad Status: Downloaded newer image for nginx:1.17.9-alpine ---> 377c0837328f Step 10/19 : COPY nginx/nginx.conf /etc/nginx/nginx.conf ---> e093e29279e8 Step 11/19 : COPY nginx/default.conf /etc/nginx/conf.d/default.conf ---> 0ea1af9ed056 Step 12/19 : COPY --from=builder /var/akvo/rsr/staticroot/rsr/images/favicon.ico /usr/share/nginx/html/favicon.ico ---> 9ab75c808875 Step 13/19 : COPY nginx/robots-production.txt /usr/share/nginx/html/robots-production.txt ---> 0b61c50c0779 Step 14/19 : COPY nginx/robots-test.txt /usr/share/nginx/html/robots-test.txt ---> 71a7ec66df7b Step 15/19 : COPY --from=builder /var/akvo/rsr/staticroot/ /var/akvo/rsr/staticroot/ ---> 73e3514b87a4 Step 16/19 : COPY --from=spa /var/akvo/rsr/code/akvo/rsr/spa/dist/ /var/akvo/rsr/sparoot/ ---> 65800ba2e844 Step 17/19 : COPY --from=dir /var/akvo/rsr/code/akvo/rsr/dir/dist/ /var/akvo/rsr/projectdirectoryroot/ ---> 00f22ec558f5 Step 18/19 : COPY nginx/start.sh /start.sh ---> 82c478da270e Step 19/19 : CMD ["/start.sh"] ---> Running in 7298e91d12d4 ---> ffd5412c009e Successfully built ffd5412c009e Successfully tagged eu.gcr.io/akvo-lumen/rsr-nginx:ab33a68d9ee93056410042422060bc15be0699ab 06:16:20 - BUILD INFO - Starting docker-compose for end to end tests WARNING: The SEMAPHORE_GIT_PR_NUMBER variable is not set. Defaulting to a blank string. Creating network "rsrciprod_default" with the default driver Creating volume "rsrciprod_media-disk" with default driver Creating rsrciprod_rsrdbhost_1 ... Creating rsrciprod_rsr-memcached_1 ... Creating rsrciprod_nginx_1 ...  Creating rsrciprod_rsr-memcached_1 ... done  Creating rsrciprod_rsrdbhost_1 ... done  Creating rsrciprod_nginx_1 ... done Creating rsrciprod_django-prod_1 ... Creating rsrciprod_mainnetwork_1 ... Creating rsrciprod_reports_1 ...  Creating rsrciprod_django-prod_1 ... done  Creating rsrciprod_reports_1 ... done  Creating rsrciprod_mainnetwork_1 ... done Creating rsrciprod_web_1 ...  Creating rsrciprod_web_1 ... done 06:16:24 - BUILD INFO - Running end to end tests WARNING: The SEMAPHORE_GIT_PR_NUMBER variable is not set. Defaulting to a blank string. Creating rsrciprod_web_run ...  Creating rsrciprod_web_run ... done ++ stat -c %u /var/akvo/rsr/code + NEW_UID=1001 ++ stat -c %g /var/akvo/rsr/code + NEW_GID=1001 + groupmod -g 1001 -o akvo + usermod -u 1001 -o akvo + mkdir -p /var/log/akvo/ /var/akvo/rsr/logs/ /var/akvo/rsr/staticroot/ /var/akvo/rsr/mediaroot/ + chown -R akvo:akvo /var/log/akvo/ /var/akvo/rsr/logs/ /var/akvo/rsr/staticroot/ /var/akvo/rsr/mediaroot/ + gosu akvo:akvo scripts/docker/ci/end-to-end.sh 06:16:25 - BUILD INFO - Waiting for application to be ready ... 06:17:10 - BUILD INFO - Testing legacy front-end assets ......06:17:12 - BUILD INFO - Testing My RSR SPA end-point ....... 06:17:12 - BUILD INFO - Testing Project Directory SPA end-point ..... 06:17:12 - BUILD INFO - Testing python generated report endpoint . 06:17:13 - BUILD INFO - End-to-end testing done! 06:17:14 - BUILD INFO - Done 06:17:14 - BUILD INFO - Running deployment script 06:17:14 - BUILD INFO - Authentication with gcloud and kubectl Activated service account credentials for: [sa-semaphoreci@akvo-lumen.iam.gserviceaccount.com] Updated property [core/project]. Updated property [container/cluster]. Updated property [compute/zone]. Updated property [container/use_client_certificate]. 06:17:15 - BUILD INFO - Environement is test Fetching cluster endpoint and auth data. kubeconfig entry generated for test. 06:17:16 - BUILD INFO - Creating statsd to prometheus Sending build context to Docker daemon 3.072kB Step 1/3 : FROM prom/statsd-exporter:v0.6.0 v0.6.0: Pulling from prom/statsd-exporter Image docker.io/prom/statsd-exporter:v0.6.0 uses outdated schema1 manifest format. Please upgrade to a schema2 image for better future compatibility. More information at https://docs.docker.com/registry/spec/deprecated-schema-v1/  aab39f0bc16d: Pulling fs layer   a3ed95caeb02: Pulling fs layer   2cd9e239cea6: Pulling fs layer   5977f7994b69: Pulling fs layer  5977f7994b69: Waiting  aab39f0bc16d: Downloading 8.214kB/692.3kB  2cd9e239cea6: Downloading 6.09kB/502.2kB  a3ed95caeb02: Downloading 32B/32B  a3ed95caeb02: Verifying Checksum  a3ed95caeb02: Download complete  2cd9e239cea6: Downloading 502.2kB/502.2kB  2cd9e239cea6: Verifying Checksum  2cd9e239cea6: Download complete  aab39f0bc16d: Download complete  aab39f0bc16d: Extracting 32.77kB/692.3kB  aab39f0bc16d: Extracting 692.3kB/692.3kB  aab39f0bc16d: Pull complete  a3ed95caeb02: Extracting 32B/32B  a3ed95caeb02: Extracting 32B/32B  a3ed95caeb02: Pull complete  2cd9e239cea6: Extracting 32.77kB/502.2kB  2cd9e239cea6: Extracting 491.5kB/502.2kB  2cd9e239cea6: Extracting 502.2kB/502.2kB  2cd9e239cea6: Extracting 502.2kB/502.2kB  2cd9e239cea6: Pull complete  5977f7994b69: Downloading 37.42kB/3.664MB  5977f7994b69: Verifying Checksum  5977f7994b69: Download complete  5977f7994b69: Extracting 65.54kB/3.664MB  5977f7994b69: Extracting 3.664MB/3.664MB  5977f7994b69: Extracting 3.664MB/3.664MB  5977f7994b69: Pull complete Digest: sha256:dc46327ef5577e13955a08ae42a15b83803f0cf50abdbe035edc67842636a997 Status: Downloaded newer image for prom/statsd-exporter:v0.6.0 ---> 304735eab4e4 Step 2/3 : COPY statsd_mapping.conf /config/statsd_mapping.conf ---> 98f74f62e333 Step 3/3 : CMD ["-statsd.mapping-config=/config/statsd_mapping.conf"] ---> Running in 898f1121769e Removing intermediate container 898f1121769e ---> 6faa78db8f9f Successfully built 6faa78db8f9f Successfully tagged eu.gcr.io/akvo-lumen/rsr-statsd-to-prometheus:ab33a68d9ee93056410042422060bc15be0699ab 06:17:19 - BUILD INFO - Pushing images Adding credentials for all GCR repositories. WARNING: A long list of credential helpers may cause delays running 'docker build'. We recommend passing the registry name to configure only the registry you are using. Docker configuration file updated. The push refers to repository [eu.gcr.io/akvo-lumen/rsr-backend]  d454c8d565cd: Preparing   634166331eba: Preparing   10180d997df2: Preparing   732d7fdeaf75: Preparing   fef18942c1ab: Preparing   f9dedeef8c1d: Preparing   eeadf70c7437: Preparing   06745db1e789: Preparing   dbaf73d9a785: Preparing   d368daf8d4c8: Preparing   b216e2f7e366: Preparing   15e75ac4cd61: Preparing   b6d8f557ceb3: Preparing   b65d30014aa7: Preparing   ea9370fbf8d0: Preparing   a10c79771e86: Preparing   3f4c8c89729b: Preparing   5c813a85f7f0: Preparing   bdca38f94ff0: Preparing   faac394a1ad3: Preparing   ce8168f12337: Preparing  06745db1e789: Waiting  dbaf73d9a785: Waiting  d368daf8d4c8: Waiting  f9dedeef8c1d: Waiting  eeadf70c7437: Waiting  b216e2f7e366: Waiting  15e75ac4cd61: Waiting  b6d8f557ceb3: Waiting  b65d30014aa7: Waiting  ea9370fbf8d0: Waiting  a10c79771e86: Waiting  3f4c8c89729b: Waiting  5c813a85f7f0: Waiting  bdca38f94ff0: Waiting  faac394a1ad3: Waiting  ce8168f12337: Waiting  d454c8d565cd: Pushing 512B  d454c8d565cd: Pushing 5.12kB  732d7fdeaf75: Layer already exists  fef18942c1ab: Layer already exists  634166331eba: Pushing 359.9kB/35.94MB  10180d997df2: Layer already exists  eeadf70c7437: Layer already exists  f9dedeef8c1d: Layer already exists  634166331eba: Pushing 2.961MB/35.94MB  06745db1e789: Layer already exists  dbaf73d9a785: Layer already exists  d368daf8d4c8: Layer already exists  b216e2f7e366: Layer already exists  634166331eba: Pushing 5.522MB/35.94MB  15e75ac4cd61: Layer already exists  b6d8f557ceb3: Layer already exists  b65d30014aa7: Layer already exists  ea9370fbf8d0: Layer already exists  634166331eba: Pushing 7.326MB/35.94MB  3f4c8c89729b: Layer already exists  a10c79771e86: Layer already exists  5c813a85f7f0: Layer already exists  bdca38f94ff0: Layer already exists  634166331eba: Pushing 8.768MB/35.94MB  faac394a1ad3: Layer already exists  ce8168f12337: Layer already exists  634166331eba: Pushing 10.21MB/35.94MB  634166331eba: Pushing 11.65MB/35.94MB  634166331eba: Pushing 13.09MB/35.94MB  634166331eba: Pushing 14.54MB/35.94MB  634166331eba: Pushing 15.98MB/35.94MB  634166331eba: Pushing 17.42MB/35.94MB  d454c8d565cd: Pushed  634166331eba: Pushing 18.86MB/35.94MB  634166331eba: Pushing 21.06MB/35.94MB  634166331eba: Pushing 24.71MB/35.94MB  634166331eba: Pushing 27.25MB/35.94MB  634166331eba: Pushing 30.57MB/35.94MB  634166331eba: Pushing 33.5MB/35.94MB  634166331eba: Pushing 36.78MB  634166331eba: Pushing 38.51MB  634166331eba: Pushed ab33a68d9ee93056410042422060bc15be0699ab: digest: sha256:b9dd7a69ea7aedfe3858f3782b8775586ec5263e606fbe4f4cf0026d028580e0 size: 4719 The push refers to repository [eu.gcr.io/akvo-lumen/rsr-nginx]  df08d6e24ea3: Preparing   015fb8546fcd: Preparing   9827879d05fc: Preparing   4c211ee2f7ab: Preparing   2b05e37a9606: Preparing   709e1d2fab82: Preparing   77068c6ef5b2: Preparing   f513b7e425f5: Preparing   1b327bfb85dd: Preparing   6f23cf4d16de: Preparing   531743b7098c: Preparing  f513b7e425f5: Waiting  1b327bfb85dd: Waiting  6f23cf4d16de: Waiting  531743b7098c: Waiting  709e1d2fab82: Waiting  77068c6ef5b2: Waiting  df08d6e24ea3: Pushing 512B/1.877kB  9827879d05fc: Pushing 194.6kB/17.72MB  df08d6e24ea3: Pushing 3.584kB  2b05e37a9606: Pushing 512B  2b05e37a9606: Pushing 4.096kB  4c211ee2f7ab: Pushing 139.1kB/13.28MB  015fb8546fcd: Pushing 212.5kB/19.56MB  9827879d05fc: Pushing 2.357MB/17.72MB  015fb8546fcd: Pushing 2.179MB/19.56MB  9827879d05fc: Pushing 5.32MB/17.72MB  4c211ee2f7ab: Pushing 1.142MB/13.28MB  015fb8546fcd: Pushing 5.138MB/19.56MB  9827879d05fc: Pushing 6.893MB/17.72MB  015fb8546fcd: Pushing 6.515MB/19.56MB  4c211ee2f7ab: Pushing 2.01MB/13.28MB  9827879d05fc: Pushing 8.662MB/17.72MB  015fb8546fcd: Pushing 7.891MB/19.56MB  4c211ee2f7ab: Pushing 2.748MB/13.28MB  9827879d05fc: Pushing 11.41MB/17.72MB  015fb8546fcd: Pushing 9.267MB/19.56MB  4c211ee2f7ab: Pushing 3.213MB/13.28MB  9827879d05fc: Pushing 14.56MB/17.72MB  015fb8546fcd: Pushing 10.45MB/19.56MB  4c211ee2f7ab: Pushing 4.515MB/13.28MB  9827879d05fc: Pushing 17.74MB  015fb8546fcd: Pushing 12.41MB/19.56MB  4c211ee2f7ab: Pushing 7.006MB/13.28MB  015fb8546fcd: Pushing 15.36MB/19.56MB  4c211ee2f7ab: Pushing 8.972MB/13.28MB  015fb8546fcd: Pushing 18.51MB/19.56MB  015fb8546fcd: Pushing 19.57MB  4c211ee2f7ab: Pushing 11.41MB/13.28MB  4c211ee2f7ab: Pushing 13.94MB  2b05e37a9606: Pushed  709e1d2fab82: Pushing 512B  709e1d2fab82: Pushing 4.096kB  df08d6e24ea3: Pushed  77068c6ef5b2: Pushing 512B/2.854kB  77068c6ef5b2: Pushing 6.656kB  9827879d05fc: Pushed  f513b7e425f5: Pushing 512B/4.373kB  f513b7e425f5: Pushing 7.68kB  4c211ee2f7ab: Pushed  015fb8546fcd: Pushed  1b327bfb85dd: Pushing 512B/1.951kB  1b327bfb85dd: Pushing 4.608kB  6f23cf4d16de: Layer already exists  531743b7098c: Layer already exists  709e1d2fab82: Pushed  77068c6ef5b2: Pushed  f513b7e425f5: Pushed  1b327bfb85dd: Pushed ab33a68d9ee93056410042422060bc15be0699ab: digest: sha256:7918b16e63a90233b559ec8d4d23317b1a882b50f74fbd52ea80737f0983d2ea size: 2616 The push refers to repository [eu.gcr.io/akvo-lumen/rsr-statsd-to-prometheus]  ad5fbb9bd074: Preparing   5f70bf18a086: Preparing  5f70bf18a086: Preparing   e00996135533: Preparing  5f70bf18a086: Preparing   1692ded805c8: Preparing  5f70bf18a086: Preparing   6a749002dd6a: Preparing  ad5fbb9bd074: Pushing 512B  ad5fbb9bd074: Pushing 3.072kB  5f70bf18a086: Layer already exists  6a749002dd6a: Layer already exists  e00996135533: Layer already exists  1692ded805c8: Layer already exists  ad5fbb9bd074: Pushed ab33a68d9ee93056410042422060bc15be0699ab: digest: sha256:9f0a8a59a01bc27edbdf95447f2223c61917822f8a3bae29d0290a10341a97dd size: 1979 export SEMAPHORE_JOB_RESULT=passed pushd akvo/rsr/front-end ~/akvo-rsr/akvo/rsr/front-end ~/akvo-rsr cache store client-fe-npm-deps-$(checksum package.json) ./node_modules Key 'client-fe-npm-deps-fbe553aba9c406d1727b8a031f0dbbcc' already exists. popd ~/akvo-rsr