2023-10-31 08:45:19 +00:00
|
|
|
image: python:3.11
|
|
|
|
|
|
|
|
stages:
|
|
|
|
- build
|
|
|
|
|
|
|
|
build:
|
|
|
|
stage: build
|
|
|
|
script:
|
|
|
|
- pip install -r requirements.txt
|
|
|
|
- python manage.py migrate
|
2023-10-31 08:51:33 +00:00
|
|
|
- python manage.py installmodules
|
2023-10-31 08:45:19 +00:00
|
|
|
- python manage.py runserver &
|