a package to help developers work with queue situations
Project description
===== django-kiwi
django-kiwi is a simple Django app to avoid using Celery.
Detailed documentation is in the "docs" directory.
Quick start
-
Add "simple_queue" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [ ... 'simple_queue', ]
-
Include the polls URLconf in your project urls.py like this::
path('simple_queue/', include('simple_queue.urls')),
-
Run
python manage.py migrateto create the queue models. -
Start the development server and visit http://127.0.0.1:8000/admin/ to view your queues (you'll need the Admin app enabled).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
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_kiwi-0.0.1-py3-none-any.whl.
File metadata
- Download URL: django_kiwi-0.0.1-py3-none-any.whl
- Upload date:
- Size: 10.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bef5cc19c5ac5869f458b068822926b3b6af8415465f57d5929a7b7ecbfd4b87
|
|
| MD5 |
559d9ff1994be460c4f0dc91580cfb65
|
|
| BLAKE2b-256 |
3846ed634e2936f3c3d8b879f8c765067158f7d722de5c1cf8a57a792087dc99
|