aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/settings.py (follow)
Commit message (Collapse)AuthorAgeLines
* Allow configuring `PARENT_HOST` via env var.Gravatar Johannes Christ2018-09-21-1/+1
|
* Use proper key for formatter setting.Gravatar Johannes Christ2018-09-10-1/+1
|
* Use proper path to `StreamHandler`.Gravatar Johannes Christ2018-09-10-1/+1
|
* Add `gunicorn` logs to `stdout`.Gravatar Johannes Christ2018-09-10-0/+26
|
* Revert "Use Argon2 for password hashing."Gravatar Johannes Christ2018-09-08-6/+0
| | | | | | Needs compiled dependencies, not needed for API yet. This reverts commit 17bff58a3c8f1a28052f4da88feb13cb2de56922.
* Use Argon2 for password hashing.Gravatar Johannes Christ2018-09-08-0/+6
|
* Allow configuring allowed hosts with env var.Gravatar Johannes Christ2018-09-07-7/+10
|
* Add the `STATIC_ROOT` setting.Gravatar Johannes Christ2018-09-05-0/+1
|
* Properly configure Django project.Gravatar Johannes Christ2018-08-30-3/+5
|
* Proeprly set up lint and test stages.Gravatar Johannes Christ2018-08-30-1/+1
|
* Require authentication to use the API.Gravatar Johannes Christ2018-08-15-3/+6
|
* Use `TokenAuthentication` instead of API keys.Gravatar Johannes Christ2018-08-15-3/+7
|
* Add `api` to `INSTALLED_APPS`.Gravatar Johannes Christ2018-08-15-27/+28
|
* Add bot API key permission check.Gravatar Johannes Christ2018-08-14-0/+11
|
* Add subdomains to `ALLOWED_HOSTS`.Gravatar Johannes Christ2018-08-13-2/+14
|
* Add regular URLconf.Gravatar Johannes Christ2018-08-13-3/+6
|
* Add the `home` app.Gravatar Johannes Christ2018-08-11-21/+21
|
* Use `django-environ` and PostgreSQL.Gravatar Johannes Christ2018-08-11-15/+22
|
* Rename `pydis_django` to `pysite`.Gravatar Johannes Christ2018-08-11-0/+139