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

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -