Warren Chen b04ad110a6 Add tagging and trending functionality to ArticlePage
- Created ArticlePageTag model for tagging articles.
- Added ClusterTaggableManager to ArticlePage for tag management.
- Renamed 'recommended' field to 'trending' in ArticlePage.
- Updated migrations to reflect changes in models.
- Implemented methods to retrieve trending articles and related articles based on tags.
- Modified templates to display tags and related articles on article pages.
- Refactored category and homepage templates to accommodate new sections and layouts.
- Removed deprecated templates and added new includes for better modularity.
- Updated header to include links for latest and trending articles.
- Added environment variable support for configurable block and page sizes.
- Updated requirements to include python-dotenv for environment variable management.
2025-11-06 16:49:31 +09:00
Description
No description provided
267 KiB
Languages
Python 51.7%
HTML 37.5%
CSS 9.3%
Dockerfile 1.5%