Plan your periodic events continuously
1.0K
Schedulio lets you plan your periodic events continuously.



docker run --rm -it -p 8000:8000 -u 1000 --name schedulio igrek52/schedulio
and visit http://127.0.0.1:8000
make setup # setup virtualenv and install dependencies
. venv/bin/activate # activate virtualenv
Run on localhost:
make run
and visit http://127.0.0.1:8000.
You can also run it inside a local docker container:
make run-docker
Visit http://127.0.0.1:8000/admin endpoint to access administration panel and manage data models. In first place, reset the database and setup your admin account with:
make recreate-db
Run unit tests with:
make test
Content type
Image
Digest
sha256:9e3069c07…
Size
104.1 MB
Last updated
almost 4 years ago
docker pull igrek52/schedulio