Skip to main content

Quick Django Dev Server shortcut using your IP and port 8000

Project description

qdds

PyPI version Updates Python 3 GitHub issues

Quick Django Dev Server using Click

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

qdds-1.1.5.tar.gz (2.2 kB view hashes)

Uploaded Source

Built Distribution

qdds-1.1.5-py3-none-any.whl (2.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page