Reworded part of design_philosophies.txt

git-svn-id: http://code.djangoproject.com/svn/django/trunk@863 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2005-10-14 15:04:21 +00:00
parent f2b8e85360
commit 2db3d9c7cc
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ Assume designer competence
The template system shouldn't be designed so that templates necessarily are
displayed nicely in WYSIWYG editors such as Dreamweaver. That is too severe of
a limitation and wouldn't allow the syntax to be as nice as it is. Django
expects some level of code competence in template authors.
expects template authors are comfortable editing HTML directly.
Treat whitespace obviously
--------------------------