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.11.tar.gz
(19.7 kB
view details)
Built Distribution
File details
Details for the file django_i3tasks-0.0.11.tar.gz
.
File metadata
- Download URL: django_i3tasks-0.0.11.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 | 0119c90db7eb9b49ebb7623fae90b695e35deb51965640da2348e3d89e35a46d |
|
MD5 | 3767e0dc45114f2cb248eae5bff6bc90 |
|
BLAKE2b-256 | 8bc1180f7d767fb3b27ffe9f3a2946183946b79cd0a1f69dd7cfd35acb54226f |
File details
Details for the file django_i3tasks-0.0.11-py3-none-any.whl
.
File metadata
- Download URL: django_i3tasks-0.0.11-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 | 8df4a0f7f744240c4293314236791e3626f3d1970cb71b0be6e60646fad38c72 |
|
MD5 | ad4ca2154cbd5de8e79cc51584a54f96 |
|
BLAKE2b-256 | a91407b7e6109feb267798c77d2e6f796187ffbccd2f4e31f9e705bf3efdfeea |