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

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

Uploaded Python 3

Supported by

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