Skip to main content

Django app for manage async tasks by http requests

Project description

django-i3tasks

Django app for manage async tasks by http requests

to install pip install django-i3tasks

Quick start

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

    INSTALLED_APPS = [ ..., "django_i3tasks", ]

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

    from django_i3tasks import views as i3tasks_views
    
    path("i3/tasks-beat", i3tasks_views.BeatTaskView.as_view()),
    path("i3/tasks-beat/", i3tasks_views.BeatTaskView.as_view()),`
    path("i3/tasks-push", i3tasks_views.PushedTaskView.as_view()),
    path("i3/tasks-push/", i3tasks_views.PushedTaskView.as_view()),
    
  3. Run python manage.py migrate to create the models.

  4. Start the development server and visit the admin to create a poll.

  5. Visit the /polls/ URL to participate in the poll.

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

django_i3tasks-0.0.4.tar.gz (19.6 kB view details)

Uploaded Source

Built Distribution

django_i3tasks-0.0.4-py3-none-any.whl (20.7 kB view details)

Uploaded Python 3

File details

Details for the file django_i3tasks-0.0.4.tar.gz.

File metadata

  • Download URL: django_i3tasks-0.0.4.tar.gz
  • Upload date:
  • Size: 19.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.6

File hashes

Hashes for django_i3tasks-0.0.4.tar.gz
Algorithm Hash digest
SHA256 131c4f07c1c93bfa2ab7bd4917647a6ffd7db3082688d418550d096785adc039
MD5 9f88283b8e14a1d8fdd052abcb4890ec
BLAKE2b-256 217ef6bfbfb46e21c741926fcfb6267465f659a07a3fd8118a821a24e38efb6c

See more details on using hashes here.

File details

Details for the file django_i3tasks-0.0.4-py3-none-any.whl.

File metadata

File hashes

Hashes for django_i3tasks-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 d8e21ddba1b64a1df00ae041f569be23a79ca988fdcf3fe2f497a41563aab570
MD5 8c9e0abf277a04a58dbedc389630ec2d
BLAKE2b-256 029d676f872c26cc9bd5a5747c2d591cb583a630388b5ec802b89ae52bcc935d

See more details on using hashes here.

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