Commit message (Expand) | Author | Age | Lines | |
---|---|---|---|---|
* | Allow configuring allowed hosts with env var. | 2018-09-07 | -7/+10 | |
* | Add the `STATIC_ROOT` setting. | 2018-09-05 | -0/+1 | |
* | Properly configure Django project. | 2018-08-30 | -3/+5 | |
* | Proeprly set up lint and test stages. | 2018-08-30 | -1/+1 | |
* | Require authentication to use the API. | 2018-08-15 | -3/+6 | |
* | Use `TokenAuthentication` instead of API keys. | 2018-08-15 | -3/+7 | |
* | Add `api` to `INSTALLED_APPS`. | 2018-08-15 | -27/+28 | |
* | Add bot API key permission check. | 2018-08-14 | -0/+11 | |
* | Add subdomains to `ALLOWED_HOSTS`. | 2018-08-13 | -2/+14 | |
* | Add regular URLconf. | 2018-08-13 | -3/+6 | |
* | Add the `home` app. | 2018-08-11 | -21/+21 | |
* | Use `django-environ` and PostgreSQL. | 2018-08-11 | -15/+22 | |
* | Rename `pydis_django` to `pysite`. | 2018-08-11 | -0/+139 |