rootplace: create a cli utility to delete user's forum message to avoid connection timeout error

This commit is contained in:
2019-03-18 20:52:35 +01:00
parent 2ee50c0fbd
commit f9d4f41b7c
6 changed files with 138 additions and 9 deletions

View File

@ -11,4 +11,5 @@
{{ form.as_p() }}
<p><input type="submit" value="{% trans %}Delete messages{% endtrans %}" /></p>
</form>
<p><strong>{% trans %}If you have trouble using this utility (timeout error, 500 error), try using the command line utility{% endtrans %}</strong></p>
{% endblock %}