dillon
dillon
Rather than ending a block with just `{% endblock %}` ``` {% block content %} ... {% endblock %} ``` I think it would help readability if it would carry...
With Django 1.5 we have to enclose the **first argument** to the `url` template tag in single quotes thus HamlPy needs to recognize stuff like `%a{'href':'{% url 'auth_login' %}'} login`...
Good stuff... Are there any plans to support bootstrap 3?
Hi, would be nice to either add Ubuntu or make an additional stack for it: - http://font.ubuntu.com/ - http://code.google.com/webfonts/specimen/Ubuntu
This is a good demo app and writeup. I think it would make sense to use the current version of bootstrap though (`mrt add bootstrap-3`).
Would be nice to have a check to see whether or not all SSH keys on the server are legit: - compare to a list of well-known good keys e.g....
We should come up with a watchdog rule that tests whether or not certain netfilter rules are in place - use `iptables` to gather current state - maybe be smart...
https://github.com/sebastien/watchdog/blob/master/Sources/watchdog.py#L852 should work with TLS/SSL (https) too.