Added crontab to celery schedule

This commit is contained in:
ayxan
2022-10-16 22:16:33 +04:00
parent 4f795b628f
commit 9294a769be
8 changed files with 42 additions and 9 deletions

View File

@@ -0,0 +1,15 @@
@media only screen and (max-width: 510px) {
table {
font-size: 90%;
}
.edit-icon {
width: 19px;
height: 19px;
}
.trash-icon {
width: 21px;
height: 21px;
}
}

View File

@@ -0,0 +1,15 @@
@media only screen and (max-width: 510px) {
table {
font-size: 85%;
}
.edit-icon {
width: 15px;
height: 15px;
}
.trash-icon {
width: 17px;
height: 17px;
}
}