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'