aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/events (follow)
Commit message (Collapse)AuthorAgeLines
* Add a README for the events appGravatar Johannes Christ2023-03-21-0/+19
|
* Bump Django To 3.2Gravatar Hassan Abouelela2022-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 ConfigurationsGravatar Hassan Abouelela2021-10-10-3/+32
| | | | | Adds configuration which specifies how routes should be handled when building a static preview.
* Move subdomains to query paths.Gravatar Johannes Christ2021-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.Gravatar kosayoda2021-04-15-1/+0
|
* Fix overriden PAGES_PATH in settings.py.Gravatar kosayoda2021-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.pyGravatar ks1292020-11-12-1/+1
| | | Co-authored-by: Jeremiah Boby <[email protected]>
* Use path in variable instead getting it every time in kwargsGravatar ks1292020-11-08-5/+6
|
* Apply changes of pages location to views and settingsGravatar ks1292020-10-29-21/+10
|
* Move events pages to templates folderGravatar ks1292020-10-29-177/+0
|
* Port View to TemplateView for events page viewGravatar ks1292020-10-28-11/+11
|
* Use path converter for event page path argumentGravatar ks1292020-10-28-6/+2
|
* Use URL tag instead manually writing URLGravatar ks1292020-10-28-5/+5
|
* Rename events index page from events -> indexGravatar ks1292020-10-28-2/+2
|
* Create Summer Code Jam 2020 rules pageGravatar ks1292020-10-26-0/+68
|
* Create Summer Code Jam 2020 pageGravatar ks1292020-10-26-0/+102
|
* Create code jams info page with content ToDo!Gravatar ks1292020-10-26-0/+5
|
* Create tests for event viewsGravatar ks1292020-10-26-0/+50
|
* Create testing event pagesGravatar ks1292020-10-26-0/+2
|
* Create event page viewGravatar ks1292020-10-26-0/+31
|
* Create events index page viewGravatar ks1292020-10-26-0/+7
|
* Create basic events appGravatar ks1292020-10-26-0/+20