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'