|
|
|
|
|
by blaincate
3992 days ago
|
|
I have been a python appengine user for last 2-3 years. It is really useful to get a prototype out fast. But MAJOR MAJOR MAJOR Painpoints are: - User : only google account supported - email : only can use <appid>@appspotmail.com - Image upload support otherwise very nifty to get a site out in less than a day! |
|
- mail : send email on behalf of app users : not supported. Need to integrate with sendgrid or third party libray . native support would be good.
- Image : I could use the blob earlier, but now blobs are deprecated, and need to use google cloud.
I am not regular web developer, so other people may have valid points.