Gander-Framework / python-demo

Sample apps to deploy with Gander

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To use this Django demo app:

startup directory: ./

database name: django_gander

You must supply an entrypoint command. There are two options:

  1. add a Procfile in the root directory of the app with this content:

    web: python3 manage.py runserver 0.0.0.0:8080

  2. add this line to the pack build command in .github/actions/build-server/action.yml, underneath --path $SERVER_PATH

    --env "GOOGLE_ENTRYPOINT=python3 manage.py runserver 0.0.0.0:8080" \

About

Sample apps to deploy with Gander


Languages

Language:Python 66.7%Language:HTML 33.0%Language:Shell 0.3%