Hey all, I'm a little confused, but I guess that's normal being a real newbie :-) .
I tried to upload code written on my development server to a "real" web server. I uploaded the code through ftp and made the url-forward, tested an dummy "index.html" so there's no problem on that side. The connection seems to be fine. However, the server (?) does not seem to recognize the python code. The first line I get on a browser when navigating to the website's url is the following: {% extends "xyz.html" %} {% load i18n %} {% block title %}{% trans "Calculate" %}{% endblock %} {% block media %} {% endblock %} {% block content %} On my development server the whole thing works fine, but I don't exactly know what to do to make the online version work as well. Does anyone have an idea on how to solve this problem? Thanks for your advise everyone! -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.