[pylons-devel] pyramid and blockly

2020-08-08 Thread Lukasz Szybalski
Hello, Would anyone know, or would be interested in figuring out how to : Take this interface: https://blockpy-edu.github.io/BlockMirror/docs/index.html and add it to pyramid app so you can do the following: 1. Load a python code into a blockly interface. 2. Allow users to modify it. 3. Save

[RFC] Announcing modwsgideploy script. Deploy your tg2 app with apache and modwsgi with one command.

2008-12-16 Thread Lukasz Szybalski
Hello, I'm pleased to announce modwsgideploy ! This was designed for turbogears2, but since tg2 is based on pylons this will work with pylons as well. The only difference is that word turbogears2 needs to be replaced with pylons in apache and wsgi configuration. Please forward to pylons user

Re: turbogears2/pylons and public/static folder

2008-11-17 Thread Lukasz Szybalski
On Sat, Nov 15, 2008 at 2:28 PM, Alberto Valverde [EMAIL PROTECTED] wrote: Lukasz Szybalski wrote: (...) When this happens a SCRIPT_NAME variable is passed to pylons app(this is a wsgi standard as I'm being told from wsgi list), in the example above the script name I believe is /myapp

Re: turbogears2/pylons and public/static folder

2008-11-14 Thread Lukasz Szybalski
to ask questions: http://www.catb.org/~esr/faqs/smart-questions.html I can promise you that better questions will get you better answers. ;) --Mark Ramm On Fri, Nov 14, 2008 at 9:44 AM, Lukasz Szybalski [EMAIL PROTECTED] wrote: Can pylons add a patch to make sure below works. Thanks

Re: public folder

2008-11-09 Thread Lukasz Szybalski
Hello, What needs to change to add public/ folder in front of anything that is static. Currently it seems as I need to add Alias /css/ /path.../ Alias /javascripts/ /path.../ Alias /images/ path.../ This gets complicated if I deploy 2 or more apps, then I suddenly need 3x usual

Re: public folder

2008-11-09 Thread Lukasz Szybalski
On Sun, Nov 9, 2008 at 1:40 PM, Lukasz Szybalski [EMAIL PROTECTED] wrote: Hello, What needs to change to add public/ folder in front of anything that is static. Currently it seems as I need to add Alias /css/ /path.../ Alias /javascripts/ /path.../ Alias /images/ path.../ This gets

Re: public folder

2008-11-08 Thread Lukasz Szybalski
On Sat, Nov 8, 2008 at 3:55 PM, Mike Orr [EMAIL PROTECTED] wrote: On Sat, Nov 8, 2008 at 12:54 PM, Lukasz Szybalski [EMAIL PROTECTED] wrote: Hello, What needs to change to add public/ folder in front of anything that is static. Currently it seems as I need to add Alias /css/ /path