Changes between Version 10 and Version 11 of UsingTheMailingList
- Timestamp:
- Jul 4, 2011, 7:06:29 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsingTheMailingList
v10 v11 6 6 === Does Django have a particular feature? === 7 7 Wrong way: 8 {{{ Does Django have scaffolding like rails?}}} 8 {{{ 9 Does Django have scaffolding like rails? 10 }}} 9 11 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?}}} 12 {{{ 13 Foo framework has a feature that automatically generates html given certain keywords like 'abc' generates an 'xyz' widget, does Django have this feature? 14 }}} 11 15 === Is Django suitable for the app I want to build === 12 16 === Questions on best practices ===