mirror of
https://github.com/namibia/awesome-cheatsheets.git
synced 2024-11-08 14:21:05 +00:00
docs(django): update
This commit is contained in:
parent
ac2dca8860
commit
841dc6ce33
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user