Re: Problems with class based views

2014-08-23 Thread Andreas Kuhne
Hi again, I found what the problem was. I had errors in the template that the internal view was using. Therefore django used the default template. Strange but at least understandable behaviour. Regards, Andréas Med vänliga hälsningar, Andréas Kühne Software Development Manager Suitopia Scandin

Problems with class based views

2014-08-23 Thread Andreas Kuhne
Hi all, I am working on rewrite of our website with the latest version of django and Python 3. I have had alot of strange things occuring because we are using Python 3, however today I had the first problem with django. I would like to know if this is per design or if I have done something wrong.