Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Use normal user authentication to control access to /admin | Matthew Somerville | 2016-07-19 | -8/+0 |
| | | | | | | | | | - Adds is_superuser flag to User - Logged-in user must be a superuser or have from_body set in order to access anything within /admin - has_permission_to on a superuser will always return true - Only superusers can create/grant superusers - New `createsuperuser` command for creating superusers | |||
* | Ubuntu Apache vhost config example | Kindrat | 2014-04-07 | -2/+10 |
| | ||||
* | Update code.fixmystreet.com references to fixmystreet.org. | Matthew Somerville | 2014-03-19 | -1/+1 |
| | ||||
* | Update conf files with pointer to code site. | Matthew Somerville | 2012-10-03 | -4/+2 |
| | ||||
* | Switch install script to use nginx | Mark Longair | 2012-09-27 | -0/+36 |
This commit also reorganizes the files in conf/ |