Hi
I want to get complete url of static path of my app as string, but i
want to do it in main() function when config created.
config = Configurator(settings=settings)
config.add_static_view('static', 'digitalmap:static')
#here i want to get http://www.myapp.com/static
Is it possible? how?
thanks.
--
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/pylons-discuss?hl=en.