Updating with django-nonrel
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.
精彩评论