diff options
author | TAKAHASHI Shuuji | 2022-11-29 02:24:45 +0900 |
---|---|---|
committer | GitHub | 2022-11-28 10:24:45 -0700 |
commit | dd21619228976712750a6edafc60a08f2eab761c (patch) | |
tree | b0bfa4e89440fd62f3e78e33950b8cbe01cfce42 /docs | |
parent | ab1247fd2d1de5265f4bb956dafdbe06cea6efa2 (diff) | |
download | takahe-dd21619228976712750a6edafc60a08f2eab761c.tar.gz takahe-dd21619228976712750a6edafc60a08f2eab761c.tar.bz2 takahe-dd21619228976712750a6edafc60a08f2eab761c.zip |
Fix docs code block and separate docs tests
Diffstat (limited to 'docs')
-rw-r--r-- | docs/contributing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst index 34a93a7..d7b8842 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -101,7 +101,7 @@ You will need to run Stator in order to have background actions work:: ./manage.py runstator -Make yourself a superuser account in order to log in: +Make yourself a superuser account in order to log in:: ./manage.py createsuperuser |