Skip to content

toastdriven/django-superflatpages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

superflatpages

An alternative to django.contrib.flatpages with more structure, metadata and limited versioning support.

Comes with optional Haystack support.

Install

  1. Add 'superflatpages' to INSTALLED_APPS.
  2. At the bottom of your ROOT_URLCONF, add (r'^', include('superflatpages.urls')),. It MUST be the last entry, as it will gobble up any path it sees.
  3. Syncdb.

Dependencies

About

A capable, database-backed flatpages implementation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages