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.10.tar.gz
(19.7 kB
view details)
Built Distribution
File details
Details for the file django_i3tasks-0.0.10.tar.gz
.
File metadata
- Download URL: django_i3tasks-0.0.10.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 | c7526bc439c4dae7004077a24cddbef9c2a7b8ec66e79d59b394dcf2bc5eff2f |
|
MD5 | 5e710e6281e8e651dc4f59b7725b78de |
|
BLAKE2b-256 | 99862059e49b0a58cc9e79dd8a02e568ddd08a5488f7c9e97c4626b65f6cd594 |
File details
Details for the file django_i3tasks-0.0.10-py3-none-any.whl
.
File metadata
- Download URL: django_i3tasks-0.0.10-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 | d6d66b3a445b351222acc4edbd632c11f2e4149d96d34162656cf189c403c0ac |
|
MD5 | afe4f499221fe6d339dd69b4fa26dcc7 |
|
BLAKE2b-256 | fce08a1d66eacdda895e36a17d088852bc36b86e36f3e0e2bb2493935095c86a |