yf_yzl 2 năm trước cách đây
mục cha
commit
0f375ddb11
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      apps/Weather/views.py

+ 1 - 1
apps/Weather/views.py

@@ -1,6 +1,6 @@
 from rest_framework.views import APIView
 from rest_framework.response import Response
-from models import DayData, ServerDayData
+from Weather.models import DayData, ServerDayData
 import logging
 import json