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 migrate
to 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
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for django_kiwi-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | bef5cc19c5ac5869f458b068822926b3b6af8415465f57d5929a7b7ecbfd4b87 |
|
MD5 | 559d9ff1994be460c4f0dc91580cfb65 |
|
BLAKE2b-256 | 3846ed634e2936f3c3d8b879f8c765067158f7d722de5c1cf8a57a792087dc99 |