Changes between Version 9 and Version 10 of UsingTheMailingList


Ignore:
Timestamp:
Jul 4, 2011, 7:03:02 AM (13 years ago)
Author:
Kenneth Gonsalves
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UsingTheMailingList

    v9 v10  
    55There are different types of questions, each type requires a different level of detail. The most common type is about problem solving, and most of this page is devoted to this. Other types are:
    66=== Does Django have a particular feature? ===
     7Wrong way:
     8{{{ Does Django have scaffolding like rails?}}}
     9Here you assume that everyone knows what rails is and what scaffolding is. Or you expect users to waste their time investigating. Do not do this. Explain what this feature is and what it does. Right way:
     10{{{ Foo framework has a feature that automatically generates html given certain keywords like 'abc' generates an 'xyz' widget, does Django have this feature?}}}
    711=== Is Django suitable for the app I want to build ===
    812=== Questions on best practices ===
Back to Top