Manage crontab tasks on web. Update crontab file on system while changes made on manager. Work with django-crontab-agent.
Project description
django-crontab-manager
Manage crontab tasks on web. Update crontab file on system while changes made on manager. Work with django-crontab-agent.
Install
pip install django-crontab-manager
Usage
settings.py
INSTALLED_APPS = [
...
"django_apiview",
"django_power_admin",
"django_fastadmin",
"django_middleware_global_request",
"django_horizontal_list_filter",
'django_crontab_manager',
...
]
Usage
- Setup django-crontab-manager at server side. django-crontab-manager is a simple django application, include it in django project.
- Install django-crontab-agent on all target linux server.
Releases
v0.2.50
- Change Server to ServerGroup, so that Schedules many delivered to multiple servers.
- Store stdout and stderr info into file.
- Add Project to hodler Schedules access permission. All memebers in the same project share access permission for the Schedules under the project.
WARNINGNot compatible with v0.1.x. So start new server and add the Schedules to the new server and stop the old server.
v0.1.33
- Fix getServerSettings api, add enable=True filter.
v0.1.32
- Delete stdout/stderr columns from changelist view.
v0.1.31
- Ignore add_time, modify_time in schedules exporting.
v0.1.30
- Add schedules export and import.
v0.1.26
- Add server.variables. You can use the variable in script in python format way, e.g.
curl http://{api_server}/api/xxx. - Add result success determination.
- Add data encryption.
v0.1.13
- First release.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_crontab_manager-0.2.50.tar.gz.
File metadata
- Download URL: django_crontab_manager-0.2.50.tar.gz
- Upload date:
- Size: 25.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8cab787ad870d1ed296195c90a6501bf9a335830a1017ec5224285366b7ebe7e
|
|
| MD5 |
c7dc26929f1a3c22f80a5410e9f2ca3f
|
|
| BLAKE2b-256 |
15b653c168cc5e18f69023d20e47b955558db67ff36e91771a405a8aa40ad43a
|
File details
Details for the file django_crontab_manager-0.2.50-py3-none-any.whl.
File metadata
- Download URL: django_crontab_manager-0.2.50-py3-none-any.whl
- Upload date:
- Size: 31.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
48a5f3fc1ad99ba3b92001f948a983fb1186499c1715e49a00fbd847030c9317
|
|
| MD5 |
9657dcc4b92378108362ded2d16cedd5
|
|
| BLAKE2b-256 |
a2ac0e40db0f82e585e3e88ccdf1ac6724b23ffe8970a85850969eca5682a90e
|