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.5.tar.gz
(19.6 kB
view details)
Built Distribution
File details
Details for the file django_i3tasks-0.0.5.tar.gz
.
File metadata
- Download URL: django_i3tasks-0.0.5.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 | 3456acdfee290c9773f0b8f43ffcbb4abe828161561cd2107d3c590ee8c5a647 |
|
MD5 | 6a1867a3282e19d4e573dc61424a15c8 |
|
BLAKE2b-256 | 9bc9e8b9778049f2f8853e284138b4b23230b810dd38f456711d47e3712b032c |
File details
Details for the file django_i3tasks-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: django_i3tasks-0.0.5-py3-none-any.whl
- Upload date:
- Size: 20.7 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 | 4cb8c5acf601e636fec96b8414de328b5487827d219c659b20a53af865f202b8 |
|
MD5 | 5ee8090e628e7ff7c97973a61d37955f |
|
BLAKE2b-256 | 734621166e1b2872f61f5dcdcb1258d857281af6a2362aa72eed80cbb1a5f130 |