Closed cedricbonhomme closed 2 months ago
New version of the profile page with badge for Top contributors
75ee913 adds a function to back up the database using pg_dump
. This function is automatically triggered by the
project's update command, ensuring a backup is created before any database upgrades take place. Consequently the update
command has been slightly updated (you will have to restart it when updating).
new: [website] Add new fields to User model: country_code, bio, webpage, mastodon, github, and linkedin
rel="me"
is used on the profile view page.Or course, there is a database migration.
Examples