Ver código fonte

auto commit

master
jfinn 9 meses atrás
pai
commit
5113a19109
2 arquivos alterados com 7 adições e 0 exclusões
  1. 3
    0
      edan_v1/edan_v1/asgi.py
  2. 4
    0
      edan_v1/hrld/test_imp.py

+ 3
- 0
edan_v1/edan_v1/asgi.py Ver arquivo

@@ -26,4 +26,7 @@ os.environ.setdefault("DJANGO_SETTINGS_MODULE", "edan_v1.settings")
26 26
 application = get_asgi_application()
27 27
 
28 28
 
29
+import hrld.test_imp
30
+
31
+
29 32
 print("ASGI>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>")

+ 4
- 0
edan_v1/hrld/test_imp.py Ver arquivo

@@ -0,0 +1,4 @@
1
+
2
+
3
+print("TEST IMP")
4
+

Carregando…
Cancelar
Salvar