[google-appengine] Re: Create Django Superuser in GAE Flexible

2018-09-28 Thread dean
This worked for me. We need to do `docker ps` to see the container that has the django container On Wednesday, August 9, 2017 at 9:33:48 AM UTC+8, Kenworth (Google Cloud Platform) wrote: > > 1- You can SSH on a GAE Flex instance for debugging purposes by going to > your Console > App Engine > I

[google-appengine] Re: Create Django Superuser in GAE Flexible

2017-08-10 Thread Attila-Mihaly Balazs
One other option is to use the Cloud SQL Proxy [1] to connect from your local machine to the Cloud SQL instance in production and then you could run locally whatever command you need (create super user, etc). Regards, Attila [1] https://cloud.google.com/sql/docs/mysql/connect-admin-proxy -- Y

[google-appengine] Re: Create Django Superuser in GAE Flexible

2017-08-08 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
1- You can SSH on a GAE Flex instance for debugging purposes by going to your Console > App Engine > Instances > Select SSH on the selected instance. 2- Since the last possible solution offered is not feasible for you, can you detail why would you want to "createsuperuser" on the first place. If

[google-appengine] Re: Create Django Superuser in GAE Flexible

2017-08-04 Thread Mike Hardy
Thanks Kenworth. Yes, we're using Cloud SQL. The djangoappengine package hasn't been maintained in multiple years. I don't know that that's something we want to add to our project. Surely there is a simple way to SSH into the GAE instance and run a command or some other method? On Thursday, Aug

[google-appengine] Re: Create Django Superuser in GAE Flexible

2017-08-03 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
qq: What is your Database? Is it Google Cloud SQL? Can you try "manage.py remote createsuperuser" as per this docs ? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To

[google-appengine] Re: Create Django Superuser in GAE Flexible

2017-08-03 Thread Mike Hardy
Thanks for the reply. That's for creating the superuser on your local machine. How do you createsuperuser on the deployed version? On Wednesday, August 2, 2017 at 4:05:33 PM UTC-7, Kenworth (Google Cloud Platform) wrote: > > You can find the details of how to "createsuperuser" here >

[google-appengine] Re: Create Django Superuser in GAE Flexible

2017-08-02 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
You can find the details of how to "createsuperuser" here . -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop