aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/resources/apps.py (follow)
Commit message (Collapse)AuthorAgeLines
* Resources: Use kebab-case for keys of `valid_filters`Gravatar ~hedy2024-08-02-1/+1
|
* Move resorce loading from view init() to AppConfig ready() methodGravatar RohanJnr2024-02-11-0/+92
| | | | This is done to load the resources only once on startup instead of loading it everytime the view is initialized which is done whenever a request is made to the resources endpoint.
* 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]>
* Create base resources appGravatar ks1292020-09-22-0/+7