Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Load env vars using python-dotenv | 2021-05-17 | -0/+5 | |
| | ||||
* | Removes Gunicorn Import In Debug mode | 2021-03-23 | -1/+3 | |
| | | | | | | Moves the gunicorn import below the start server command for debug mode to ensure it isn't imported if it isn't used. This solves issues with manage.py being unable to start on windows. | |||
* | Reduce worker count from 4 to 2 | 2021-02-25 | -1/+1 | |
| | | | We'll be creating a second site instance to allow for rolling restarts, so it makes sense to half this so when we double the requests we'll effectively have 4 workers again. | |||
* | Update manage.py | 2020-12-06 | -1/+2 | |
| | | | Co-authored-by: Sebastiaan Zeeff <[email protected]> | |||
* | Switch underscores for dashes in gunicorn CLI options | 2020-12-05 | -2/+2 | |
| | ||||
* | Update gunicorn configuration options | 2020-12-05 | -1/+4 | |
| | ||||
* | 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 | |