Skip to content

Commit

Permalink
fix : change name of method
Browse files Browse the repository at this point in the history
  • Loading branch information
srlee056 committed Nov 9, 2023
1 parent c6105e7 commit 25f0402
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trades/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from datetime import datetime
from utils.local_name import *
from utils.local_name_dong import local_name_3
from map_visual.views import _render_map
from map_visual.views import *


# Create your views here.
Expand Down Expand Up @@ -42,7 +42,7 @@ def index(request):

print(raw_data)
context.update(_get_context(trades))
context["map"] = _render_map()
context["map"] = SidoMap()

return render(request, "trades/index.html", context)

Expand Down

0 comments on commit 25f0402

Please sign in to comment.