This is work im progress.
Django-pagetools is a set of Django apps to provide some cms-like features
- Menus
- Widgets
- Pages (with forms)
- Subscribtions/Newsletter
- Sections (nested content)
- Search
without changing the workflow with Django, provided you use Grappelli.
Documentation (WIP): https://django-pagetools.readthedocs.io/en/latest/
Demo:
git clone https://github.com/theithec/django-pagetools.git cd django-pagetools/ python -m pip install . cd demo ./manage.py createdemodata ./manage.py runserver