I have a Django application running on App Engine *Standard* env, connected to a CloudSQL DB. I'd like to update the schema (when it changes) from the deployed App Engine instance by executing: python manage.py migrate from the App Engine instance.
In other words, I'm looking for the App Engine Standard equivalent of the Heroku command: heroku run python manage.py migrate What's the recommended way to accomplish this task on App Engine Standard environment? Currently, I work around the issue by connecting to the DB using cloud_sql_proxy and running the migration from a local machine. Thank you! -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/13e1bdbe-ef23-466b-b8e3-b9b7323b2eaa%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
