Changes between Version 6 and Version 7 of DosAndDontsForApplicationWriters
- Timestamp:
- Nov 22, 2005, 2:44:14 AM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DosAndDontsForApplicationWriters
v6 v7 28 28 29 29 * To avoid name clashes with templates from other applications all your templates should 30 go into {{{mnemosyne/templates/mnemosyne/}}}. The {{{mnemosyne/templates}} directory 31 will need to be added to 'TEMPLATE_DIRS'. 30 go into {{{mnemosyne/templates/mnemosyne/}}}. The {{{mnemosyne/templates}}} directory 31 will need to be added to {{{TEMPLATE_DIRS}}}, which happens automatically if the user has 32 the {{{app_directory}}} template-loader in {{{TEMPLATE_LOADERS}}}, which is the preferred 33 way to handle this. 32 34 * Your templates should all extend a single {{{base}}}-template specific to 33 35 your application, in my example it would be {{{mnemosyne/templates/mnemosyne/base.html}}}