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

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 help # display usage information and a list of the commands provided by each application
django-admin version # display the current django version 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 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 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. django-admin createcachetable # Creates the tables needed to use the SQL cache backend.