Add Radeln ohne Alter ride-coordination demo (Django + HTMX + Leaflet)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
commit
5d967c68b5
40 changed files with 2040 additions and 0 deletions
|
|
@ -0,0 +1,20 @@
|
|||
# Generated by Django 6.0.6 on 2026-06-20 19:15
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("rides", "0001_initial"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name="fahrgast",
|
||||
name="address",
|
||||
),
|
||||
migrations.RemoveField(
|
||||
model_name="profile",
|
||||
name="phone",
|
||||
),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue