A small Django CMS app.
The goal of this project is to a flexible backbone for basic websites and for managing the content within them.
Installation
- Add 'evergreen' to installed apps
- Add 'evergreen.urls' to main urls.py
- Create your templates
Edit settings.py
- Add PAGE_ROOT_URL = 'root-path-to-page'
- Add BLOG_ROOT_URL = 'root-path-to-blog'