diff --git a/1_DjangoTemplates.md b/1_DjangoTemplates.md index 88e508d..439b44a 100644 --- a/1_DjangoTemplates.md +++ b/1_DjangoTemplates.md @@ -1,3 +1,7 @@ +<- [Volver al repositorio](https://gitea.kickto.net/jp.av.dev/intro_Django#user-content-django-wiki) - siguente -> [Proyecto y apps](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/2_Apps%26BD#user-content-proyecto-y-aplicacion-es) + +----- + ### Creacion Entorno Virtual ``` python3 -m venv .django-env @@ -461,4 +465,7 @@ urlpatterns = [ path('hija1/', herencia1), path('hija2/', herencia2), ] -``` \ No newline at end of file +``` +-------- + +<- [Volver al repositorio](https://gitea.kickto.net/jp.av.dev/intro_Django#user-content-django-wiki) - siguente -> [Proyecto y apps](https://gitea.kickto.net/jp.av.dev/intro_Django/wiki/2_Apps%26BD#user-content-proyecto-y-aplicacion-es) \ No newline at end of file