Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
2018-08-15 | Add the `SnakeName` model. | -1/+25 | ||
2018-08-15 | Add `api` to `INSTALLED_APPS`. | -27/+28 | ||
2018-08-14 | Add bot API key permission check. | -0/+20 | ||
2018-08-14 | Add `djangorestframework`. | -4/+13 | ||
2018-08-14 | Add `api.` subdomain to host configuration. | -1/+1 | ||
2018-08-13 | Build PostgreSQL requirements. | -0/+1 | ||
2018-08-13 | Add a simple test case for `home:index`. | -1/+7 | ||
2018-08-13 | Add subdomains to `ALLOWED_HOSTS`. | -2/+14 | ||
2018-08-13 | Namespace `home:index` URL. | -3/+2 | ||
2018-08-13 | Include `CREATEDB` permission necessary for tests. | -1/+1 | ||
2018-08-13 | Add stub applications `api` and `wiki`. | -0/+34 | ||