Hello, I have a question about deployment pyramid based app - is there any possibility to create a static route to the files outside of the distribution egg? Users of my app can upload their pictures. They are uploaded to the folder which is specified in production.ini: background_dir = %(here)s/static/img/photos/ so the pictures are saved to the folder which is _outside_ of the distribution egg: ~/virtualenv/myapp/static/img/photos/
I don't want to harcode the path to the pictures. It would be great if it could be added to the ini config. Regards, Adam Klekotka -- 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.
