fix copy typo
All checks were successful
Code Tests / run_tests (3.10) (push) Successful in 33s
Code Tests / run_tests (3.11) (push) Successful in 31s
Code Tests / run_tests (3.12) (push) Successful in 32s

This commit is contained in:
Federico Justus Denkena 2024-10-18 03:50:19 +02:00
parent 65dc7a995d
commit 5c2d71b4c3
Signed by: f-denkena
GPG Key ID: 28F91C66EE36F382
2 changed files with 2 additions and 1 deletions

View File

@ -41,4 +41,4 @@ jobs:
DB_PASSWORD: 'testrunner' DB_PASSWORD: 'testrunner'
DB_PORT: 5433 DB_PORT: 5433
run: | run: |
cd ${{ gitea.workspace }} && python3 manage.py test --settings=impuls.settings-ci cd ${{ gitea.workspace }} && python3 manage.py test --settings=mysteriendrama.settings-ci

View File

@ -11,6 +11,7 @@ https://docs.djangoproject.com/en/4.2/ref/settings/
""" """
from pathlib import Path from pathlib import Path
import os
# Build paths inside the project like this: BASE_DIR / 'subdir'. # Build paths inside the project like this: BASE_DIR / 'subdir'.
BASE_DIR = Path(__file__).resolve().parent.parent BASE_DIR = Path(__file__).resolve().parent.parent