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

+ 0 - 0
apps/Weather/__init__.py


+ 5 - 0
apps/Weather/apps.py

@@ -0,0 +1,5 @@
+from django.apps import AppConfig
+
+
+class UserappConfig(AppConfig):
+    name = 'apps.Weather'