[Pydev-users] [Users] pydev/django, no bytecode compiling problem
Brought to you by:
fabioz
From: SourceForge.net <no...@so...> - 2011-10-02 22:57:21
|
The following forum message was posted by jenia2009 at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4736217: I don't want to compile my code into bytecode when i run the django server. In that case, the django server instance gets created but its standard-out does not get redirected to the pydev console. When I do "runserver --noreload", the stardard-out does get redirected correctly but the code that i'm running gets compiled to bytecode. Does anyone know how to correct redirection problem when running the django server from pydev with no bytecode compilation? Thanks for your time and kind concern. jenia |