aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/staff/apps.py (follow)
Commit message (Collapse)AuthorAgeLines
* 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]>
* Making the deleted-messages-frontend functional with changes, including:Gravatar Sebastiaan Zeeff2019-08-23-1/+1
| | | | | | | | | - Adding support for embeds to both the template and the css; - Adding Discord fonts to create a Discord-realistic rendering; - Adding Discord color int to html hex filter for use in templates; - Removing unnecessary int -> hex property from role model (see previous point); - Adding support to compute timestamp from snowflake int in the message model; - Forcing the order of deleted messages list view to snowflake `id` to guarantee chronological order.
* Adding initial staff app to DjangoGravatar Sebastiaan Zeeff2019-08-23-0/+7