From a57e74b2a1bd4df4ee7d2393875ee16ec304ca4e Mon Sep 17 00:00:00 2001 From: Roland Geider Date: Fri, 4 Sep 2020 15:39:50 +0200 Subject: [PATCH] Reformat command line options block --- README.md | 26 +++++++++++--------------- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index d71f885dc..337ba3b9d 100644 --- a/README.md +++ b/README.md @@ -79,26 +79,22 @@ python manage.py runserver ``` -## Command line options +### Command line options You can get a list of all available commands by calling ``wger`` without any arguments: -``` - Available tasks: - bootstrap Performs all steps necessary to bootstrap the - application - config-location Returns the default location for the settings file - and the data folder - create-or-reset-admin Creates an admin user or resets the password for an - existing one - create-settings Creates a local settings file - load-fixtures Loads all fixtures - migrate-db Run all database migrations - start Start the application using django's built in webserver -``` +* `bootstrap` Performs all steps necessary to bootstrap the application +* `config-location` Returns the default location for the settings file + and the data folder +* `create-or-reset-admin` Creates an admin user or resets the password + for an existing one +* `create-settings` Creates a local settings file +* `load-fixtures` Loads all fixtures +* `migrate-db` Run all database migrations +* `start` Start the application using django's built in webserver -You can also get help on a specific command with ``wger --help``. +To get help on a specific command: ``wger --help``. ## Contact