aboutsummaryrefslogtreecommitdiffstats
path: root/manage.py (unfollow)
Commit message (Expand)AuthorLines
2019-07-06adding hrefs to the more linksGravatar Leon Sandøy-6/+6
2019-07-06fixing floating button on root article pageGravatar Leon Sandøy-4/+0
2019-07-06Moving the navbar-banner css into base.css so it will work on the wiki pages,...Gravatar Leon Sandøy-8/+8
2019-07-06Fixing the titles properlyGravatar Leon Sandøy-1/+1
2019-07-05fixing the embed titles - no newlines or indents pleaseGravatar Leon Sandøy-3/+1
2019-07-05Changing PARENT_HOST to django.pythondiscord.com to fix URL resolutionGravatar Leon Sandøy-1/+1
2019-07-04changing a minor syntax problem in the deployment documentationGravatar Leon Sandøy-1/+0
2019-07-03Adding a repo-language-dot for jsGravatar Leon Sandøy-0/+4
2019-07-03Changing to new FontAwesome kitGravatar Leon Sandøy-5/+1
2019-07-03Disabling strict manifest compression modeGravatar Leon Sandøy-1/+0
2019-07-03Changing the STATIC_ROOT and MEDIA_ROOT to include the root folder created b...Gravatar Leon Sandøy-2/+2
2019-07-03Replacing hardcoded secret keys with token_urlsafe calls.Gravatar Leon Sandøy-2/+3
2019-07-03removing possible hardcoded passwordsGravatar Leon Sandøy-17/+4
2019-07-03Adding whitenoise to the toolchain to serve static imagesGravatar Leon Sandøy-92/+110
2019-07-03Let's increase the verbosity and see what you guys have to say, migrate and c...Gravatar Leon Sandøy-2/+2
2019-07-03Fixing the entrypoint location - forgot that we created an app root dir.Gravatar Leon Sandøy-2/+2
2019-07-03Setting up a method for automatically applying migrations in production. Maki...Gravatar Leon Sandøy-9/+76
2019-07-02Adding django.pythondiscord.com to ALLOWED_HOSTSGravatar Leon Sandøy-1/+2
2019-04-24Address reviewGravatar Gareth Coles-2/+0
2019-04-22Address the latest review. ✈Gravatar Gareth Coles-1/+20
2019-04-22Re-lock depsGravatar Gareth Coles-1/+1
2019-04-22Pipfile: flake8-docstrings pinGravatar Johannes Christ-1/+1
2019-04-22Add remaining docstrings.Gravatar Johannes Christ-1/+69
2019-04-21A whole bunch of docstrings.Gravatar Gareth Coles-25/+146
2019-04-21Finish linting non-API modulesGravatar Gareth Coles-1/+85
2019-04-21Flake8-docstrings and config as discussed in #192 and on DiscordGravatar Gareth Coles-3/+40
2019-04-20Replace wiki dep with PyDis fork, add git to DockerGravatar Gareth Coles-109/+13
2019-04-20Remove unneeded sites.py and move navbar CSS to base.cssGravatar Gareth Coles-30/+24
2019-04-20100% coverageGravatar Gareth Coles-0/+7
2019-04-20Styling fixes and cleanupGravatar Gareth Coles-13/+15
2019-04-20base.html: Load tags on multiple linesGravatar Gareth Coles-2/+6
2019-04-20Merge settings/Pipfile.lockGravatar Gareth Coles-9/+118
2019-04-20Address reviewsGravatar Gareth Coles-498/+325
2019-04-20Make the flakes happy.Gravatar Johannes Christ-3/+2
2019-04-20Add type hinting.Gravatar Leon Sandøy-8/+13
2019-04-20Adding a Discord menu item to the hamburger, and upping test coverage back to...Gravatar Leon Sandøy-3/+23
2019-04-20Addressing volcyys third review.Gravatar Leon Sandøy-6/+7
2019-04-19Update Pipfile.lock and move home app testsGravatar Gareth Coles-37/+1
2019-04-19Char input has placeholder, finish dir listingGravatar Gareth Coles-33/+49
2019-04-19Lint and update django-simple-bulmaGravatar Gareth Coles-49/+49
2019-04-19Tests for templatetagsGravatar Gareth Coles-45/+195
2019-04-19Wiki requires notification plugin, so we're stuck with itGravatar Gareth Coles-8/+17
2019-04-19First testing attemptGravatar Gareth Coles-9/+39
2019-04-19Addressing all comments in volcyy's second review. The tests now mock the API...Gravatar Leon Sandøy-132/+204
2019-04-19Settings: PARENT_HOST will be added to ALLOWED_HOSTS in debug modeGravatar Gareth Coles-0/+5
2019-04-19Continued cleanupGravatar Gareth Coles-39/+35
2019-04-19Move JS into filesGravatar Gareth Coles-184/+186
2019-04-19Initial template cleanupGravatar Gareth Coles-178/+14
2019-04-19Finish history view pageGravatar Gareth Coles-144/+112
2019-04-19Added test cases to increase coverage for this PR to 100%Gravatar Leon Sandøy-3/+37