Explorar el Código

auto commit

master
jfinn hace 9 meses
padre
commit
d3d1364f1c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      edan_v1/edan_v1/urls.py

+ 1
- 1
edan_v1/edan_v1/urls.py Ver fichero

@@ -39,7 +39,7 @@ urlpatterns = [
39 39
     # The Django admin is not officially supported; expect breakage.
40 40
     # Nonetheless, it's often useful for debugging.
41 41
 
42
-    path('jxdev/', hrld.views),
42
+    path('jxdev/', hrld.views.myview),
43 43
     path('admin/', admin.site.urls),
44 44
 
45 45
     path('', include(apps.get_app_config('oscar').urls[0])),

Loading…
Cancelar
Guardar