File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed
Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1+ # Generated by Django 6.0.2 on 2026-02-21 14:53
2+
3+ from django .db import migrations
4+
5+
6+ class Migration (migrations .Migration ):
7+
8+ dependencies = [
9+ ('world' , '0003_pinimage' ),
10+ ('world' , '0004_alter_pin_address' ),
11+ ('world' , '0004_pin_default_id' ),
12+ ]
13+
14+ operations = [
15+ ]
Original file line number Diff line number Diff line change 66from django .contrib .gis .geos import Point
77from django .db import transaction
88from .models import Pin ,PinImage
9- from .forms import PinImageFormfrom
10- from .enrich import enrich_pinfrom
9+ from .forms import PinImageForm
10+ from .enrich import enrich_pin
1111from django .contrib .auth .decorators import login_required
1212from django .views .decorators .http import require_http_methods
1313import uuid
You can’t perform that action at this time.
0 commit comments