Markus Holtermann

Results 36 comments of Markus Holtermann

This would replace `"S7\n\n(Gl. 6)` by `"S7(Gl. 6)` which isn't helpful either.

No, it's actually a limitation in the python argparse library. `--vehicle` accepts 1 to n arguments, and everything after it that is not a flag (starts with -\* or --)...

Hey @peritus thanks for getting back to me. Let me answer your questions as good as I remember: 1. `False`, as you need a working GPG setup with your own...

Closing in favor of #58 seems to make sense when that adds signing support.

Yes, I do, @funkybob. Here are `as_list` and `as_tuple` converters.

Looking at [django-configurations](https://github.com/jazzband/django-configurations/blob/master/configurations/values.py#L316) I might as well just add an alias `cbs.utils.evaluate = ast.literal_eval`

What do you have in mind here? Maybe I can add this to upstream?

Apart from that, can you please add the settings to the documentation and add a test for this. Thank you :smile:

There's no way to do that so far. I'm reworking the admin integration in https://github.com/MarkusH/django-two-factor-auth/tree/feature/admin-integration. If you're interested in helping out I'm more than happy to guide you.