Update cheatsheets

This commit is contained in:
ivuorinen
2025-09-29 00:19:50 +00:00
parent 370df82bda
commit 883e910225
10 changed files with 23 additions and 19 deletions

View File

@@ -16,10 +16,10 @@ source: https://github.com/tldr-pages/tldr.git
`django-admin startapp {{app_name}}`
- Check the current version of Django:
`django-admin --version`
- Display help for a specific command:
`django-admin help {{command}}`
- Display version:
`django-admin --version`