emencia / django-blog-lotus

A weblog application with Django.
https://django-blog-lotus.readthedocs.io/
MIT License
5 stars 1 forks source link

Commandline lotus_demo help is broken #78

Open sveetch opened 2 months ago

sveetch commented 2 months ago

Describe the bug Command line lotus_demo help is broken because of forgotten character ,, this turns the string has a tuple and make Django to fail on an error. However the command line itself is still working.

https://github.com/emencia/django-blog-lotus/blob/8c05253b085c3a85d43d688c9d4ee99b5a9062d0/lotus/management/commands/lotus_demo.py#L143

Environment Describe your environment:

Expected behavior The command help should not raise any error, the fix is simple as removing the character from the previously pointed line.