replying to myself...
this was fixed 5 days ago on github.
updating to latest django-ckeditor solved it.

_y


On Oct 19, 12:49 pm, jean polo <josiano....@googlemail.com> wrote:
> hallo !
>
> I installed django-ckeditor-0.0.7, run it smoothly locally but now I'm
> trying to commit the changes on my server, I get an Unhandled
> Exception:
> [SNIP]
>   File "/usr/local/alwaysdata/python/django/1.2.1/django/core/
> urlresolvers.py", line 247, in _get_url_patterns
>     raise ImproperlyConfigured("The included urlconf %s doesn't have
> any patterns in it" % self.urlconf_name)
>
> ImproperlyConfigured: The included urlconf xxx.urls doesn't have any
> patterns in it
>
> I followed all infos from django-ckeditor README, i.e. installed it
> (fine), added 'ckeditor' to my installed apps, added:
> (r'^ckeditor/', include('ckeditor.urls')),
> to my urls.py.
>
> The weird thing is that it runs fine via the runserver on ssh.
>
> Any help is greatly appreciated.
>
> _y

-- 
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.

Reply via email to