summaryrefslogtreecommitdiffstats
path: root/core/management/commands
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2023-02-10 00:05:04 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2023-02-10 00:05:04 +0000
commit709b720be9ee0abca7c4dbccb91dadb50da5725b (patch)
treed14b861940f40f2819b5aaf37e2e6c339287ffe2 /core/management/commands
parent19d9942676d56fa9289d0a24ec2c52c23437cf07 (diff)
downloadtroggle-709b720be9ee0abca7c4dbccb91dadb50da5725b.tar.gz
troggle-709b720be9ee0abca7c4dbccb91dadb50da5725b.tar.bz2
troggle-709b720be9ee0abca7c4dbccb91dadb50da5725b.zip
Update URLs to django documn version
Diffstat (limited to 'core/management/commands')
-rw-r--r--core/management/commands/dummycmd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/management/commands/dummycmd.py b/core/management/commands/dummycmd.py
index 1340beb..6424260 100644
--- a/core/management/commands/dummycmd.py
+++ b/core/management/commands/dummycmd.py
@@ -12,7 +12,7 @@ https://www.mattlayman.com/understand-django/command-apps/
https://www.geeksforgeeks.org/custom-django-management-commands/
Django docs:
-https://docs.djangoproject.com/en/3.2/howto/custom-management-commands/
+https://docs.djangoproject.com/en/dev/howto/custom-management-commands/
We might use this mechanism to replace/enhance the
folk, wallets and any cron jobs or other standalone scripts.