django-devserver icon indicating copy to clipboard operation
django-devserver copied to clipboard

A drop-in replacement for Django's runserver.

Results 59 django-devserver issues
Sort by recently updated
recently updated
newest added

I see some recent activity but no release to pypi or bump in version? @egrubbs ?

There is a small typo in README.rst. Should read `suppress` rather than `surpress`.

/usr/local/lib/python2.7/dist-packages/devserver/modules/sql.py:15: RemovedInDjango19Warning: The django.db.backends.util module has been renamed. Use django.db.backends.utils instead. from django.db.backends import util

This is my python packages: Django==1.10.1 django-braces==1.9.0 django-cors-middleware==1.3.1 django-devserver==0.8.0 django-oauth-toolkit==0.10.0 djangorestframework==3.4.6 drfdocs==0.0.11 guppy==0.1.10 line-profiler==1.0 Markdown==2.6.6 oauthlib==1.0.3 Pillow==3.3.1 psycopg2==2.6.2 requests==2.11.1 six==1.10.0 sqlparse==0.2.1 Werkzeug==0.11.11 I configured multiple settings file which results to:...

Fix #109 ``` File "/home/js/.virtualenvs/ppm/lib64/python3.4/site-packages/devserver/models.py", line 20 raise exceptions.ImproperlyConfigured, '%s isn\'t a devserver module' % path ^ SyntaxError: invalid syntax ```

Hi, since Django can run on Python 3 now, I thought it would be nice if devserver could, too. I didn't use six library for compatibility, because I think the...