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.7.tar.gz
(19.7 kB
view details)
Built Distribution
File details
Details for the file django_i3tasks-0.0.7.tar.gz
.
File metadata
- Download URL: django_i3tasks-0.0.7.tar.gz
- Upload date:
- Size: 19.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1e07994bf124004401a64a8690971a0854af2b22aa93d7d81e6c83ec66e70a96 |
|
MD5 | fed9560b071496e7add061adf701027c |
|
BLAKE2b-256 | 652a55e9c5a7adc25504790d5ec5ab11c881d44cf359f8b457a10212a4756226 |
File details
Details for the file django_i3tasks-0.0.7-py3-none-any.whl
.
File metadata
- Download URL: django_i3tasks-0.0.7-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 | 7da3af58e02c022a77f04f21fbf9d3d98642342510ad36081481b375c40c2905 |
|
MD5 | 451f2c29d33562c08833f21bf15cdceb |
|
BLAKE2b-256 | 93b2374c0087bf85692a277709e509f0e7fce341eeeba8457fa414f1c89df60b |