added gitea cicd

Signed-off-by: Jochen Mehlich <contact@jochenmehlich.de>
This commit is contained in:
Jochen Mehlich 2023-12-19 19:25:38 +01:00
parent ce2035278d
commit 0ecfdc129c
2 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,17 @@
name: Test Django
jobs:
migrate:
name: SQLITE3 Migrations
runs-on: ubuntu:latest
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install Dependencies
run: |
python3 -m pip install --upgrade pip
pip3 install -r requirements.txt

View File

@ -1,6 +1,12 @@
asgiref==3.7.2
beautifulsoup4==4.12.2
Django==4.2.7
django-bootstrap-v5==1.0.11
django-browser-reload==1.12.1
django-shortcuts==1.6
djangorestframework==3.14.0
include==0.2.2
mysqlclient==2.2.0
pytz==2023.3.post1
soupsieve==2.5
sqlparse==0.4.4