aboutsummaryrefslogtreecommitdiffstats
path: root/manage.py (follow)
Commit message (Collapse)AuthorAgeLines
* Load env vars using python-dotenvGravatar Chris2021-05-17-0/+5
|
* Removes Gunicorn Import In Debug modeGravatar Hassan Abouelela2021-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 2Gravatar Joe Banks2021-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.pyGravatar Joe Banks2020-12-06-1/+2
| | | Co-authored-by: Sebastiaan Zeeff <[email protected]>
* Switch underscores for dashes in gunicorn CLI optionsGravatar Joe Banks2020-12-05-2/+2
|
* Update gunicorn configuration optionsGravatar Joe Banks2020-12-05-1/+4
|
* Don't call gunicorn using os.system, patch sys.argv and call the moduleGravatar Joe Banks2020-11-14-2/+13
|
* Banish UWSGI from my life, replace with gunicorn.Gravatar Leon Sandøy2020-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-improvementsGravatar scragly2020-09-18-1/+1
|\ | | | | | | | | # Conflicts: # pydis_site/apps/api/admin.py
| * Support IPv4 addresses for DATABASE_URLGravatar MarkKoz2019-12-20-1/+1
| |
* | Set default example.com dev site to pythondiscord.local:8000Gravatar scragly2019-10-20-0/+14
|/
* disable usage of pyuwsgi on windows due to incompatibility, library is only ↵Gravatar Joseph Banks2019-10-06-1/+2
| | | | used in production anyway
* Create superuser after doing migrations.Gravatar Leon Sandøy2019-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.Gravatar scragly2019-09-29-1/+7
|
* Remove useless verbosity check.Gravatar scragly2019-09-29-1/+1
|
* Fix comments after previous changes.Gravatar scragly2019-09-28-2/+2
|
* Automatically create a default bot api token for dev.Gravatar scragly2019-09-28-6/+22
|
* Create custom manage.py entry point, remove scripts and merge Dockerfile.Gravatar scragly2019-09-28-12/+128
|
* Teach new lint rules to old codeGravatar Jeremiah Boby2019-07-10-1/+0
|
* Finish linting non-API modulesGravatar Gareth Coles2019-04-21-0/+2
|
* pysite -> pydis_siteGravatar Gareth Coles2019-04-05-1/+1
|
* Add `psmgr` command.Gravatar Johannes Christ2018-09-18-1/+7
|
* Rename `pydis_django` to `pysite`.Gravatar Johannes Christ2018-08-11-1/+1
|
* Initial project layout for djangoGravatar Gareth Coles2018-08-07-0/+15