docs(django): update

This commit is contained in:
Julien Le Coupanec 2019-09-24 09:26:33 +02:00 committed by GitHub
parent ac2dca8860
commit 841dc6ce33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -51,12 +51,6 @@ django-admin runserver # start the development webserver at 12
django-admin help # display usage information and a list of the commands provided by each application
django-admin version # display the current django version
# ******************************************************************************
# Other useful or advanced django-admin commands
# ******************************************************************************
django-admin check # Checks the entire django project for potential problems
django-admin compilemessages # Compiles .po files to .mo files for use with builtin gettext support
django-admin createcachetable # Creates the tables needed to use the SQL cache backend.