Boscillator / MusicBetter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Music Better

python manage.py runserver

After changing models:

python manage.py makemigrations
python manage.py migrate

To create superuser:

python manage.py createsuperuser

(follow instructions in console) go to /admin/ url to log in

Deploying to The Cloud

Build & Migrate: gcloud builds submit --config cloudmigrate.yaml --substitutions _INSTANCE_NAME=music-better,_REGION=us-central1

Deploy: gcloud run deploy music-better --platform managed --region us-central1 --image gcr.io/musicbetter/polls-service --add-cloudsql-instances musicbetter:us-central1:music-better --allow-unauthenticated

About


Languages

Language:Python 78.4%Language:HTML 16.6%Language:Dockerfile 5.0%