Vertaling van "django-admin" in Engels
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.
Pour plus d'informations sur tout ceci, voyez la documentation de django-admin.
For more information on all of this, see the django-admin documentation.
Sphinx peut générer une page de manuel pour la commande django-admin.
Sphinx can generate a manual page for the django-admin command.
Il suffit d'exécuter plusieurs fois django-admin runserver.
Just execute django-admin runserver more than once.
Pour créer des fichiers de messages, il faut utiliser l'outil django-admin makemessages.
To create message files, you use the django-admin makemessages tool.
Par défaut, django-admin makemessages examine chaque fichier ayant une extension.html, .txt ou.py.
By default django-admin makemessages examines every file that has the.html, .txt or.py file extension.
Django est livré avec un outil, django-admin makemessages, qui automatise la création et la maintenance de ces fichiers.
Django comes with a tool, django-admin makemessages, that automates the creation and upkeep of these files.
Lancez django-admin help pour afficher des informations d'utilisation et une liste des commandes fournies par chaque application.
Run django-admin help to display usage information and a list of the commands provided by each application.
Utilisez - verbosity pour indiquer la quantité d'informations indicatives et de débogage que django-admin doit afficher dans la console.
Use - verbosity to specify the amount of notification and debug information that django-admin should print to the console.
Le paquet django peut être exécuté comme un script, comme par exemple python -m django, ce qui produira le même comportement que django-admin.
The django package may be run as a script, i.e. python -m django, which will behave the same as django-admin.
Signaux envoyés par django-admin.
Signals sent by django-admin.
Pour créer un nouveau projet avec le quadriciel Django, il suffit d'utiliser la commande django-admin startproject.
Create the new project using the django-admin startproject command as shown, and then change into the project folder
Cet exemple est identique aux deux L'inconvénient avec l'utilisation de variables ou de valeurs calculées comme dans les deux exemples précédents, c'est que l'utilitaire de détection des chaînes à traduire de Django, django-admin makemessages, ne sera pas capable de trouver ces chaînes.
The caveat with using variables or computed values, as in the previous two examples, is that Django's translation-string-detecting utility, django-admin makemessages, won't be able to find these strings.
Par exemple, lorsque vous exécutez django-admin startproject monsite, vous obtenez un répertoire de projet monsite contenant un paquet Python monsite avec les fichiers settings.py, urls.py et wsgi.py.
For example, when you run django-admin startproject mysite you'll get a mysite project directory that contains a mysite Python package with settings.py, urls.py, and wsgi.py.