django-servee

Servee is for WYSIWYG editing of your models on the front end of your site, and for building tools for ...
Download

django-servee Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Publisher Name:
  • Issac Kelly
  • Publisher web site:
  • http://kellycreativetech.com

django-servee Tags


django-servee Description

Servee is for WYSIWYG editing of your models on the front end of your site, and for building tools for site managers django-servee is for WYSIWYG editing of your models on the front end of your site, and for building tools for site managers, that don't quite belong in the admin.Servee works best built on Pinax. You can be picky about which components you want, and it is straightforward to build your own components.Servee is model-independent, and is designed not to get in the way of the site-building process, but to add a level of functionality and a minimal cost on top of an existing Django or Pinax site.The docs aren't built, this is an alpha version of servee and may contain many bugs.First you should put servee in your environment:pip install -e git+git://github.com/servee/servee.git#egg=django-serveeor download and./setup.py installI pip is not setup to read the other dependancies from there so navigate to your servee folder in your path now (< env >/src/servee, or wherever you downloaded from) and do pip install -r requirements.txtThen add servee to installed apps and add the two middleware packages.INSTALLED_APPS = MIDDLEWARE_CLASSES"servee.wysiwyg.middleware.WysiwygMiddleware","servee.toolbar.middleware.ToolbarMiddleware",Also Add this setting to settings.pySRV_WYSIWYG_EDITOR = 'tinymce'Then syncdb and build_staticIt's important to add servee urls.url(r"^servee/", include("servee.urls")),Add to your base template< link rel="stylesheet" href="{{ STATIC_URL }}css/djAdmin.css" / >Now change your templates on pages you wish to edit to add frontend admin: Requirements: · Python · Django


django-servee Related Software