Hi Serega,
I'am not really sure about, but __init__.py defines a package. In your case you
have a package called controller. This package contains index(.py) and
portfolio(.py), which are modules. So, to make your app work, try this:
> here is main.py code:
> #
> f
Wooble wrote:
> The static files are not copied to the same server as your
> python scripts so it doesn't matter how you try to reference them;
> they're *only* available at their static URLs over the web.
So it is impossible having templates in a static_[dir|files], because the
template engine wo