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_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.6.tar.gz
(19.6 kB
view details)
Built Distribution
File details
Details for the file django_i3tasks-0.0.6.tar.gz
.
File metadata
- Download URL: django_i3tasks-0.0.6.tar.gz
- Upload date:
- Size: 19.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0d68c412415ba6c66069d4b7d5dda05f24220ec452b1e6b72ed02967e1694119 |
|
MD5 | 5a8c64d4f98aed66029d0d05e70fce09 |
|
BLAKE2b-256 | 6fc7c32ed19bf271e11c5a89a999d4b61d611b6d7431eb8648f7af2e4300f3a5 |
File details
Details for the file django_i3tasks-0.0.6-py3-none-any.whl
.
File metadata
- Download URL: django_i3tasks-0.0.6-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 | a3962cffb5b038504a3fb345d04e3f701f87f9c345ee91cd2511d7530d362308 |
|
MD5 | 9de32b55c31a2e3678279c43e9d671d9 |
|
BLAKE2b-256 | 4351b3b12284165197e8b31cc8e73067668cba90e3f890e41940ebfc6652e1b4 |