Skip to content

Commit c817808

Browse files
committed
fix: データベースと名前
1 parent 1554be5 commit c817808

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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+
]

geodjango/world/views.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
from django.contrib.gis.geos import Point
77
from django.db import transaction
88
from .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
1111
from django.contrib.auth.decorators import login_required
1212
from django.views.decorators.http import require_http_methods
1313
import uuid

0 commit comments

Comments
 (0)