google-code-export / django-grappelli

Automatically exported from code.google.com/p/django-grappelli
0 stars 0 forks source link

Beautiful! Except what's this? #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
http://127.0.0.1:8000/configuration_admin/

Obviously having dropped in the templates and the css it looks lovely, but
when I click the above link there's nothing there...

And how do I turn on TinyMCE for editing TEXT fields?

cheers

tom

Original issue reported on code.google.com by remarkability@gmail.com on 19 Sep 2008 at 2:42

GoogleCodeExporter commented 9 years ago
fist, the current version is not an official release. nevertheless, the URL you 
are
referring to is just an example of how to configure the admin-interface.

the navigation in the sidebar as well as the navigation in the header-area 
should be
changed according to your admin-setup.

turning on TINYMCE is quite straightforward:
in your ModelAdmin define media as:
    class Media:
        js = ['/media/admin/tinymce_2/jscripts/tiny_mce/tiny_mce.js',
'/media/admin/tinymce_setup/tinymce_setup.js',]

Original comment by sehmaschine on 23 Sep 2008 at 2:57