Skip to content

Django runserver replacement using Twisted Web with auto-reload.

License

Notifications You must be signed in to change notification settings

gregarmer/trunserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twisted / Django runserver replacement

Contents

This package is a simple replacement for the built-in Django runserver command that uses the far more polished and multiple process capable Twisted Web server. It currently handles the same autoreload-after-save provided by the built-in Django runserver command.

The installation is relatively simple:

pip install trunserver

or

easy_install trunserver

Once installed, simply add "trunserv" to your INSTALLED_APPS and use "trunserver" wherever you would normally use "runserver". You can pass "--noreload" to trunserver as a parameter to stop the autoreload behavior.

About

Django runserver replacement using Twisted Web with auto-reload.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages