aboutsummaryrefslogtreecommitdiffstats
path: root/manage.py (unfollow)
Commit message (Collapse)AuthorLines
2022-07-11Bump flake8-bandit To v3Gravatar Hassan Abouelela-162/+120
Bumps flake-bandit to v3 to fix an incompatibility with the bandit package. This also bumps flake8-annotations to a legally acceptable version, which introduces ANN401, which disallows `typing.Any` annotations (for the most part, refer to the docs). Signed-off-by: Hassan Abouelela <[email protected]>
2022-07-11Remove Message Model TestGravatar Hassan Abouelela-12/+0
The message model was tested by instantiating and confirming it has a string representation, but instantiating abstract models is undefined behavior, and can break with future versions of django. The behavior of the test is redundant anyway, since an abstract model wouldn't exist in isolation, and the desired behavior is confirmed by inheritors. Signed-off-by: Hassan Abouelela <[email protected]>
2022-07-11Drop Migration TestsGravatar Hassan Abouelela-734/+0
The migration test suite was not really used, and it doesn't entirely make sense to test a constant unchanging process either. Its behavior is also very coupled with django's internals, and locks us into the current version and setup. Signed-off-by: Hassan Abouelela <[email protected]>
2022-07-11Switch Out requests For httpxGravatar Hassan Abouelela-20/+120
The requests library has been replaced by httpx. It's a drop-in replacement, but provides a better interface for certain things, such as client sessions, and sync/async support. Signed-off-by: Hassan Abouelela <[email protected]>
2022-07-10Use font awesome lock icon that is available under free licenseGravatar mina-1/+1
2022-07-10Fix lintingGravatar mina-1/+0
2022-07-10Add starlite and sanic to cj9 frameworksGravatar mbaruh-0/+28
2022-07-01Remove extra wording in ASGI explanationGravatar Bluenix-1/+1
Co-authored-by: Kieran Siek <[email protected]>
2022-07-01Move ASGI card item to bulma notification at the topGravatar Bluenix-12/+10
2022-06-30Fix missing "p" inside of elementGravatar Bluenix-1/+1
2022-06-30Remove embed validators from old migrationsGravatar Chris Lovering-5/+3
Since the util file has been deleted, these migrations were referencing a missing file
2022-06-30Remove embed validators for deleted messagesGravatar Chris Lovering-405/+20
These caused more harm than they were worth, as every time Discord updated a behaviour of an embed we would get errors and need ot update the validation. Instead we should just accept whatever discord gives us as correct
2022-06-29Update front page banner.Gravatar kosayoda-2/+2
2022-06-30Fix ASGI link class nameGravatar Bluenix-1/+1
2022-06-30Fix missing space after FastAPI link cardGravatar Bluenix-1/+1
2022-06-30Fix ASGI specification link logoGravatar Bluenix-1/+1
2022-06-30Remove italics from CJ9 framework cardsGravatar Bluenix-8/+7
2022-06-30Add ASGI-card footer with link to specificationGravatar Bluenix-0/+4
2022-06-30Add ASGI specification to list of approved CJ9 frameworksGravatar Bluenix-0/+8
2022-06-30Strike out passed datesGravatar Bluenix-2/+2
2022-06-30Update events index page about the CJ9 qualifierGravatar Bluenix-9/+4
2022-06-29Update CJ9 qualifier informationGravatar Bluenix-3/+5
2022-06-29Reword CJ9 frameworks explanationsGravatar Bluenix-8/+4
2022-06-28Reorder frameworks after recommended useGravatar Bluenix-30/+36
2022-06-26Improve icon size and alignment.Gravatar kosayoda-4/+3
2022-06-26Replace missing FA icons in interactive timeline.Gravatar kosayoda-2/+2
`fa-duck` and `fa-alien-monster` (renamed `fa-alien-8bit` in the latest FontAwesome) are part of the Pro plan, which we no longer have.
2022-06-23Update Discord logo in navbar to use new Discord brandingGravatar LemonPi314-124/+203
2022-06-23Update pydis_site/templates/events/pages/code-jams/_index.htmlGravatar mina-1/+1
Co-authored-by: Kieran Siek <[email protected]>
2022-06-23Make Code Jam information page more discoverableGravatar mina-1/+8
Make "Code Jams" a hyperlink on the main Events page Add related links sidebar to Events page
2022-06-23Update mentions of Code Jam frequency from twice a year to once a yearGravatar mina-2/+2
Code Jam 6 of January 2020 was our last Winter Code Jam
2022-06-22Add frameworks page to CJ9Gravatar mbaruh-0/+117
2022-06-21Add prizes section to CJ9 pageGravatar mbaruh-0/+68
2022-06-19Add hover transition to match welcome video.Gravatar kosayoda-0/+1
2022-06-18Show shadow on hover for CJ frontpage banner.Gravatar kosayoda-1/+5
2022-06-18Add Summer CJ 2022 banner to frontpage.Gravatar kosayoda-0/+15
2022-06-18Add frontpage banner assets for Summer CJ 2022.Gravatar kosayoda-0/+0
2022-06-18Emphasize code jam title.Gravatar kosayoda-1/+1
2022-06-18Remove weird top padding for first panel item.Gravatar kosayoda-0/+8
2022-06-18Hotfix: Fit button size to mobile screens.Gravatar kosayoda-5/+8
Unfortunately, responsive buttons land in 0.9.4 so until django-simple-bulma has that we can settle for a slightly less eye-catching button.
2022-06-18Initial CJ9 infoGravatar mbaruh-11/+151
2022-06-13Add padlock as icon for Security resourcesGravatar Steele-0/+1
2022-06-13Update vcokltfre's discord bot tutorialGravatar Steele-1/+1
2022-06-13Remove Atom, which will no longer be supportedGravatar Steele-14/+0