Project Description
This project describes a news portal website built using Django, HTML, and a custom Content Management System (CMS). Functionalities: - Content Management: - Create, edit, and publish news articles. - Manage news categories and tags. - Upload and manage multimedia content (images, videos). - User roles for editors and authors (with different access levels). News Display: - Homepage displaying featured articles and latest news. - Category and tag-based navigation for browsing articles. - Individual article pages with details, author information, and related content. - Search functionality for finding specific articles. User Interaction: - User registration and login. - Ability to comment on articles (optional). - User profile management (optional). Technical Stack: Backend: Django (Python web framework) Frontend: HTML, CSS (for styling) Custom CMS: Built using Django models and views to manage content creation, editing, and publishing. Database: PostgreSQL