summaryrefslogtreecommitdiff
path: root/plugins/django
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/django')
-rw-r--r--plugins/django/README.md20
1 files changed, 0 insertions, 20 deletions
diff --git a/plugins/django/README.md b/plugins/django/README.md
index 415f6b7ea..1740e55e5 100644
--- a/plugins/django/README.md
+++ b/plugins/django/README.md
@@ -34,23 +34,3 @@ runfcgi -- run this project as a fastcgi
runserver -- start a lightweight web server for development
...
```
-
-If you want to see the options available for a specific command, try:
-
-```zsh
-$> python manage.py makemessages (press <TAB> here)
-```
-
-And that would result in:
-
-```zsh
---all -a -- re-examine all code and templates
---domain -d -- domain of the message files (default: "django")
---extensions -e -- file extension(s) to examine (default: ".html")
---help -- display help information
---locale -l -- locale to process (default: all)
---pythonpath -- directory to add to the Python path
---settings -- python path to settings module
-...
-```
-