Andros Fenollosa 5b95bb87b0 Add scheduled task to clear alerts daily
- Create clear_alerts Django management command
- Add Ofelia scheduler service to Docker Compose
- Configure daily task to run at 3:00 AM
- Alerts will be automatically cleared every day
2025-12-13 10:40:15 +01:00
2025-12-09 08:49:39 +01:00
2025-12-08 14:08:57 +01:00

Alert System with Django LiveView

A real-time alert system demonstration built with Django LiveView, showcasing HTML over WebSockets capabilities.

Quick Start

Prerequisites

  • Docker and Docker Compose installed

Running the Application

  1. Clone the repository and navigate to the project directory

  2. Build and start the containers:

docker-compose up --build
  1. The application will be available at http://localhost:8000

License

MIT License - Feel free to use this as a reference for your own Django LiveView projects!

Languages
Python 62.7%
HTML 31.6%
Shell 4.6%
Dockerfile 1.1%