PHACDataHub / cloudrun-deployment-example

Working towards deploying Django apps to Google Cloud Run, using a Cloud SQL Postgres database and a Cloud Build GitHub Trigger.
0 stars 0 forks source link

Add functionality to app #10

Closed LilaKelland closed 1 year ago

LilaKelland commented 1 year ago

In order to see things happen with Open Telemetry and have something to apply migrations to, this app should be updated to interact with the database and do more than just say 'hello world'.

LilaKelland commented 1 year ago

Can add, delete places and if you click on the place, it will say "Hello \<location>!". Will need to add in crispy templates and bootstrap later. image