Message6429

Author davidescobar
Recipients davidescobar
Date 2011-03-10.01:48:18
SpamBayes Score 5.021454e-06
Marked as misclassified No
Message-id <1299721698.93.0.325861680778.issue1715@psf.upfronthosting.co.za>
In-reply-to
Content
I'm running Django 1.2.5 on Jython 2.5.2 on Windows 7 (also tried it on XP with the same results). I'm running into several problems with the Django development server:

1. The output shows formatting codes incorrectly at the beginning of each line in the server output. I was able to work around this by setting the DJANGO_COLORS environment variable to "nocolor", but I don't have to do this when running on CPython.

2. The server can't be stopped with Ctrl-C (or even Ctrl-Z, Ctrl-D), etc. Pressing Ctrl-Break prints out a very long stack trace, but still doesn't stop the server. The only way to stop it is to close the terminal window itself.

3. When entering the admin super user, I'm able to enter the user name and email address, but the prompt just hangs on the password (pressing <ENTER> does not work. So the super user cannot be set.
History
Date User Action Args
2011-03-10 01:48:19davidescobarsetrecipients: + davidescobar
2011-03-10 01:48:18davidescobarsetmessageid: <1299721698.93.0.325861680778.issue1715@psf.upfronthosting.co.za>
2011-03-10 01:48:18davidescobarlinkissue1715 messages
2011-03-10 01:48:18davidescobarcreate