Closed GoogleCodeExporter closed 8 years ago
Hi, Thank you for the feedback.
Can you provide more information about the app you are trying to deploy and the
steps you took to try to deploy it?
Original comment by vil...@google.com
on 14 Jan 2016 at 4:28
This is the same app as in #462:
https://github.com/ocadotechnology/codeforlife-deploy-appengine
I'm using `gcloud preview app deploy`
In my wsgi file main.py I was trying to import from a directory in the project
called `webapp/wsgi.py`
On upload, the whole webapp directory vanishes, without generating any errors
(and it does appear in the manifest json output in debug mode)
Renaming the directory to `django_site` fixed the issue
Original comment by mike.bry...@ocado.com
on 14 Jan 2016 at 11:53
There was a backend issue where some files weren't getting copied from GCS into
the App Engine serving stack around the time you posted this. That change has
since been rolled back. I think if you rename it back to webapp it should work
now.
Original comment by dlor...@google.com
on 15 Jan 2016 at 12:20
Original comment by z...@google.com
on 18 Feb 2016 at 7:09
Original issue reported on code.google.com by
mike.bry...@ocado.com
on 13 Jan 2016 at 2:53