Quick Django Dev Server shortcut using your IP and port 8000
Project description
qdds
---Quick Django Dev Server — start your local Django project with your IP exposed for LAN testing.
🚀 What is qdds?
qdds (devserver) is a small CLI tool that runs your Django project's dev server using your local network IP, making it accessible to other devices on your Wi-Fi. Great for testing on mobile or with a team.
🛠 Installation
pip install qdds
📦 Usage
Inside your Django project folder (where manage.py lives):
devserver
This is equivalent to:
python manage.py runserver 0.0.0.0:8000
If a network IP is available, qdds will also open it in your browser automatically.
🔧 Options
You can run the regular Django dev server too (but qdds is a silly way to do it):
devserver --regular
🧪 Development
Clone and install in editable mode:
git clone https://github.com/benmcnelly/qdds.git
cd qdds
pip install -e .
Run tests:
pytest
💬 Why qdds?
Sometimes you just want to fire up Django on your LAN, show a teammate something on their phone, or test a layout in mobile Safari without thinking. qdds makes that effortless.
📝 License
MIT © Ben McNelly
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file qdds-1.2.0.tar.gz.
File metadata
- Download URL: qdds-1.2.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0cc3ef1ba13835bba4a63833858c824c8d8af4ed0e4d4b17a4d8b7a5b029dd9b
|
|
| MD5 |
003b582a2e1334c027d1d71e500f65b1
|
|
| BLAKE2b-256 |
c81db4266bb92f89271846534eba48d9329285323db13e542b8f8af597e6e185
|
File details
Details for the file qdds-1.2.0-py3-none-any.whl.
File metadata
- Download URL: qdds-1.2.0-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a081731cd50904d51734549d28b799845f5173e3e9da8a16ffbec7ff0caf53f
|
|
| MD5 |
83a53c5b7ac7a50607e6aee48dd3b656
|
|
| BLAKE2b-256 |
190696df15911564590fa75ba52367caa223b315e259beb4535f5286812a9d19
|