Re: Django-cms plugins - ImportError no module named: cmsplugin_filer_file....

2012-03-04 Thread doniyor
hey Amao, great help :))) i really didnot see this dummy mistake.. thanks great and chrs On 4 Mrz., 15:53, Amao Zhao wrote: > the APP_INSTALLS in your settings.py is a list. please recheck your 'filer' > and so no. > 在 2012-3-4 下午10:07,"doniyor" 写道: > > > > > > > > > Hi there, > > > i need yo

Re: Django-cms plugins - ImportError no module named: cmsplugin_filer_file....

2012-03-04 Thread Amao Zhao
the APP_INSTALLS in your settings.py is a list. please recheck your 'filer' and so no. 在 2012-3-4 下午10:07,"doniyor" 写道: > Hi there, > > i need your help, i am trying to setup cms of my webpage, but > everytime i run the "python manage.py syncdb" the error comes: > django.core.exceptions.Improperly

Re: Django-cms plugins - ImportError no module named: cmsplugin_filer_file....

2012-03-04 Thread doniyor
by the way, i am using django-cms-2.2 On 4 Mrz., 15:07, doniyor wrote: > Hi there, > > i need your help, i am trying to setup cms of my webpage, but > everytime i run the "python manage.py syncdb" the error comes: > django.core.exceptions.ImproperlyConfigured: ImportError filer > cmsplugin_filer_

Django-cms plugins - ImportError no module named: cmsplugin_filer_file....

2012-03-04 Thread doniyor
Hi there, i need your help, i am trying to setup cms of my webpage, but everytime i run the "python manage.py syncdb" the error comes: django.core.exceptions.ImproperlyConfigured: ImportError filer cmsplugin_filer_image : no module named filer cmsplugin_filer_image i have installed all p