
Hi all,
I've just started a new mezzanine project using:
* Mezzanine 4.0.1
* Django 1.8.5
* Python 2.7.10
* SQLite 3.8.10.2
* Linux 3.16.0-4-amd64
with default config. Simply ran mezzanine-project, created a database and ran developement server.
When I try to create a new Rich Text Page within admin interface I get no field for editing my content, it's just a gray div next to the "Content:" field. Server log gives several 404 errors linked with TinyMCE plugins:
[15/Oct/2015 14:57:08] "GET /static/mezzanine/tinymce/themes/advanced/theme.min.js HTTP/1.1" 404 1751
[15/Oct/2015 14:57:08] "GET /static/mezzanine/tinymce/plugins/advimage/plugin.min.js HTTP/1.1" 404 1757
[15/Oct/2015 14:57:08] "GET /static/mezzanine/tinymce/plugins/inlinepopups/plugin.min.js HTTP/1.1" 404 1769
[15/Oct/2015 14:57:08] "GET /static/mezzanine/tinymce/plugins/advlink/plugin.min.js HTTP/1.1" 404 1754
My 'pip freeze' result:
beautifulsoup4==4.4.0
bleach==1.4.1
chardet==2.3.0
Django==1.8.5
django-contrib-comments==1.6.1
django-modeltranslation==0.10.1
filebrowser-safe==0.4.0
future==0.15.0
grappelli-safe==0.4.0
html5lib==0.999999
Mezzanine==4.0.1
oauthlib==1.0.1
Pillow==2.9.0
pytz==2015.4
requests==2.7.0
requests-oauthlib==0.5.0
six==1.9.0
tzlocal==1.2
I tried to collect static files using manage.py, but this doesn't return me lost plugins.
Please, help me to figure out whats going on, any help would be appreciated.
Cheers,
Ilya