Re: [web2py] auto compiled like in django

2013-11-17 Thread Marin Pranjić
I am not a django user but what happens if you edit a file in django? Do you need to restart the webserver to make it work? In web2py you don't (except for modules). Web2py behaves different and it has its advantages. But can you tell me why does one need compiled files during development? (In fa

[web2py] auto compiled like in django

2013-11-17 Thread 黄祥
hi, just wondering, why web2py didn't have auto compiled like in django? e.g. everytime create the new python file in django and then execute it (cli or browser), i observe that django always create the *.pyc (python compiled) for the file that executed. honestly, i don't know what exactly happ