jp.av.dev 2020-11-13 23:05:14 -03:00
parent 347ed1536a
commit e4f8113811

@ -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),
]
```
```
--------
<- [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)