Tagged Questions
1
vote
3answers
78 views
default python mac version
I have been learning Python in my Mac [default Python installation 2.6.1 on OSX 10.6.7], but
now Im in a stage where im considering if its worth it to update to latest Python?
thanks!
0
votes
1answer
41 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 ...