From 03f1becc11699d9b0d34ad1ed52d36f472d94294 Mon Sep 17 00:00:00 2001
From: Bomme <13520622+Bomme@users.noreply.github.com>
Date: Thu, 20 Jun 2024 08:50:00 +0200
Subject: [PATCH] update examples after name change
---
general/management/commands/announcement_banner.py | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/general/management/commands/announcement_banner.py b/general/management/commands/announcement_banner.py
index 1352390ca..d4fa49a0c 100644
--- a/general/management/commands/announcement_banner.py
+++ b/general/management/commands/announcement_banner.py
@@ -5,11 +5,11 @@
value of the cache.
Example usage:
- python manage.py announcement_cache set "New feature!" "Now you can do this and that. Learn more"
- python manage.py announcement_cache set "" "This banner will have no title. Now you can do this and that. Learn more"
- python manage.py announcement_cache set "" "short text with a 60 seconds timeout" --timeout 60
- python manage.py announcement_cache clear
- python manage.py announcement_cache show
+ python manage.py announcement_banner set "New feature!" "Now you can do this and that. Learn more"
+ python manage.py announcement_banner set "" "This banner will have no title. Now you can do this and that. Learn more"
+ python manage.py announcement_banner set "" "short text with a 60 seconds timeout" --timeout 60
+ python manage.py announcement_banner clear
+ python manage.py announcement_banner show
"""
from django.conf import settings