Actually Hanji applets are really Django applications, Hanji inserts them automatically in the application list. For example, running syncdb inserts the models in the database, the urls.py files are processed though the Django url dispatch engine, and the templates are written in Django Template Language.
It looks like this:
+ hanji
+ applets
+ hello_world
- __init__.py
- webUI.py
+ templates
- content.html
+ static
- icon.png
- help.html