yf_yzl 2 年之前
父节点
当前提交
b0358a4d2d
共有 2 个文件被更改,包括 5 次插入0 次删除
  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'