Skip to content

benmcnelly/qdds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qdds

PyPI version Updates Python 3 GitHub issues

Quick Django Dev Server

Install:

$ pip install qdds

Using qdds:

Inside your Django project folder where manage.py resides

$ devserver

This will start run the equivalent of

$ ./manage.py runserver 0.0.0.0:8000

This makes it run the dev server where it is listening on your IP:8000, and other people on the networks, or your phone on the WiFi can reach the server.

Options:

You can also use the -regular option to use runserver normally

$ devserver -regular

but don't do this, its silly.

About

Quick Django Dev Server using Click

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages