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.13.tar.gz
(21.4 kB
view details)
Built Distribution
File details
Details for the file django_i3tasks-0.0.13.tar.gz
.
File metadata
- Download URL: django_i3tasks-0.0.13.tar.gz
- Upload date:
- Size: 21.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ad78f587f1615fd6b738fc2b6664463d9ec690b4855335f2f684ae15837404b2 |
|
MD5 | 177281876356bef3f8db598977e33c0c |
|
BLAKE2b-256 | e6ff0709475fd19119da6d723d31a75e3df9743a4acb7bc73e4cc2cbf3d235c1 |
File details
Details for the file django_i3tasks-0.0.13-py3-none-any.whl
.
File metadata
- Download URL: django_i3tasks-0.0.13-py3-none-any.whl
- Upload date:
- Size: 23.1 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 | b22bec6d0bc40a007760951057399366e1f7291cee4f05da177ee75d5f1bf6d3 |
|
MD5 | eb5efa1c34383f83af3b5c2af357eb0e |
|
BLAKE2b-256 | 3602017a4aafddfbb7f1432a97a396faec47f214cf94c02666ff124769a8effa |