Vertaling van "django admin" in Spaans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Each type of field knows how to display itself in the Django admin.
You should see the Django admin index page
Use the Django admin site to populate your site's data.
To understand the benefits and limitations of the Django admin site, and use it to create some records for our models.
Entender los beneficios y las limitaciones del sitio de administración de Django, y usarlo para crear algunos registros para nuestros modelos.
On a similar note, you might want to customize the look and feel of the Django admin index page.
The Django admin application can use your models to automatically build a site area that you can use to create, view, update, and delete records.
La aplicación de administración de Django puede usar tus modelos para construir automáticamente un área dentro del sitio que puedes usar para crear, consultar, actualizar y borrar registros.
You'll see a page listing all changes made to this object via the Django admin, with the timestamp and username of the person who made the change
Usted verá una página que enumera todos los cambios realizados a este objeto a través del sitio administrativo de Django, con el registro de tiempo y el nombre de usuario de la persona que realizó el cambio
Now that we've created models for the LocalLibrary website, we'll use the Django Admin site to add some "real" book data.
Ahora que hemos creado modelos para el sitio web de la Biblioteca Local, usaremos el sito de administración de Django para añadir algunos datos "reales" de libros.
Now "Choices" is an available option in the Django admin.
Ahora "Choices" es una opción disponible en el sitio administrativo de Django.
The Django admin is powered by Django itself, and its interfaces use Django's own template system.
El sitio administrativo de Django es impulsado por Django mismo y sus interfaces utilizan el sistema de plantillas de Django.
Complete previous tutorial topics (including Django Tutorial Part 4: Django admin site).
Completa los tópicos previos del tutorial (incluyendo Tutorial de Django Parte 4: Sitio de administración de Django).
Form field description in django admin
We created these posts using the Django admin interface.