Skip to main content

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

  1. Add "simple_queue" to your INSTALLED_APPS setting like this::

    INSTALLED_APPS = [ ... 'simple_queue', ]

  2. Include the polls URLconf in your project urls.py like this::

    path('simple_queue/', include('simple_queue.urls')),

  3. Run python manage.py migrate to create the queue models.

  4. 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


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

If you're not sure about the file name format, learn more about wheel file names.

django_kiwi-0.0.1-py3-none-any.whl (10.8 kB view details)

Uploaded Python 3

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

Hashes for django_kiwi-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 bef5cc19c5ac5869f458b068822926b3b6af8415465f57d5929a7b7ecbfd4b87
MD5 559d9ff1994be460c4f0dc91580cfb65
BLAKE2b-256 3846ed634e2936f3c3d8b879f8c765067158f7d722de5c1cf8a57a792087dc99

See more details on using hashes here.

Supported by

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