https://github.com/toastdriven/django-superflatpages
A capable, database-backed flatpages implementation.
https://github.com/toastdriven/django-superflatpages
Last synced: 11 months ago
JSON representation
A capable, database-backed flatpages implementation.
- Host: GitHub
- URL: https://github.com/toastdriven/django-superflatpages
- Owner: toastdriven
- License: bsd-3-clause
- Created: 2010-01-10T05:39:06.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2010-01-10T05:40:20.000Z (over 16 years ago)
- Last Synced: 2025-06-07T16:54:56.356Z (11 months ago)
- Language: Python
- Homepage:
- Size: 76.2 KB
- Stars: 19
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
==============
superflatpages
==============
An alternative to ``django.contrib.flatpages`` with more structure, metadata and
limited versioning support.
Comes with optional Haystack support.
Install
=======
#. Add 'superflatpages' to INSTALLED_APPS.
#. 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.
#. Syncdb.
Dependencies
============
* Django 1.1.X+
* (Optional) Haystack 1.X (http://github.com/toastdriven/django-haystack)