Powering up your Django experience.
Project description
Django Quik
This project aims to provide extra power while developing Django applications such as livereload while you modify template, static files .etc
It is a wrapper around Django CLI and you don't need to modify your existing code or add it in installed apps like other livereload packages.
Installation
pip install django-quik
Make sure to install this package inside the same virtual environment if your project is using. Now open url: http://127.0.0.1:8000
Usage
The main motivation for Django Quik is to provide features without modifying your any code.
django-quik runserver
You can use all the Django commands with django quik.
Does it support WebSocket?
Yes, Django Quik supports HTTP/1.0, HTTP/1.1, and WebSocket protocol. The HTTP/1.1 is overridden to HTTP/1.0.
How Django Quik works?
Django Quik creates the proxy server then starts Django development server internally. It acts as the middleman between
the client and the Django server. If the content type is text/html being served, it injects script to reload page
which will be triggered from Server Side Event(SSE).
Conclusion
I am planning to add tailwind support soon.
Note: I have tested in Linux and it works.
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 django_quik-0.0.5.tar.gz.
File metadata
- Download URL: django_quik-0.0.5.tar.gz
- Upload date:
- Size: 11.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eedf11907000ca2c093987b693523a3474525491a00c6e88c3519a6d7e57ac0f
|
|
| MD5 |
21c2f551fd01c5ee4858453b0f84de2b
|
|
| BLAKE2b-256 |
d42d01dcd18407808206b51579147f920d184dc94c745fd3013441a280e68029
|
File details
Details for the file django_quik-0.0.5-py3-none-any.whl.
File metadata
- Download URL: django_quik-0.0.5-py3-none-any.whl
- Upload date:
- Size: 11.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
875bf69a6f5977c31c416e96d5e0eac7a58c8953fa1b066e52b9530c207717aa
|
|
| MD5 |
45a67c796c2f1e0ceacc047bb4faf664
|
|
| BLAKE2b-256 |
c557ab6470fb667a133145298b0d19a0e75edf6288a81aa5caf791dd197da51f
|