python - Google App Engine map static_dir to remote url -
i have files on remote ftp server accessible on web. mate developer works static files build frontend our project - works js/css/html etc. uploads files ftp server. these files accessible on web standard way. possible setup gae app way this:
- url: /css static_dir: http://our-static-files-url.com/css
the purpose why want way work on backend , create core accessible on web ajax/json. deploy whole project standard way gae sdk. way don't deal frontend files html templates, css sheets , javascript files. mate works them , want work independently. so, when add feature code, notify mate added endpoint use. makes necessary updates markup , javascript code consume data endpoint provided. best practices work on this? thanks!
no, can't declare remote static_dir
in app.yaml
.
what , friend want remote source code repository using git or mercurial; have github free hosting solution example.
Comments
Post a Comment