diff options
Diffstat (limited to 'core/management/commands/dummycmd.py')
-rw-r--r-- | core/management/commands/dummycmd.py | 2 |
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. |