feat: Added travel models, travel creation command, travels list command with pagination, set help message, improvements and fixes

This commit is contained in:
ITQ
2024-03-23 02:47:05 +03:00
parent 675e5ab891
commit 1802ce81b0
15 changed files with 623 additions and 15 deletions
+1
View File
@@ -17,3 +17,4 @@ class Config:
"REDIS_URL",
"redis://localhost:6379",
)
PAGE_SIZE = 6