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.8.tar.gz
(19.7 kB
view details)
Built Distribution
File details
Details for the file django_i3tasks-0.0.8.tar.gz
.
File metadata
- Download URL: django_i3tasks-0.0.8.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 | efda83f6848b9b07e9ce89eb8a37be5f7277ecb1b705435807a63350c4feff28 |
|
MD5 | 0a84d2bcc5d3c9c05eb8b076329c49a6 |
|
BLAKE2b-256 | 6eb82e434212288332308507b866813d1712381cbd2a2732d033d62ab5eecabd |
File details
Details for the file django_i3tasks-0.0.8-py3-none-any.whl
.
File metadata
- Download URL: django_i3tasks-0.0.8-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 | cb657af849ef1e3b74ba250fdc300d7bd2c514a7666942544c6e8ae0c947520c |
|
MD5 | 1ad1e86726e13531c333d79d78768406 |
|
BLAKE2b-256 | eb2e34015bc3972f8b3eb3c8dfc87228f3de1b21ff2a4b2aaa6569601c0406da |