This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
ywang
/
StreetForum
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
b844c3c427
Ramas
Etiquetas
main
StreetForum
/
server
/
web
/
entrypoint.sh
entrypoint.sh
75 B
Histórico
Raw
1
2
3
4
#!/bin/sh
#python manage.py create_db
python manage.py db upgrade
exec "$@"