开发者

Updating with django-nonrel

开发者 https://www.devze.com 2023-03-29 08:50 出处:网络
I h开发者_运维问答ave successfully deployed my Django project on GAE, thanks to the wonderful django-nonrel project. But every time I make a change to the project locally, to reflect the change on the

I h开发者_运维问答ave successfully deployed my Django project on GAE, thanks to the wonderful django-nonrel project. But every time I make a change to the project locally, to reflect the change on the cloud, I need to do a

./manage.py deploy

Which essentially clones ALL the files and uploads them. Is there a way to "update" the project, by cloning only the changed files, or even by specifying the files explicitly?

thanks,

Yati


You can't do that, because that's a SDK thing, not a django-nonrel one. Maybe you should ask for this on their issue tracker.

0

精彩评论

暂无评论...
验证码 换一张
取 消