django-devserver
django-devserver copied to clipboard
A drop-in replacement for Django's runserver.
I use a black background with my terminal program, which is works great with django, but messes up with devserver. The SQL queries get printed in black which blends in...
sometimes, reloading fails with the following errors: ``` Validating models... 0 errors found Django version 1.2.3, using settings 'testing123.settings' Running django-devserver 0.0.4 (0477c17a47a251d58531b957fd480eff6e6d6d3d) Forked server is running at http://127.0.0.1:8000/ Quit...
I know this sounds odd given that the logger writes to Django's console output, but a syslog logger would be useful for my debugging my current project.
I have no idea if this is easily possible or if its completely outside the domain of how devserver is put together, but it would be very useful if restarting...
this would be useful in general, to run devserver with --debug=False but in particular its quite important for checking memory leaks. I see memory increasing on each page load and...
Ok, maybe something to do with my setup, but I'm getting a division by zero. Traceback (most recent call last): File "/Library/Python/2.6/site-packages/django/core/servers/basehttp.py", line 279, in run self.result = application(self.environ, self.start_response)...
I have a view that executes a huge query which takes 15 seconds to complete. With the rundevserver, it always crashes right after the query finishes. Here is what gets...
IMHO the pip install url should read: ``` pip install git+git://github.com/dcramer/django-devserver#egg=django_devserver ``` instead of ``` pip install git+git://github.com/dcramer/django-devserver#egg=django-devserver ``` note the "_" in django_devserver. With the "-" I get weird...
I have found str(text) usage when colorizing output to terminal, which breaks pretty fast when not using ASCII