Commit message (Expand) | Author | Age | Lines | |
---|---|---|---|---|
* | Default to `INFO` log level. | 2019-01-04 | -1/+1 | |
* | Set up `django-crispy-forms`. | 2018-12-30 | -0/+1 | |
* | Django - Add Infractions API (#149) | 2018-11-29 | -0/+1 | |
* | Use `ERROR` log level in tests if no log level is explicitly set. | 2018-11-22 | -2/+17 | |
* | Ensure Django logs to stdout. | 2018-09-23 | -0/+27 | |
* | Force logs to stdout. | 2018-09-23 | -26/+0 | |
* | Allow configuring `PARENT_HOST` via env var. | 2018-09-21 | -1/+1 | |
* | Use proper key for formatter setting. | 2018-09-10 | -1/+1 | |
* | Use proper path to `StreamHandler`. | 2018-09-10 | -1/+1 | |
* | Add `gunicorn` logs to `stdout`. | 2018-09-10 | -0/+26 | |
* | Revert "Use Argon2 for password hashing." | 2018-09-08 | -6/+0 | |
* | Use Argon2 for password hashing. | 2018-09-08 | -0/+6 | |
* | 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 |