Делаю все по этой инструкции: https://bitbucket.org/CWTeam/django-cked
Почему-то не открывается файловый браузер elfinder. Сам cked работает! Кто знает почему такое может быть?
В том-то и дело, что ошибок -не показывает. В админке, когда я добавляю статью в cked я нажимаю:
Image->Browse Server-- затем открывается новое окшко с таким урлом: localhost:6660/cked/elfinder/?CKEditor=id_full_sto...
/usr/local/lib/python2.7/dist-packages/cked/widgets.py:17: RemovedInDjango19Warning: The django.forms.util module has been renamed. Use django.forms.utils instead.
from django.forms.util import flatatt
/usr/local/lib/python2.7/dist-packages/cked/widgets.py:17: RemovedInDjango19Warning: The django.forms.util module has been renamed. Use django.forms.utils instead.
from django.forms.util import flatatt
Performing system checks...
НО СЕРВЕР ЗАПУСКАЕТСЯ! Сайт находится в режиме Debug=True, если что.
michael ivanov: начните с collect static а дальше копайте в самом цкедиторе
пересмотрите свой код и код в примере несколько раз . если не нашли сделайте перекур отвлекитесь и о5 пьітайтесь. Мне очень сильно такой метод помогает .
BlastPy: Вылазит такая фигня:
mihail@mihail-N750JK ~/django-projects/mysite $ python manage.py collectstatic
/usr/local/lib/python2.7/dist-packages/cked/widgets.py:17: RemovedInDjango19Warning: The django.forms.util module has been renamed. Use django.forms.utils instead.
from django.forms.util import flatatt
Traceback (most recent call last):
File "manage.py", line 10, in
execute_from_command_line(sys.argv)
File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 338, in execute_from_command_line
utility.execute()
File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 330, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 190, in fetch_command
klass = load_command_class(app_name, subcommand)
File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 41, in load_command_class
return module.Command()
File "/usr/local/lib/python2.7/dist-packages/django/contrib/staticfiles/management/commands/collectstatic.py", line 32, in __init__
self.storage.path('')
File "/usr/local/lib/python2.7/dist-packages/django/contrib/staticfiles/storage.py", line 48, in path
raise ImproperlyConfigured("You're using the staticfiles app "
django.core.exceptions.ImproperlyConfigured: You're using the staticfiles app without having set the STATIC_ROOT setting to a filesystem path.
Я что-то не понимаю вообще. что с этим elfinder'om?
michael ivanov: django.core.exceptions.ImproperlyConfigured: You're using the staticfiles app without having set the STATIC_ROOT setting to a filesystem path.