szurubooru/server
anbosuki 3fbe3a0b93 cli-delete-posts
Added the possibility to delete single posts or a range of multiple posts at once using the command as following:<br/>
`docker-compose run server ./szuru-admin --delete posts 35 36 40-45`<br/>
Each space represents a single post id, using a `-` between two ids will delete all posts within range, including the first and the last one
2022-07-04 19:22:35 +02:00
..
szurubooru server/config: fix deprecated database string format 2022-02-08 09:58:56 -05:00
.dockerignore client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
.flake8 client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
alembic.ini PR fixes 2020-06-02 17:43:18 -07:00
config.yaml.dist client+server: add tag category ordering feature 2020-09-19 22:55:17 +02:00
dev-requirements.txt server/tests: use postgresql test database 2020-03-06 18:15:25 -05:00
docker-start.sh Make waitress thread count configurable. 2022-02-14 17:33:23 -05:00
Dockerfile server: fix build error due to broken pip requirements 2022-03-31 18:43:37 -04:00
pyproject.toml client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
requirements.txt server: fix build error due to broken pip requirements 2022-03-31 18:43:37 -04:00
szuru-admin cli-delete-posts 2022-07-04 19:22:35 +02:00