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.9.tar.gz
(26.2 kB
view details)
Built Distribution
File details
Details for the file django_i3tasks-0.0.9.tar.gz
.
File metadata
- Download URL: django_i3tasks-0.0.9.tar.gz
- Upload date:
- Size: 26.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0b3c96d186d42053a2916cf77f35e9ee09e6a72616f8f1b3e44e731d9d14f9bb |
|
MD5 | bf3b693b37c9384dc4dc536f583f16d9 |
|
BLAKE2b-256 | 0030a41df4aec35b641075760c29df4c217abd5e72650f344eaa8924b3fb7d74 |
File details
Details for the file django_i3tasks-0.0.9-py3-none-any.whl
.
File metadata
- Download URL: django_i3tasks-0.0.9-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 | 0a8476c38f5b194c1e2e68b7bd74bab43e2855189e2e1c476376df9116a62091 |
|
MD5 | f2156573acbee81a5da1adc0d8a0e767 |
|
BLAKE2b-256 | 05701f10adda0fa56e2b3b977e65ffa4f6e5d64aca91560791bc56bfc266777f |