You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 2, 2023. It is now read-only.
Add a database table for "Favorite clips or tags" that has 3 fields - an ID Integer column, a user String column, and a cliportagname String column in models.py.
Create a new admin page for users to enter their favorites.
Edit the template to add a "favorites" section at the top.