aboutsummaryrefslogtreecommitdiffstats
path: root/manage.py (follow)
Commit message (Collapse)AuthorAgeLines
* 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