Vertaling van "Django admin" in Frans
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.
The Django admin site is activated by default.
This may be helpful in the Django admin.
Set ordering to specify how lists of objects should be ordered in the Django admin views.
Définissez ordering pour préciser comment les listes d'objets doivent être ordonnées dans les vues d'administration de Django.
If this isn't provided, the Django admin will use the model's default ordering.
Si ce paramètre n'est pas renseigné, l'administration de Django utilise l'ordre de tri par défaut du modèle.
It's used by the Django admin site, but you're welcome to use it in your own code.
Ce système est utilisé par le site d'administration de Django, mais vous avez tout loisir de l'utiliser dans votre propre code.
Most notably, to display an object in the Django admin site and as the value inserted into a template when it displays an object.
Plus particulièrement, pour afficher un objet dans le site d'administration de Django et pour produire la valeur insérée dans un gabarit lors de l'affichage d'un objet.
It lets the site producers edit all content - on both sites - in a single interface (the Django admin).
Les producteurs de sites peuvent éditer tous les contenus, pour les deux sites, dans une même interface (l'administration de Django).
For example, when a Django admin change-list page is being filtered by a date drill down, the header for a given month displays the month and the year.
Par exemple, lorsqu'une page de liste pour modification de l'administration de Django est filtrée par un choix de date, l'en-tête d'un mois donné affiche le mois et l'année.
It's used in the Django admin and is enforced at the database level (i.e., the appropriate UNIQUE statements are included in the CREATE TABLE statement).
Utilisé dans l'administration de Django et appliqué au niveau base de données (c'est-à-dire que les commandes UNIQUE appropriées sont inclues dans les commandes CREATE TABLE).
For example, the Django admin is deployed as instances of AdminSite.
Par exemple, le site d'administration de Django est déployé par des instances de AdminSite.
Basics GeoDjango also supplements the Django admin by allowing users to create and modify geometries on a JavaScript slippy map (powered by OpenLayers).
GeoDjango étend aussi l'administration de Django en permettant aux utilisateurs de créer et modifier des objets géométriques sur une carte active JavaScript (basée sur OpenLayers).
jQuery Django admin Javascript makes use of the jQuery library.
Le code Javascript de l'administration de Django fait usage de la bibliothèque jQuery.
Each type of field knows how to display itself in the Django admin.