As the URL here is contructed from Flask's "url_for" which already takes the script root into account, we do not need to add it here explicitly. This would result in a duplicate script root otherwise.
Since ^ and $ for searching from start and to end is supported, let's tell the user about it.
- Use Flask blueprint - Split model and views into smaller parts - Bug fixes - API adjustment