- enable logging for debugging theme issues
- instead of catchall view, using middleware, so it works even if there is another catchall view in project
- $ djangothis gunicorn # launches gunicorn
- raw template tag
- .png files on / are served from static folder
- release 0.4 was buggy
- added arbitrary file watching support for autoreload
- support for templatetags
- support for management commands, in folder cmds
- _theme folder can now also have views.py, forms.py, templatetags, cmds
- support for config.yaml
- support for themes