Hey Johnathan, I'd warmly recommend the django docs, they are pretty comprehensive and easy-to-understand on the subject:
http://docs.djangoproject.com/en/dev/ref/contrib/admin/#ref-contrib-admin Just be warned that the docs on docs.djangoproject.com are always for SVN trunk. If you want docs for older version (1.0, etc) you'll see a link at the top of each page, or you can pull and compile the docs yourself (it's pretty easy, you just need sphinx installed). As for changes, 1.1 is supposed to be api-compatible with 1.0, meaning apps written for 1.0 should run out-of-the-box on a 1.1 install. Check out http://code.djangoproject.com/wiki/Version1.1Roadmap, and it's always wise to pay attention to http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges , which has an entry for every time a change to django might break existing code. So in short: there are lots of good django support resources. Start with the docs! They are surprisingly helpful. If you don't understand something, just ask at the meeting or on #django on IRC. -I On Jul 2, 2009, at 8:50 PM, Jonathan Talisman wrote: > Hi all, > I am relatively new to this - would someone who would be able <and > willing > to do a short tutorial on the admin functionality <i.e > how to create models that are exposed to the admin interface?> and > also an overview of the changes it is going through ? 1.0.2-->1.1 ? > Thanks , Yonatan > > On Thu, Jul 2, 2009 at 4:43 PM, Ahik Man <[email protected]> wrote: > Hi everybody. > > The 6th PyWeb-IL meeting will be at the-HUB, Tel-Aviv. > Date: July 27. > Time: 17:00-21:00 > More details here. > > See you. > > BTW, > The 7th meeting will be at August-31. > Mark in your calendar. > > Ahik > > > > _______________________________________________ > Python-il mailing list > [email protected] > http://hamakor.org.il/cgi-bin/mailman/listinfo/python-il > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "PyWeb-IL" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pyweb-il?hl=en -~----------~----~----~----~------~----~------~--~--- _______________________________________________ Python-il mailing list [email protected] http://hamakor.org.il/cgi-bin/mailman/listinfo/python-il
