jp.av.dev 2020-11-13 22:15:25 -03:00
parent 7aa3700ec6
commit 07c66b8ed5

@ -171,6 +171,24 @@ class PedidosAdmin(admin.ModelAdmin):
date_hierarchy = "fecha"
```
**Vista del Panel de Administrador**
![img](https://gitea.kickto.net/jp.av.dev/intro_Django/raw/branch/master/TiendaOnline/gestionPedidos/img/admin-filtro-fecha.png)
### Cambiar Idioma
*settings.py*
```
#LANGUAGE_CODE = 'en-us'
LANGUAGE_CODE = 'es-CL'
```
- [LANGUAGE_CODE](http://www.i18nguy.com/unicode/language-identifiers.html)
- [Django-doc](https://docs.djangoproject.com/en/3.1/ref/contrib/admin/)
### Agregar usuarios, perfiles
### Agregar grupos