Forums

Web interface

so, opera or firefox (on arch linux), there's missing inline tabs (Dashboard) for switching consoles/web/sheduled tasks...

ok,

https://www.pythonanywhere.com/user/kerniexvid/consoles/

is for consoles..

I found other links, already (webapps et c);

another question: after uploading src of my django app (Toab) from local machine there's UnhandledException on main page and

django.template.base.TemplateSyntaxError: Caught ImportError while rendering: No module named Toab

(full log on http://tny.cz/259e3aa0)

is it something with paths ?

Opera and FF both work fine on Ubuntu and since the OS probably doesn't have much of an impact, I'm guessing there's some sort of plugin that's messing with the rendering.

Yup. It's probably a path issue. You should check your wsgi file an d make sure that all the imports match the directory structure that is on the disk.