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
-
Add "polls" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [ ..., "django_i3tasks", ]
-
Include the polls URLconf in your project urls.py like this::
from django.urls import path 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()),
-
Run
python manage.py migrate
to create the models. -
Start the development server and visit the admin to create a poll.
-
Visit the
/polls/
URL to participate in the poll.
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 Distribution
django_i3tasks-0.0.12.tar.gz
(21.3 kB
view details)
Built Distribution
File details
Details for the file django_i3tasks-0.0.12.tar.gz
.
File metadata
- Download URL: django_i3tasks-0.0.12.tar.gz
- Upload date:
- Size: 21.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 613a5af8fd3113d2e627080896331d55e7bfd25a6758c089c65251f0d4dd6791 |
|
MD5 | a4442c49247a760133d8d7924206def8 |
|
BLAKE2b-256 | c7baa901c2af5c53baf90c1d73da121123bdae7fade3bbcefea4a760067ed725 |
File details
Details for the file django_i3tasks-0.0.12-py3-none-any.whl
.
File metadata
- Download URL: django_i3tasks-0.0.12-py3-none-any.whl
- Upload date:
- Size: 20.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4b7dbeeb88e79678e5287af7066cb36087a010de3ad44af7f004be06f17c329a |
|
MD5 | be86ed670b93ec40bc6af1388c42d323 |
|
BLAKE2b-256 | 5a87842872a60b11c0f6b62fcd1044b4148a07a63f4ff9e592db9e93f37ee671 |