Re:

2013-04-16 Thread Anton Parkhomenko
Actually, I don't think that any of Django-based CMS' (mezzazine, django-cms or feincms) is something like drupal or wordpress. Anyway you need to know django or python at some level, because there isn't plenty of ready-to-use themes and plugins. You always need to develop some parts by yoursel

Re: Django IO exceptions through times

2013-04-16 Thread Anton Parkhomenko
UPD. I found that on TemplateDoesNotExist Django notice me that templates are actually exists <http://pastebin.com/fgd0vRdv> (3rd and 29th strings). But why they didn't not loaded? On Tuesday, April 16, 2013 2:51:18 PM UTC+8, Anton Parkhomenko wrote: > > Hi. > I have a

Django IO exceptions through times

2013-04-15 Thread Anton Parkhomenko
Hi. I have a strange problem with Django. It raise exceptions like TemplateDoesNotExist or ImportError, while actually files and modules are exists and have proper rights. This error appears not everytime, but in ~1/20 cases (not regular), thus I thought about to blame my VDS, but other project