cabe56 / bookmarks

Analyse list of bookmarks
GNU General Public License v2.0
0 stars 1 forks source link

Bookmarks should show users that have them #20

Open cabe56 opened 9 years ago

cabe56 commented 9 years ago

Should be able to see who has those bookmarks in their collection.

cabe56 commented 9 years ago

Read this article on data modeling with Appengine db.Model for more info on how to implement the relation between bookmarks and users.

cabe56 commented 9 years ago

To implement bookmark.users checkout this User property for an example. The property should access users through the new relationship model.

cabe56 commented 9 years ago

Check out jinja2 child templates to reuse html for bookmarks.