Jon
Jon
**Suggestion**: A way for Django Admin users to view tooltips/help text about the purpose of a flag **How**: Use the Django model instance property `help_text` https://docs.djangoproject.com/en/3.0/ref/models/fields/#help-text **Proposed Usage**: Specify in...
In order to preview this, how do you recommend running with example migrations? The demo site is down, and the quickstart containing example test data does not work out of...
Hi The `get` function to download is working with beautifully, thankyou ```bash ./rmapi get ./23-journal ``` is it possible to do something like this, for my automation? ```bash ./rmapi get...
Hi How would the nginx server config look for SSL? Thanks