Show django app name in tab title
description
When developing django websites, you'll have multiple modules with the same name (models.py, views.py, etc.) in different apps. To help tell them apart, it'd be nice to have the tab titles for each file include the app (package) name. For example, if I have two apps named "news" and "jobs" and have the models.py file open from each, the tab titles would read "news/models.py" and "jobs/models.py".