Tagged Questions

0
votes
1answer
42 views

Django: want to display the latest note entry only

I have another Django form that stores notes and again it has the user, client and datetime stored automatically. What I want to do this time is create some note form that allows you to add a note for ...