Changes between Version 9 and Version 10 of UsingTheMailingList
- Timestamp:
- Jul 4, 2011, 7:03:02 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsingTheMailingList
v9 v10 5 5 There 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: 6 6 === Does Django have a particular feature? === 7 Wrong way: 8 {{{ Does Django have scaffolding like rails?}}} 9 Here 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?}}} 7 11 === Is Django suitable for the app I want to build === 8 12 === Questions on best practices ===