aboutsummaryrefslogtreecommitdiffstats
path: root/manage.py (unfollow)
Commit message (Collapse)AuthorLines
2019-07-10Adding a tools page to the More menuGravatar Leon Sandøy-1/+4
2019-07-10I can't get the accordion thing to work at all.Gravatar Leon Sandøy-4/+1
2019-07-10Whitelisting section and articleGravatar Leon Sandøy-0/+4
2019-07-10Allowing section and article tags in the wiki articlesGravatar Leon Sandøy-0/+6
2019-07-10Adding bulma-accordion to the django-simple-bulma extensions listGravatar Leon Sandøy-0/+3
2019-07-09Adding hover colorsGravatar Leon Sandøy-0/+26
2019-07-09Adding is-amazon-orange icon classGravatar Leon Sandøy-0/+4
2019-07-09Adding is-black icon classGravatar Leon Sandøy-0/+4
2019-07-08adding a class for making icons youtube-redGravatar Leon Sandøy-3/+7
2019-07-08New class for teal urlsGravatar Leon Sandøy-0/+4
2019-07-08Making the wiki navbar sit where it needs in the z-space to be clickable.Gravatar Leon Sandøy-1/+1
2019-07-07adding a few classes and some settings to allow us to build a beautiful ↵Gravatar Leon Sandøy-0/+22
resources page in the wiki
2019-07-07pin pycodestyle to 3.0.0 and fix linting errorsGravatar Joseph Banks-17/+18
2019-07-07unpin flake8 & flake8 docstrings to see if it fixes lintingGravatar Joseph Banks-4/+3
2019-07-06manually pin pydocstyle to 1.1.1 to fix lint errorsGravatar Joseph Banks-0/+1
2019-07-06Docstrings & prefix category info files with underscore for prominenceGravatar Joseph Banks-2/+12
2019-07-06noqa the definition lines inside resources.py because flake8 does not ↵Gravatar Joseph Banks-2/+2
support postponed evaluation
2019-07-06Implement new YAML resource systemGravatar Joseph Banks-19/+569
2019-07-06Navbar dropdown should not be hidden behind wiki navGravatar Leon Sandøy-0/+1
2019-07-06Let's only work if there are trailing slashesGravatar Leon Sandøy-5/+5
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 ↵Gravatar Leon Sandøy-8/+8
pages, as well
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-04Apply suggestions from code reviewGravatar Sebastiaan Zeeff-2/+2
Co-Authored-By: Mark <[email protected]>
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-03Move end nomination operation to PATCH endpointGravatar SebastiaanZ-81/+79
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 ↵Gravatar Leon Sandøy-2/+2
by the Dockerfile
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 ↵Gravatar Leon Sandøy-2/+2
collectstatic
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. ↵Gravatar Leon Sandøy-9/+76
Making a separate Dockerfile for local docker-compose builds.
2019-07-02Adding django.pythondiscord.com to ALLOWED_HOSTSGravatar Leon Sandøy-1/+2
2019-06-28Removing unused importGravatar SebastiaanZ-1/+0
2019-06-28Nomination API: Changing 'unwatched_at' to 'ended_at'Gravatar SebastiaanZ-13/+36
2019-06-28Moving end nomination to PUT method and removing separate end pointGravatar SebastiaanZ-104/+42
2019-05-03Changing tests back to 'end' endpoint and adding two tests to test filteringGravatar SebastiaanZ-9/+39
2019-05-03Explicitely using exists() and changing endpoint back to endGravatar SebastiaanZ-2/+2
2019-05-03Changing import symbol structure to be consistentGravatar SebastiaanZ-5/+4
2019-04-30Update pydis_site/apps/api/viewsets/bot/nomination.py Gravatar Johannes Christ-1/+1
Correcting a grammar mistake Co-Authored-By: SebastiaanZ <[email protected]>
2019-04-28Changing the docstring response style to REPL prefix styleGravatar SebastiaanZ-34/+34
2019-04-28Changing 'end_nomination' endpoint to 'dismiss'Gravatar SebastiaanZ-10/+10
2019-04-27Adding complete test suite for nomination end pointGravatar SebastiaanZ-37/+318