Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add READMEs to apps/events and templates/events | 2024-03-16 | -1/+3 | |
| | ||||
* | Switch to ruff for linting | 2023-05-10 | -3/+2 | |
| | ||||
* | Add a README for the events app | 2023-03-21 | -0/+19 | |
| | ||||
* | Bump Django To 3.2 | 2022-07-11 | -1/+1 | |
| | | | | | | | | | | Bumps the current django version to 3.2 For the most part, there are no major changes here. The app configuration names were incorrect, and the new version no longer ignores that, so those were updated. The new version also requires explicitly defining the field type for primary keys if they are not defined on the model. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Adds Static Route Configurations | 2021-10-10 | -3/+32 | |
| | | | | | Adds configuration which specifies how routes should be handled when building a static preview. | |||
* | Move subdomains to query paths. | 2021-06-08 | -5/+5 | |
| | | | | | | | | | | | | | | In more detail: - Use Django URL namespaces (e.g. `api:bot:infractions`) instead of `django_hosts` host argument. - Update the hosts file setup documentation to remove subdomain entries. - Update the hosts file setup documentation to mention that the entry of `pythondiscord.local` is not required and mainly for convenience. - Rename the `APISubdomainTestCase` to the more fitting `AuthenticatedAPITestCase`, as authentication is all that is left that the class is doing. - Drop dependency to `django_hosts`. | |||
* | Add missed Game Jam 2020 subpages. | 2021-04-15 | -1/+0 | |
| | ||||
* | Fix overriden PAGES_PATH in settings.py. | 2021-04-01 | -5/+6 | |
| | | | | | This was causing mysterious 404s because while migrating a feature to dewikification, the same variable would be placed in the settings file. | |||
* | Update pydis_site/apps/events/views/page.py | 2020-11-12 | -1/+1 | |
| | | | Co-authored-by: Jeremiah Boby <[email protected]> | |||
* | Use path in variable instead getting it every time in kwargs | 2020-11-08 | -5/+6 | |
| | ||||
* | Apply changes of pages location to views and settings | 2020-10-29 | -21/+10 | |
| | ||||
* | Move events pages to templates folder | 2020-10-29 | -177/+0 | |
| | ||||
* | Port View to TemplateView for events page view | 2020-10-28 | -11/+11 | |
| | ||||
* | Use path converter for event page path argument | 2020-10-28 | -6/+2 | |
| | ||||
* | Use URL tag instead manually writing URL | 2020-10-28 | -5/+5 | |
| | ||||
* | Rename events index page from events -> index | 2020-10-28 | -2/+2 | |
| | ||||
* | Create Summer Code Jam 2020 rules page | 2020-10-26 | -0/+68 | |
| | ||||
* | Create Summer Code Jam 2020 page | 2020-10-26 | -0/+102 | |
| | ||||
* | Create code jams info page with content ToDo! | 2020-10-26 | -0/+5 | |
| | ||||
* | Create tests for event views | 2020-10-26 | -0/+50 | |
| | ||||
* | Create testing event pages | 2020-10-26 | -0/+2 | |
| | ||||
* | Create event page view | 2020-10-26 | -0/+31 | |
| | ||||
* | Create events index page view | 2020-10-26 | -0/+7 | |
| | ||||
* | Create basic events app | 2020-10-26 | -0/+20 | |