Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dnknth/feincms-demo
Content management for minimalists
https://github.com/dnknth/feincms-demo
demo django feincms3 python3
Last synced: 29 days ago
JSON representation
Content management for minimalists
- Host: GitHub
- URL: https://github.com/dnknth/feincms-demo
- Owner: dnknth
- License: mit
- Created: 2019-08-02T20:48:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-04T12:11:30.000Z (almost 3 years ago)
- Last Synced: 2023-03-02T15:18:25.058Z (almost 2 years ago)
- Topics: demo, django, feincms3, python3
- Language: Python
- Size: 292 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# FeinCMS3 Demo
This is a slightly elaborated demo of [FeinCMS3](https://feincms3.readthedocs.io/en/latest/).
It does not exercise all CMS features, please check out the official [demo](https://github.com/matthiask/feincms3-example/tree/master/app) for details.## Features
The content model includes only rich text and images, feel free to add.
This demo adds:
- Versioning of content with [django-reversion](https://django-reversion.readthedocs.io/)
- Full text search with [django-haystack](https://django-haystack.readthedocs.io/) and [Whoosh](https://whoosh.readthedocs.io/)
- [Bootstrap](https://getbootstrap.com) templates
- AJAX support## Usage
Python3 is required. A [Makefile](Makefile) is included for Mac OS with Homebrew. It should also work on Linux & Co. Just type `make` to get started and head over to http://127.0.0.1:8000/.