Changes between Version 37 and Version 38 of UsingTheMailingList


Ignore:
Timestamp:
Aug 11, 2011, 5:30:31 AM (13 years ago)
Author:
Cal Leeming
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UsingTheMailingList

    v37 v38  
    33= Overview =
    44The django-users@googlegroups.com is the primary source for help on using Django. However many users are unable to get full mileage from the list as they are inexperienced in formulating their questions and in interacting with the list members. This page seeks to address this problem. Many members of the list, including core developers, take a lot of time and trouble to patiently answer questions asked, and we users should take as much trouble to ask properly formulated questions. Try to follow the steps outlined below to make for a more pleasant and rewarding experience on the list.
     5
     6== Inspecting Python objects ==
     7Here is a great mailing list thread which explains some good ways on how to inspect Python objects:
     8http://groups.google.com/group/django-users/browse_thread/thread/69631b8fe7eb4412/ddf4bdb4b18e2997?hl=en&lnk=gst&q=Inspecting+objects#ddf4bdb4b18e2997
    59
    610== Migrating from other frameworks/tools ==
Back to Top