This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
nikita.babich
/
knee_seg
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
3
Pull Requests
0
Wiki
Árbore:
89af977cc7
Ramas
Etiquetas
ksenia_dev
master
nikita_dev
knee_seg
/
scripts
/
run_app.cmd
run_app.cmd
99 B
Histórico
Raw
1
2
3
4
@echo off
cd /d %~dp0\..
call .venv\Scripts\activate
python -c "from knee.app import main; main()"