Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ First, you may want to take a look at the project structure and understand what
│ ├── middleware # Middleware components for the application.
│ │ └── client_cache_middleware.py # Middleware for client-side caching.
│ │
│ ├── models # ORM models for the application (Deprecated/Unused).
│ ├── models # ORM models for the application.
│ │ ├── __init__.py
│ │ ├── post.py # ORM model for posts.
│ │ ├── rate_limit.py # ORM model for rate limiting.
Expand Down