Test for ...

Run Settings
LanguagePython
Language Version
Run Command
# PostgreSQL under the hood class Telemetry(models.Model): bike = models.ForeignKey("Bike", on_delete=models.CASCADE) ts = models.DateTimeField() speed = models.FloatField() battery = models.FloatField() latitude = models.FloatField() longitude = models.FloatField()
FROM python:3.11 COPY . /app WORKDIR /app RUN pip install -r requirements.txt CMD ["python", "manage.py", "runserver", "0.0.0.0:8000"]
Editor Settings
Theme
Key bindings
Full width
Lines