Page 1 of 1

Django and XAMPP

PostPosted: 03. May 2009 11:06
by twistadias
Ive setup XAMPP, django and python . everything works fine and I use the control panel to start and stop the server.

I want to see the debug messages that show up when you run a django server using "python manage.py runserver". But since I run the server using XAMPP's gui, I dont get them
Is there a command line to start XAMPP AND show djangos messages so that I can debug properly.