You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
celery -A task_manager worker --loglevel=info -P solo
celery -A task_manager beat --loglevel=info
celery -A task_manager flower --port=5555
About
Developed a Django-based Task Management System with RESTful API endpoints, tested using Postman, enabling CRUD operations on tasks. Each task included attributes like title, description, start time, end time, and scheduled time. The project featured a Python and HTML-based user interface for task management, integrated with PostgreSQL for database