1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

add collect static command for rest/swagger ui

This commit is contained in:
catborise 2022-08-24 10:29:29 +03:00
parent 234638a85c
commit 46514d0897
6 changed files with 16 additions and 7 deletions

View file

@ -1,8 +1,8 @@
language: python
python:
- "3.6"
- "3.9"
env:
- DJANGO=3.2.4
- DJANGO=3.2.15
install:
- pip install -r dev/requirements.txt
script: