Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Don't call gunicorn using os.system, patch sys.argv and call the module | 2020-11-14 | -2/+13 | |
| | ||||
* | Banish UWSGI from my life, replace with gunicorn. | 2020-11-14 | -5/+2 | |
| | | | | | This gets rid of various uwsgi stuff that we will no longer be needing. Enter; gunicorn. | |||
* | Merge branch 'master' into admin-api-pages-improvements | 2020-09-18 | -1/+1 | |
|\ | | | | | | | | | # Conflicts: # pydis_site/apps/api/admin.py | |||
| * | Support IPv4 addresses for DATABASE_URL | 2019-12-20 | -1/+1 | |
| | | ||||
* | | Set default example.com dev site to pythondiscord.local:8000 | 2019-10-20 | -0/+14 | |
|/ | ||||
* | disable usage of pyuwsgi on windows due to incompatibility, library is only ↵ | 2019-10-06 | -1/+2 | |
| | | | | used in production anyway | |||
* | Create superuser after doing migrations. | 2019-09-30 | -1/+3 | |
| | | | | | | Previously, the create_superuser() command was called before migrations had been completed on local setups, and this would cause the command to crash, saying that the table did not exist. | |||
* | Poll the database a maximum of 10 attempts before exit code 1. | 2019-09-29 | -1/+7 | |
| | ||||
* | Remove useless verbosity check. | 2019-09-29 | -1/+1 | |
| | ||||
* | Fix comments after previous changes. | 2019-09-28 | -2/+2 | |
| | ||||
* | Automatically create a default bot api token for dev. | 2019-09-28 | -6/+22 | |
| | ||||
* | Create custom manage.py entry point, remove scripts and merge Dockerfile. | 2019-09-28 | -12/+128 | |
| | ||||
* | Teach new lint rules to old code | 2019-07-10 | -1/+0 | |
| | ||||
* | Finish linting non-API modules | 2019-04-21 | -0/+2 | |
| | ||||
* | pysite -> pydis_site | 2019-04-05 | -1/+1 | |
| | ||||
* | Add `psmgr` command. | 2018-09-18 | -1/+7 | |
| | ||||
* | Rename `pydis_django` to `pysite`. | 2018-08-11 | -1/+1 | |
| | ||||
* | Initial project layout for django | 2018-08-07 | -0/+15 | |