If you need a good way to secure your Django admin site (e.g., http://example.com/admin/), this is it.
Reference: https://gist.github.com/mtigas/952344
If you need a good way to secure your Django admin site (e.g., http://example.com/admin/), this is it.
Reference: https://gist.github.com/mtigas/952344
| $less-column-width: 68px; | |
| $less-gutter-width: 24px; | |
| @function column-width($columns) { | |
| @return ($less-column-width * $columns) + ($less-gutter-width * ($columns - 1)); | |
| } | |
| @function grid-padding-px($columns) { | |
| @if $columns == 10 { | |
| @return 48px; |