Skip to content

Commit

Permalink
Update references to manage.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jodal committed Dec 29, 2024
1 parent c0ddde7 commit e8cc969
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/comics/browser/templates/browser/comics_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ <h1>All comics <small>aggregated by {{ site_title }}</small></h1>
<div class="alert alert-danger">
<strong>To the site admin:</strong>
You can add comics to the site by running:
<code>python manage.py comics_addcomics -c ...</code>
<code>comics add_comics -c ...</code>
</div>
{% endif %}

Expand Down
2 changes: 1 addition & 1 deletion src/comics/browser/templates/browser/release_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ <h2 class="panel-title float-left">
<div class="alert alert-danger">
<strong>To the site admin:</strong>
You can fetch releases by running:
<code>python manage.py comics_getreleases</code>
<code>comics get_releases</code>
</div>
{% endif %}
{% endif %}
Expand Down

0 comments on commit e8cc969

Please sign in to comment.