Tags: hankji/uliweb
Tags
* Remove APP_LAYOUT functionality, and it can be replaced with
```
settings.APP_LAYOUTS.get('messages', 'layout.html')
```
so you can still config app's layout template in settings.ini. Another way is
to replace app's layout template in a new app with the same filename, and then
install it after the original app in `INSTALLED_APPS`.
git-svn-id: https://uliweb.googlecode.com/svn/trunk@1065 14287918-b64d-0410-abb6-a92efa0c2026
add DEBUG_CONSOLE default value as False git-svn-id: https://uliweb.googlecode.com/svn/trunk@1017 14287918-b64d-0410-abb6-a92efa0c2026
PreviousNext