I'm trying to get a more clean file structure and made controller like this
sysdata/user.py with the views like this sysdata/user/change.html sysdata/user/new.html sysdata/user/users.html The files on the harddisk are ok. But if I edit the controller get I a link for "users.html" like this http://127.0.0.1:8000/myapp/sysd/users The part with "sysd" is wrong. And if I try to start the exposed "users" from "Edit application" the path is ok, but I'm getting the message "Invalid controller"