From e8cc969d5a13286432a71138b21f7f557309bc6d Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sun, 29 Dec 2024 12:40:05 +0100 Subject: [PATCH] Update references to manage.py --- src/comics/browser/templates/browser/comics_list.html | 2 +- src/comics/browser/templates/browser/release_list.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/comics/browser/templates/browser/comics_list.html b/src/comics/browser/templates/browser/comics_list.html index a8d5c707..e0fbe054 100644 --- a/src/comics/browser/templates/browser/comics_list.html +++ b/src/comics/browser/templates/browser/comics_list.html @@ -82,7 +82,7 @@

All comics aggregated by {{ site_title }}

To the site admin: You can add comics to the site by running: - python manage.py comics_addcomics -c ... + comics add_comics -c ...
{% endif %} diff --git a/src/comics/browser/templates/browser/release_list.html b/src/comics/browser/templates/browser/release_list.html index 790d6446..389325ac 100644 --- a/src/comics/browser/templates/browser/release_list.html +++ b/src/comics/browser/templates/browser/release_list.html @@ -132,7 +132,7 @@

To the site admin: You can fetch releases by running: - python manage.py comics_getreleases + comics get_releases
{% endif %} {% endif %}