jnested

Django nested flatpages
Download

jnested Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Yuri Voronkov
  • Publisher web site:
  • https://github.com/websuslik/

jnested Tags


jnested Description

jnested is a Python library that provides Django nested flatpages.Instalation- Install django-mptt pip install django-mptt- Install jnested pip install https://github.com/websuslik/jnested/zipball/master- Add 'mptt' and 'jnested' to your installed apps- Add 'jnested.middleware.FlatpageFallbackMiddleware' to your middleware classes- python manage.py syncdbUsageCheck jnested/templates/jnested/flatpage.httml, rewrite it if needExtra fields in modelAdd to your settings as example, before your runned syncdbfrom django.db import modelsFLAT_PAGE_EXTRA_FIELDS = { 'description': models.TextField(blank=True, null=True), 'is_pub': models.BooleanField(),}Product's homepage


jnested Related Software