If this is the URL you want:

http://127.0.0.1:8000/myapp/sysd/users

than you need

controllers/sysd.py

and views like

views/sysd/users.html

On May 7, 11:26 am, Sverre <[email protected]> wrote:
> 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"

Reply via email to