Is there anyway to use a regex grouping in a static directory url handler in Google App Engine (Python) -


i've tried work in app.yaml file:

- url: /([^\\]+)/static   static_dir: /apps/\1/static 

a static_dir must fixed prefix.

however, instead use static_files, utilizes regex groups.


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -