Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 306 Bytes

File metadata and controls

9 lines (6 loc) · 306 Bytes

django-usernotes

This is meant to provide a simple app that creates a Note model that has a user as an owner. Only the user can create, edit or delete the note. Users can list and search all the published notes. Owners have to publish the notes before they are viewable by other users.